Accepting request 393445 from GNOME:Next

Lets go one step further: not only icons, but also the xml.gz file

OBS-URL: https://build.opensuse.org/request/show/393445
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libzypp-plugin-appdata?expand=0&rev=28
This commit is contained in:
Bjørn Lie 2016-05-03 15:40:01 +00:00 committed by Git OBS Bridge
parent b82ccb2851
commit 86e1e9dbdd
2 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@ while ([ "$1" = "-R" ]); do
yast2) yast2)
# We do not validate an appdata.xml.gz in a yast2 repo: those are created by appstream-builder, and we can trust them # We do not validate an appdata.xml.gz in a yast2 repo: those are created by appstream-builder, and we can trust them
#if appstream-util validate-relax --nonet "$6$YAST2/appdata.xml.gz" 2>&1 > /dev/null; then #if appstream-util validate-relax --nonet "$6$YAST2/appdata.xml.gz" 2>&1 > /dev/null; then
appstream-util install-origin "$2" "$6$YAST2/appdata.xml.gz" "$6$YAST2/"appdata-icons*.tar.gz 2>&1 > /dev/null appstream-util install-origin "$2" "$6$YAST2/"appdata*.xml.gz "$6$YAST2/"appdata-icons*.tar.gz 2>&1 > /dev/null
#fi #fi
;; ;;
*) *)

View File

@ -1,18 +1,18 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 3 14:13:12 UTC 2016 - dimstar@opensuse.org Tue May 3 14:13:12 UTC 2016 - dimstar@opensuse.org
- InstallAppdata.sh: prepare for YaST type repositories to received - InstallAppdata.sh: prepare for YaST type repositories to receive
appdata-icons.tar.gz with a hashed filename in order to allow appdata.xml.gz and appdata-icons.tar.gz with a hashed filename in
mirrorbrain to distribute it. order to allow mirrorbrain to distribute it.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Feb 5 13:36:42 UTC 2016 - tittiatcoke@gmail.com Fri Feb 5 13:36:42 UTC 2016 - tittiatcoke@gmail.com
- Expand the InstallAppdata.sh so that it (re)builds the Xapian - Expand the InstallAppdata.sh so that it (re)builds the Xapian
database for the available appdata. This Xapian database is database for the available appdata. This Xapian database is
required by the KDE tools (Muon/Discover) to show the required by the KDE tools (Muon/Discover) to show the
installed software installed software
* Add Requires on AppStream package as that this provides the * Add Requires on AppStream package as that this provides the
appstreamcli binary appstreamcli binary
------------------------------------------------------------------- -------------------------------------------------------------------