Accepting request 843877 from GNOME:Apps
- Update to version 0.9.100: * Add an option for a custom Firefox sync server. * Allow zooming in reading view. * Notifications support. * Enable sandboxing. - Drop soft dependency on git: Not used anymore for ad blocking. - Replace shebangs which use env interpreter. OBS-URL: https://build.opensuse.org/request/show/843877 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eolie?expand=0&rev=19
This commit is contained in:
commit
39f1d3c5ef
2
_service
2
_service
@ -1,6 +1,6 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="tar_scm">
|
<service mode="disabled" name="tar_scm">
|
||||||
<param name="revision">0.9.63</param>
|
<param name="revision">0.9.100</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/World/eolie.git</param>
|
<param name="url">https://gitlab.gnome.org/World/eolie.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
|
3
eolie-0.9.100.tar.xz
Normal file
3
eolie-0.9.100.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b32b8b68eea524299ed4be4234c321fdddbb35fdd50255b33d9c572b02f2040
|
||||||
|
size 283856
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb7a7538045fecb64bedd51dbe258832b59c4e35718dbf344eacf244f0a5c37e
|
|
||||||
size 281296
|
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 25 09:56:52 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.9.100:
|
||||||
|
* Add an option for a custom Firefox sync server.
|
||||||
|
* Allow zooming in reading view.
|
||||||
|
* Notifications support.
|
||||||
|
* Enable sandboxing.
|
||||||
|
- Drop soft dependency on git: Not used anymore for ad blocking.
|
||||||
|
- Replace shebangs which use env interpreter.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 11 19:53:08 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
|
Wed Mar 11 19:53:08 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
10
eolie.spec
10
eolie.spec
@ -20,7 +20,7 @@
|
|||||||
%global __requires_exclude typelib\\(Unity\\)
|
%global __requires_exclude typelib\\(Unity\\)
|
||||||
|
|
||||||
Name: eolie
|
Name: eolie
|
||||||
Version: 0.9.63
|
Version: 0.9.100
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Web browser for GNOME
|
Summary: Web browser for GNOME
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
@ -41,9 +41,6 @@ Recommends: python3-beautifulsoup4
|
|||||||
Recommends: python3-cryptography
|
Recommends: python3-cryptography
|
||||||
Recommends: python3-pycrypto
|
Recommends: python3-pycrypto
|
||||||
Recommends: python3-requests-hawk
|
Recommends: python3-requests-hawk
|
||||||
# Eolie can use git to retrieve more adblock rules from
|
|
||||||
# https://gitlab.gnome.org/gnumdk/eolie-adblock.git.
|
|
||||||
Suggests: git
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,9 +64,8 @@ search results from the Eolie Web browser.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
# Skip WebExtension code since it does not build with Python 3.8
|
# Don't use env interpreter so that the rpm dependency detection works
|
||||||
sed -i 's/subdir('"'"python-webextension"'"')//g' meson.build
|
sed -i 's;/usr/bin/env python3;/usr/bin/python3;' eolie.in search-provider/eolie-sp.in
|
||||||
rm -r python-webextension
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
|
Loading…
Reference in New Issue
Block a user