forked from pool/eog-plugins
Accepting request 103662 from home:dimstar:branches:GNOME:Factory
Update to 3.3.5 OBS-URL: https://build.opensuse.org/request/show/103662 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=32
This commit is contained in:
parent
a5b8672806
commit
be57885c77
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5b4794a2da26cb8e7a3e81abca7d71fcbadfce9295186e3fe6e21f61ff0b66c
|
||||
size 375633
|
3
eog-plugins-3.3.5.tar.xz
Normal file
3
eog-plugins-3.3.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86d6eaa1c6c9c7b95c97813ff075686d1899dc25c38c7600f9a740c616e8a323
|
||||
size 310788
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 9 19:10:35 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.3.5:
|
||||
+ New plugins:
|
||||
- Fullscreen Background (fullscreenbg)
|
||||
+ Plugin changes:
|
||||
- Map: Miscellaneous code improvements
|
||||
- Exif Display: Fixed possible memory leak
|
||||
+ Bugs fixed: bgo#667979, bgo#643769
|
||||
+ Updated translations:
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 22 09:40:08 UTC 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package eog-plugins
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,24 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: eog-plugins
|
||||
Version: 3.2.2
|
||||
Release: 1
|
||||
Version: 3.3.5
|
||||
Release: 0
|
||||
#FIXME: add postr BuildRequires when we have a package
|
||||
License: GPLv2+
|
||||
Summary: A collection of plugins for Eye of GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Graphics/Viewers
|
||||
Url: http://live.gnome.org/EyeOfGnome/Plugins
|
||||
Source: http://download.gnome.org/sources/eog-plugins/3.2/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/eog-plugins/3.3/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: pkgconfig(champlain-gtk-0.12)
|
||||
BuildRequires: pkgconfig(clutter-gtk-1.0)
|
||||
BuildRequires: pkgconfig(champlain-gtk-0.12) >= 0.9.0
|
||||
BuildRequires: pkgconfig(clutter-gtk-1.0) >= 1.1.2
|
||||
BuildRequires: pkgconfig(eog)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(libexif)
|
||||
BuildRequires: pkgconfig(libexif) >= 0.6.16
|
||||
BuildRequires: pkgconfig(libgdata)
|
||||
BuildRequires: pkgconfig(libpeas-1.0)
|
||||
Recommends: %{name}-lang
|
||||
@ -76,6 +75,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# Explicit list of plugins
|
||||
%{_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
|
||||
@ -85,6 +86,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_datadir}/eog/plugins/exif-display/
|
||||
%{_datadir}/eog/plugins/postasa/
|
||||
%{_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
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user