Accepting request 290693 from GNOME:Factory
- Require openSUSE-appstream-extra by openSUSE-appstream-process: Having the extra appstream metadata available will allow the builder to get better results. OBS-URL: https://build.opensuse.org/request/show/290693 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libzypp-plugin-appdata?expand=0&rev=3
This commit is contained in:
commit
80a774f036
@ -26,7 +26,7 @@ RPMMD=/repodata/
|
||||
YAST2=/suse/setup/descr
|
||||
|
||||
# Cleanup existing appdata found on the system
|
||||
for list in $(find /usr/share/app-info/xmls/*.xml.gz); do
|
||||
for list in $(find /var/cache/app-info/xmls/*.xml.gz); do
|
||||
appdata=$(basename ${list} .xml.gz)
|
||||
appstream-util uninstall "${appdata}" 2>&1 > /dev/null
|
||||
done
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 13:19:07 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
- Require openSUSE-appstream-extra by openSUSE-appstream-process:
|
||||
Having the extra appstream metadata available will allow the
|
||||
builder to get better results.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 23 12:50:11 UTC 2015 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libzypp-plugin-appdata
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -48,6 +48,8 @@ At this moment, gnome-software is the only known implementation making use of it
|
||||
Summary: Appstream processor employed by kiwi
|
||||
Group: System
|
||||
Requires: appstream-glib >= 0.2.4
|
||||
# external repository with appstream metadata, to assist packages that don't ship their own (yet)
|
||||
Requires: openSUSE-appstream-extra
|
||||
|
||||
%description -n openSUSE-appstream-process
|
||||
A wrapper around appstream-builder, called by kiwi in order to produce AppStream metadata
|
||||
|
@ -3,6 +3,9 @@
|
||||
SRC=$1
|
||||
DEST=$2
|
||||
|
||||
# appstream-buider should be more quiet while parsing packages
|
||||
export ASB_IS_SELF_TEST=1
|
||||
|
||||
/usr/bin/appstream-builder \
|
||||
--no-net \
|
||||
--enable-hidpi \
|
||||
|
Loading…
x
Reference in New Issue
Block a user