diff options
author | Richard Hughes <richard@hughsie.com> | 2014-06-20 19:12:48 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-06-20 19:12:59 +0100 |
commit | 03131cec370279c0de0229c2238f1b5d6993147e (patch) | |
tree | d7e201ad3a4f339d1a8583af9772f285a32cf43d /contrib | |
parent | 7e5adecb6670ed70217d461d1cf0e680b1c6ad85 (diff) | |
download | appstream-glib-03131cec370279c0de0229c2238f1b5d6993147e.tar.gz |
Fix generation of AppStream 0.41 metadata
This quirk is required by GNOME Software 3.12.x -- later versions use
libappstream-glib which uses the standardized per-application priority value.
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/fedora-20-gnome-3-12.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/fedora-20-gnome-3-12.sh b/contrib/fedora-20-gnome-3-12.sh new file mode 100755 index 0000000..a89f69f --- /dev/null +++ b/contrib/fedora-20-gnome-3-12.sh @@ -0,0 +1,13 @@ +time client/appstream-builder \ + --api-version=0.41 \ + --use-package-cache \ + --log-dir=../createrepo_as_logs \ + --temp-dir=./contrib/tmp \ + --cache-dir=./contrib/cache \ + --packages-dir=../fedora-appstream/fedora-20-gnome-3-12/packages/ \ + --extra-appstream-dir=../fedora-appstream/appstream-extra \ + --extra-appdata-dir=../fedora-appstream/appdata-extra \ + --extra-screenshots-dir=../fedora-appstream/screenshots-extra \ + --output-dir=./contrib \ + --basename=fedora-20-gnome-3-12 \ + --screenshot-uri=http://alt.fedoraproject.org/pub/alt/screenshots/f20/ |