Accepting request 541267 from GNOME:Factory
Some fixings. (forwarded request 540641 from luc14n0) OBS-URL: https://build.opensuse.org/request/show/541267 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=46
This commit is contained in:
commit
efea6e7f8d
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 10 18:48:51 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
- Remove gnome-software-local-file.desktop from the package: It's
|
||||
not yet being shipped since it's still under tests (boo#941862).
|
||||
- Drop %icon_theme_cache_* and %desktop_database_* post/postun
|
||||
scriptlets and %glib2_gsettings_schema_requires macro: the
|
||||
functionality is covered by file triggers now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 3 17:46:56 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -52,7 +52,6 @@ BuildRequires: pkgconfig(valgrind)
|
||||
Requires: iso-codes
|
||||
Requires: libzypp-plugin-appdata
|
||||
Recommends: %{name}-lang
|
||||
%glib2_gsettings_schema_requires
|
||||
|
||||
%description
|
||||
AppStore like management of Applications for your GNOME Desktop.
|
||||
@ -85,18 +84,10 @@ GNOME software store plugins.
|
||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
# Test shipping gnome-software-local-file in GN
|
||||
# Currently not shipped, as this is not yet functional (boo#941862)
|
||||
#rm %%{buildroot}%%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
rm %{buildroot}%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%suse_update_desktop_file org.gnome.Software
|
||||
%find_lang %{name}
|
||||
|
||||
%post
|
||||
%icon_theme_cache_post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%icon_theme_cache_postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING
|
||||
@ -114,7 +105,7 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||
%{_datadir}/metainfo/org.gnome.Software.Plugin.Steam.metainfo.xml
|
||||
# Test shipping gnome-software-local-file in GN
|
||||
# Currently not shipped, as this is not yet functional (boo#941862)
|
||||
%{_datadir}/applications/gnome-software-local-file.desktop
|
||||
#{_datadir}/applications/gnome-software-local-file.desktop
|
||||
%{_datadir}/applications/org.gnome.Software.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.Software.service
|
||||
%{_datadir}/dbus-1/services/org.freedesktop.PackageKit.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user