- Update to version 3.12.1:
+ Bug fixes:
- Always return valid results when using the shell search
provider.
- Always show the featured background gradient.
- Disable the GTK pixel cache due to rendering artifacts.
- Do not show 'Installed' on the app tile when actually
installing.
- Don't crash the search provider for apps with missing icons.
- Drop unused libnotify dep.
- GsApp: Notify property changes in an idle callback.
- Hide the last checked label if we haven't yet checked for
updates.
- Improve thread safety in the plugin loader.
- Only show installed update notification once.
- Show the repo name in the sources dialog.
- Sort the results by kudo for the shell sort provider.
- Use a valid icon size for symbolic icons.
- Use context to translate subcategory titles.
+ Updated translations.
- Drop pkgconfig(libnotify) BuildRequires: No longer needed.
OBS-URL: https://build.opensuse.org/request/show/229796
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=19
Add suse-xsl-stylesheets and pkgconfig(libxslt) BuildRequires,
needed in order to build man pages.
When investigating why gnome-software fails to launch I found this over at fedora...
Seems we need to add our own appstream data now.
# install AppStream data for Fedora
%__mkdir_p %{buildroot}%{_datadir}/app-info/xmls
%__cp %{SOURCE1} %{buildroot}%{_datadir}/app-info/xmls
# decompress and install AppStream icons
%__mkdir_p %{buildroot}%{_datadir}/app-info/icons
cd %{buildroot}%{_datadir}/app-info/icons
%__tar xvzf %{SOURCE2}
cd -
OBS-URL: https://build.opensuse.org/request/show/199127
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=7