- Add gnome-software-add-default-yast-appfolder.patch to add a
YaST app-folder by default, in addition to existing app-folders
Sundry and Utilities; fixes boo#897713.
- Move %lang_package before the definition of
zypp-plugin-appstream to not confuse RPM with the redefined
version of the subpackage.
- Split InstallAppdata.sh in an own package libzypp-plugin-appdata:
other software centers might have to rely on this as well in the
future.
- Add appstream-glib Requires and minimum version for libzypp to
libzypp-plugin-appdata.
- Drop PackageKit-branding-upstream Requires: PK 1.0.0 got a major
rework and dropped the DesktopFile database. So the 'openSUSE'
branded package is good enough.
- Add InstallAppdata.sh: the script is executed by libzypp whenever
some repos are refreshed. The script extracts the appstream data
from the repo metadata and installs it into the 'well known'
location on the file system (/usr/share/app-info).
OBS-URL: https://build.opensuse.org/request/show/254038
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=11
- Drop PackageKit-branding-upstream Requires: PK 1.0.0 got a major
rework and dropped the DesktopFile database. So the 'openSUSE'
branded package is good enough.
- Add InstallAppdata.sh: the script is executed by libzypp whenever
some repos are refreshed. The script extracts the appstream data
from the repo metadata and installs it into the 'well known'
location on the file system (/usr/share/app-info).
OBS-URL: https://build.opensuse.org/request/show/253655
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-software?expand=0&rev=27
- 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 - (forwarded request 199127 from Zaitor)
OBS-URL: https://build.opensuse.org/request/show/199128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-software?expand=0&rev=2
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