Accepting request 292433 from GNOME:Next

We should get that to :G to test rather soon.. it seems to be the error at the moment

OBS-URL: https://build.opensuse.org/request/show/292433
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2015-03-23 12:47:16 +00:00 committed by Git OBS Bridge
parent 67b2acea4f
commit 2021b4c2be
3 changed files with 16 additions and 2 deletions

6
eog-plugins.SUSE Normal file
View File

@ -0,0 +1,6 @@
on openSUSE, the eog-plugins are all split in a package of their own,
which allows GNOME Software to offer individual installation/removal and list them
properly as addons to eog
This mainpackage does not contain any plugins, but recommends the installation of all
plugins, in order to get you quickly started.

View File

@ -3,6 +3,8 @@ Wed Mar 18 21:43:28 UTC 2015 - sfalken@opensuse.org
- Revised package, to provide individual subpackages for the - Revised package, to provide individual subpackages for the
plugins. plugins.
- Add eog-plugins.SUSE to main package, to ensure it is being built
(empty packages are rejected).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 17 08:37:16 UTC 2015 - dimstar@opensuse.org Tue Mar 17 08:37:16 UTC 2015 - dimstar@opensuse.org

View File

@ -25,6 +25,7 @@ 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.15/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/eog-plugins/3.15/%{name}-%{version}.tar.xz
Source1: eog-plugins.SUSE
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: intltool >= 0.50.1 BuildRequires: intltool >= 0.50.1
BuildRequires: python3 >= 3.2 BuildRequires: python3 >= 3.2
@ -164,9 +165,10 @@ Requires: %{name}-data = %{version}
%description -n eog-plugin-slideshowshuffle %description -n eog-plugin-slideshowshuffle
The Eye of Gnome Slideshow Shuffle plugin The Eye of Gnome Slideshow Shuffle plugin
%lang_package %lang_package -n %{name}-data
%prep %prep
%setup -q %setup -q
install %{S:1} .
translation-update-upstream translation-update-upstream
%build %build
@ -211,6 +213,10 @@ find %{buildroot} -type f -name "*.la" -delete -print
%postun -n eog-plugin-pythonconsole %postun -n eog-plugin-pythonconsole
%glib2_gsettings_schema_post %glib2_gsettings_schema_post
%files
%defattr(-,root,root)
%doc eog-plugins.SUSE
%files -n %{name}-data %files -n %{name}-data
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING %doc COPYING
@ -304,6 +310,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyc %{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyc
%{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyo %{_libdir}/eog/plugins/__pycache__/slideshowshuffle*.pyo
%files lang -f %{name}.lang %files -n %{name}-data-lang -f %{name}.lang
%changelog %changelog