forked from pool/eog-plugins
Accepting request 106260 from home:vuntz:branches:GNOME:Factory
Update to 3.3.90 OBS-URL: https://build.opensuse.org/request/show/106260 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=34
This commit is contained in:
parent
be57885c77
commit
de90f34d9c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86d6eaa1c6c9c7b95c97813ff075686d1899dc25c38c7600f9a740c616e8a323
|
||||
size 310788
|
3
eog-plugins-3.3.90.tar.xz
Normal file
3
eog-plugins-3.3.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:555f4f9d5cac5301bc2200a58fd1a89f77f17ac56cfbe68f9fd96f2847de7c12
|
||||
size 315548
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 21 08:29:00 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.90:
|
||||
+ Fullscreen Background:
|
||||
- Various code improvements
|
||||
+ Python Console:
|
||||
- Import latest code from gedit's Python Console plugin
|
||||
- Coding style improvements
|
||||
+ Slideshow Shuffle:
|
||||
- Code improvements
|
||||
+ Updated translations.
|
||||
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires: new
|
||||
dependency for pythonconsole plugin.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 19:10:35 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: eog-plugins
|
||||
Version: 3.3.5
|
||||
Version: 3.3.90
|
||||
Release: 0
|
||||
#FIXME: add postr BuildRequires when we have a package
|
||||
Summary: A collection of plugins for Eye of GNOME
|
||||
@ -30,7 +30,8 @@ BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.9.0
|
||||
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.1.2
|
||||
BuildRequires: pkgconfig(eog)
|
||||
BuildRequires: pkgconfig(eog) >= 3.3.6
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libexif) >= 0.6.16
|
||||
BuildRequires: pkgconfig(libgdata)
|
||||
@ -76,7 +77,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_libdir}/eog/plugins/exif-display.plugin
|
||||
%{_libdir}/eog/plugins/fit-to-width.plugin
|
||||
%{_libdir}/eog/plugins/fullscreenbg.plugin
|
||||
%{_libdir}/eog/plugins/fullscreenbg/
|
||||
%{_libdir}/eog/plugins/map.plugin
|
||||
%{_libdir}/eog/plugins/postasa.plugin
|
||||
%{_libdir}/eog/plugins/pythonconsole.plugin
|
||||
@ -84,9 +84,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_libdir}/eog/plugins/slideshowshuffle.plugin
|
||||
%dir %{_datadir}/eog/plugins
|
||||
%{_datadir}/eog/plugins/exif-display/
|
||||
%{_datadir}/eog/plugins/fullscreenbg/
|
||||
%{_datadir}/eog/plugins/postasa/
|
||||
%{_datadir}/eog/plugins/pythonconsole/
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.exif-display.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.fullscreenbg.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.eog.plugins.pythonconsole.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user