Accepting request 784064 from GNOME:Apps
- Disable Python WebExtension support: It does not build with Python 3.8 and it will be replaced in a future release. OBS-URL: https://build.opensuse.org/request/show/784064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eolie?expand=0&rev=18
This commit is contained in:
commit
85644e9d02
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 11 19:53:08 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Disable Python WebExtension support: It does not build with
|
||||||
|
Python 3.8 and it will be replaced in a future release.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 19 20:18:28 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
|
Wed Feb 19 20:18:28 UTC 2020 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
@ -33,8 +33,6 @@ BuildRequires: pkgconfig(glib-2.0)
|
|||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.35.9
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
|
||||||
BuildRequires: pkgconfig(pygobject-3.0)
|
BuildRequires: pkgconfig(pygobject-3.0)
|
||||||
BuildRequires: pkgconfig(python3)
|
|
||||||
BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0)
|
|
||||||
Requires: python3-cairo
|
Requires: python3-cairo
|
||||||
Requires: python3-dateutil
|
Requires: python3-dateutil
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
@ -46,6 +44,7 @@ Recommends: python3-requests-hawk
|
|||||||
# Eolie can use git to retrieve more adblock rules from
|
# Eolie can use git to retrieve more adblock rules from
|
||||||
# https://gitlab.gnome.org/gnumdk/eolie-adblock.git.
|
# https://gitlab.gnome.org/gnumdk/eolie-adblock.git.
|
||||||
Suggests: git
|
Suggests: git
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Eolie is a Web browser for the GNOME Desktop. It provides:
|
Eolie is a Web browser for the GNOME Desktop. It provides:
|
||||||
@ -68,6 +67,9 @@ search results from the Eolie Web browser.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
|
# Skip WebExtension code since it does not build with Python 3.8
|
||||||
|
sed -i 's/subdir('"'"python-webextension"'"')//g' meson.build
|
||||||
|
rm -r python-webextension
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -86,7 +88,6 @@ search results from the Eolie Web browser.
|
|||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Eolie.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.Eolie.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/*/org.gnome.Eolie*
|
%{_datadir}/icons/hicolor/*/*/org.gnome.Eolie*
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_libdir}/%{name}
|
|
||||||
%{python3_sitelib}/%{name}
|
%{python3_sitelib}/%{name}
|
||||||
|
|
||||||
%files -n gnome-shell-search-provider-eolie
|
%files -n gnome-shell-search-provider-eolie
|
||||||
|
Loading…
Reference in New Issue
Block a user