forked from pool/eog-plugins
Accepting request 245842 from GNOME:Next
Push GNOME 3.13.90 to the devel repo OBS-URL: https://build.opensuse.org/request/show/245842 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=67
This commit is contained in:
parent
d664580c38
commit
aa3b5e39ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b9a6854d5411e75aadb9d44694bbe02a35f5a79a23da5c1bb4feb6bacf56f1c
|
|
||||||
size 351844
|
|
3
eog-plugins-3.13.1.tar.xz
Normal file
3
eog-plugins-3.13.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:25308effe176e6d051b845c2853bf413c0380ac9472cc4062988d75f17b26054
|
||||||
|
size 355128
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 18 20:58:07 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.13.1:
|
||||||
|
+ General changes: add metainfo files for all available plugins
|
||||||
|
(bgo#731676).
|
||||||
|
+ Plugin changes: Exif Display: Fix deprecated stock icon and
|
||||||
|
GtkTable usage.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 27 13:20:39 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Specify correct, minimal version of eog BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 15 05:42:07 UTC 2014 - zaitor@opensuse.org
|
Tue Apr 15 05:42:07 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,21 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: eog-plugins
|
Name: eog-plugins
|
||||||
Version: 3.12.1
|
Version: 3.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
#FIXME: add postr BuildRequires when we have a package
|
#FIXME: add postr BuildRequires when we have a package
|
||||||
Summary: A collection of plugins for Eye of GNOME
|
Summary: A collection of plugins for Eye of GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
Url: http://live.gnome.org/EyeOfGnome/Plugins
|
Url: http://live.gnome.org/EyeOfGnome/Plugins
|
||||||
Source: http://download.gnome.org/sources/eog-plugins/3.12/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/eog-plugins/3.13/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool >= 0.50.1
|
||||||
BuildRequires: python3 >= 3.2
|
BuildRequires: python3 >= 3.2
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.9.0
|
BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.9.0
|
||||||
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.1.2
|
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.1.2
|
||||||
BuildRequires: pkgconfig(eog) >= 3.9.1
|
BuildRequires: pkgconfig(eog) >= 3.11.4
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.8
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.8
|
||||||
@ -72,6 +72,18 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{_datadir}/appdata
|
||||||
|
%{_datadir}/appdata/eog-exif-display.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-export-to-folder.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-fit-to-width.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-fullscreenbg.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-hide-titlebar.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-light-theme.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-map.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-postasa.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-pythonconsole.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-send-by-mail.metainfo.xml
|
||||||
|
%{_datadir}/appdata/eog-slideshowshuffle.metainfo.xml
|
||||||
%{_libdir}/eog/plugins/*.py*
|
%{_libdir}/eog/plugins/*.py*
|
||||||
%{_libdir}/eog/plugins/*.so
|
%{_libdir}/eog/plugins/*.so
|
||||||
%{_libdir}/eog/plugins/__pycache__/
|
%{_libdir}/eog/plugins/__pycache__/
|
||||||
|
Loading…
Reference in New Issue
Block a user