Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bdfae519fb |
2 changed files with 13 additions and 7 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (wike-2.0.0.tar.gz) = ca02ea2364d270571b7a4e13de7dd29a45c9a3a945b32de7fcca1b37235ec51ba7ed02f3fc69a5bb0b4463f4c72a25195297e7ac3082767d5b1e6d5e4c9ffea2
|
SHA512 (wike-1.8.3.tar.gz) = 3647ff69cc55261d0c2f320ee6b6c8beb296d76366b53a05265fa978d89c205a6f9dde18ca253a6fddeb1d7958e0f369f0458b62a651c0d4b66b98aaa62faaca
|
||||||
|
|
|
||||||
18
wike.spec
18
wike.spec
|
|
@ -1,8 +1,10 @@
|
||||||
%global appid com.github.hugolabe.Wike
|
%global appid com.github.hugolabe.Wike
|
||||||
|
|
||||||
Name: wike
|
Name: wike
|
||||||
Version: 2.0.0
|
# needed to roll back to 1.8.3
|
||||||
Release: 1%{?dist}
|
Epoch: 1
|
||||||
|
Version: 1.8.3
|
||||||
|
Release: 3%{?dist}
|
||||||
Summary: Wikipedia Reader for the GNOME Desktop
|
Summary: Wikipedia Reader for the GNOME Desktop
|
||||||
|
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
|
@ -20,9 +22,9 @@ BuildRequires: libappstream-glib
|
||||||
|
|
||||||
Requires: hicolor-icon-theme
|
Requires: hicolor-icon-theme
|
||||||
Requires: python3-gobject
|
Requires: python3-gobject
|
||||||
Requires: gtk4
|
Requires: gtk3
|
||||||
Requires: libadwaita
|
Requires: libhandy1
|
||||||
Requires: webkitgtk6.0
|
Requires: webkit2gtk4.1
|
||||||
Requires: python3dist(dbus-python)
|
Requires: python3dist(dbus-python)
|
||||||
Requires: python3dist(requests)
|
Requires: python3dist(requests)
|
||||||
|
|
||||||
|
|
@ -32,7 +34,7 @@ content of this online encyclopedia in a native application, with a simpler and
|
||||||
distraction-free view of articles.
|
distraction-free view of articles.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n Wike-%{version}
|
%autosetup -n Wike-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
%meson
|
||||||
|
|
@ -53,6 +55,7 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{appid}.desktop
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/applications/%{appid}.desktop
|
%{_datadir}/applications/%{appid}.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
%{_datadir}/icons/hicolor/*/actions/*
|
||||||
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
|
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
|
||||||
%{_metainfodir}/%{appid}.metainfo.xml
|
%{_metainfodir}/%{appid}.metainfo.xml
|
||||||
%dir %{_datadir}/dbus-1
|
%dir %{_datadir}/dbus-1
|
||||||
|
|
@ -63,6 +66,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{appid}.desktop
|
||||||
%{_datadir}/gnome-shell/search-providers/%{appid}.SearchProvider.ini
|
%{_datadir}/gnome-shell/search-providers/%{appid}.SearchProvider.ini
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 24 2023 Gustavo Costa <xfgusta@gmail.com> - 1:1.8.3-3
|
||||||
|
- Roll back to 1.8.3 (rhbz#2189286)
|
||||||
|
|
||||||
* Fri Apr 14 2023 Gustavo Costa <xfgusta@gmail.com> - 2.0.0-1
|
* Fri Apr 14 2023 Gustavo Costa <xfgusta@gmail.com> - 2.0.0-1
|
||||||
- Update to 2.0.0 (rhbz#2186215)
|
- Update to 2.0.0 (rhbz#2186215)
|
||||||
- Change gtk3, libhandy and webkit2gtk4.1 to gtk4, libadwaita and webkitgtk6.1
|
- Change gtk3, libhandy and webkit2gtk4.1 to gtk4, libadwaita and webkitgtk6.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue