forked from pool/eog-plugins
Accepting request 531073 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/531073 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog-plugins?expand=0&rev=95
This commit is contained in:
parent
f7ec001494
commit
3f89a7f1e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:875175812bebb0ae69a89e85ea927a0a5cc9a89be22484cca0233ef5ca879cd0
|
||||
size 468300
|
3
eog-plugins-3.26.1.tar.xz
Normal file
3
eog-plugins-3.26.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73d0dc7a9190781f65d3132e0b1e13b666e13a1591a7cf97c1e9835aa70856c
|
||||
size 467816
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 20:58:08 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Update to version 3.26.1:
|
||||
+ Updated translations.
|
||||
- Add '-m 644' to the 'install %{S:1}' at %prep section: remove of
|
||||
executable permitions.
|
||||
- Drop %glib2_gsettings_schema_* requires/post/postun:
|
||||
functionality now covered by file triggers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 22:22:46 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: eog-plugins
|
||||
Version: 3.26.0
|
||||
Version: 3.26.1
|
||||
Release: 0
|
||||
#FIXME: add postr BuildRequires when we have a package
|
||||
Summary: A collection of plugins for Eye of GNOME
|
||||
@ -54,7 +54,6 @@ Suggests: eog-plugin-exif-slideshowshuffle
|
||||
Requires: eog
|
||||
Enhances: eog
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
This package contains plugins for additional features in Eye of GNOME.
|
||||
@ -179,7 +178,7 @@ The Eye of Gnome Slideshow Shuffle plugin
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
install %{S:1} .
|
||||
install -m 644 %{S:1} .
|
||||
translation-update-upstream
|
||||
|
||||
%build
|
||||
@ -189,41 +188,11 @@ translation-update-upstream
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
%find_lang %{name}
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%fdupes %{buildroot}/%{_libdir}/eog/plugins
|
||||
|
||||
%post -n eog-plugin-exif-display
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%post -n eog-plugin-export-to-folder
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%post -n eog-plugin-fit-to-width
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%post -n eog-plugin-fullscreenbg
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%post -n eog-plugin-pythonconsole
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun -n eog-plugin-exif-display
|
||||
%glib2_gsettings_schema_postun
|
||||
|
||||
%postun -n eog-plugin-export-to-folder
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun -n eog-plugin-fit-to-width
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun -n eog-plugin-fullscreenbg
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%postun -n eog-plugin-pythonconsole
|
||||
%glib2_gsettings_schema_post
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc eog-plugins.SUSE
|
||||
|
Loading…
Reference in New Issue
Block a user