!9 Upgrade to 3.38.3
From: @weijin-deng Reviewed-by: @dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
20d1670e52
Binary file not shown.
BIN
eog-3.38.3.tar.xz
Normal file
BIN
eog-3.38.3.tar.xz
Normal file
Binary file not shown.
24
eog.spec
24
eog.spec
@ -1,15 +1,16 @@
|
|||||||
Name: eog
|
Name: eog
|
||||||
Version: 3.28.4
|
Version: 3.38.3
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A GNOME Image Viewer
|
Summary: A GNOME Image Viewer
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
||||||
Source0: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/%{name}/3.38/%{name}-%{version}.tar.xz
|
||||||
Requires: gsettings-desktop-schemas glib2 >= 2.42.0 gtk3 >= 3.22.0
|
Requires: gsettings-desktop-schemas glib2 >= 2.53.0 gtk3 >= 3.22.0
|
||||||
BuildRequires: pkgconfig(exempi-2.0) pkgconfig(gdk-pixbuf-2.0) pkgconfig(glib-2.0) >= 2.42.0 pkgconfig(gnome-desktop-3.0) >= 2.91.2
|
BuildRequires: pkgconfig(exempi-2.0) pkgconfig(gdk-pixbuf-2.0) pkgconfig(glib-2.0) >= 2.53.0 pkgconfig(gnome-desktop-3.0) >= 2.91.2
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) >= 3.22.0 pkgconfig(lcms2)
|
BuildRequires: pkgconfig(gobject-introspection-1.0) pkgconfig(gsettings-desktop-schemas) pkgconfig(gtk+-3.0) >= 3.22.0 pkgconfig(lcms2)
|
||||||
BuildRequires: pkgconfig(libexif) >= 0.6.14 pkgconfig(libpeas-1.0) >= 0.7.4 pkgconfig(libpeas-gtk-1.0) >= 0.7.4 pkgconfig(librsvg-2.0)
|
BuildRequires: pkgconfig(libexif) >= 0.6.14 pkgconfig(libpeas-1.0) >= 0.7.4 pkgconfig(libpeas-gtk-1.0) >= 0.7.4 pkgconfig(librsvg-2.0)
|
||||||
BuildRequires: pkgconfig(shared-mime-info) pkgconfig(x11) desktop-file-utils gettext gtk-doc itstool libjpeg-devel meson zlib-devel libappstream-glib
|
BuildRequires: pkgconfig(shared-mime-info) pkgconfig(x11) desktop-file-utils gettext gtk-doc itstool libjpeg-devel meson zlib-devel libappstream-glib
|
||||||
|
#BuildRequires: pkgconfig(libportal)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
EOG is an application used for viewing and cataloging image files on the
|
EOG is an application used for viewing and cataloging image files on the
|
||||||
@ -34,7 +35,7 @@ The tests package can be used to verify the Usability of the eog package.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson -Dgtk_doc=true -Dinstalled_tests=true
|
%meson -Dgtk_doc=true -Dinstalled_tests=true -Dlibportal=false
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -43,12 +44,12 @@ The tests package can be used to verify the Usability of the eog package.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*.appdata.xml
|
||||||
desktop-file-validate %{buildroot}/%{_datadir}/applications/eog.desktop
|
desktop-file-validate %{buildroot}/%{_datadir}/applications/org.gnome.eog.desktop
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS NEWS README COPYING
|
%doc AUTHORS NEWS README COPYING
|
||||||
%{_datadir}/eog
|
%{_datadir}/eog
|
||||||
%{_datadir}/applications/eog.desktop
|
%{_datadir}/applications/org.gnome.eog.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_libdir}/eog
|
%{_libdir}/eog
|
||||||
@ -67,7 +68,12 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/eog.desktop
|
|||||||
%{_datadir}/installed-tests/
|
%{_datadir}/installed-tests/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri 11 Sep 2020 wangyue<wangyue92@huawei.com> - 3.28.4-3
|
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.38.3-1
|
||||||
|
- Upgrade to 3.38.3
|
||||||
|
- Update Version, Release, Source0, BuildRequires
|
||||||
|
- Temporaryly disable libportal, because there isn't in cunrrent community
|
||||||
|
|
||||||
|
* Fri Sep 11 2020 wangyue<wangyue92@huawei.com> - 3.28.4-3
|
||||||
- Use python3-dogtail to replace python-dogtail
|
- Use python3-dogtail to replace python-dogtail
|
||||||
|
|
||||||
* Fri Nov 22 2019 gulining<gulining1@huawei.com> - 3.28.4-2
|
* Fri Nov 22 2019 gulining<gulining1@huawei.com> - 3.28.4-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user