[arch-commits] Commit in appstream/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Sep 26 19:28:14 UTC 2017


    Date: Tuesday, September 26, 2017 @ 19:28:13
  Author: arojas
Revision: 306256

Fix writing screenshots to XML

Modified:
  appstream/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-26 19:24:57 UTC (rev 306255)
+++ PKGBUILD	2017-09-26 19:28:13 UTC (rev 306256)
@@ -6,7 +6,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.11.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(i686 x86_64)
 url="http://distributions.freedesktop.org/wiki/AppStream"
@@ -14,14 +14,19 @@
 depends=(libyaml libxml2 libstemmer glib2)
 makedepends=(meson xmlto gobject-introspection python2 gtk-doc qt5-base itstool vala)
 source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-        update-appstream-cache.hook)
+        update-appstream-cache.hook
+        appstream-fix-screenshots.patch::"https://github.com/ximion/appstream/commit/207b0da3.patch")
 sha256sums=('d87775f21b49424c6a6e4dae9c2d594cc228827415bcdb0aae96eb9a0cbfd4ae'
             'SKIP'
-            'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b')
+            'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b'
+            'c5268588fda6bfdd62d001e3cd9298c09035fc5bd80525d36939a0bf422b2086')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
 
 prepare() {
   mkdir -p build
+
+  cd AppStream-$pkgver
+  patch -p1 -i ../appstream-fix-screenshots.patch # Fix writing screenshot info to xml
 }
 
 build() {



More information about the arch-commits mailing list