Date: Wednesday, January 31, 2018 @ 07:33:27 Author: arojas Revision: 315657
Fix build of packages against appstream-qt (FS#57302) Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-31 07:26:35 UTC (rev 315656) +++ PKGBUILD 2018-01-31 07:33:27 UTC (rev 315657) @@ -6,7 +6,7 @@ pkgbase=appstream pkgname=(appstream appstream-qt) pkgver=0.11.8 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a standard for creating app stores across distributions" arch=(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-tools itstool vala) source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc} - update-appstream-cache.hook) + update-appstream-cache.hook + https://github.com/ximion/appstream/commit/3e58f9c9.patch) sha256sums=('54a6c443e51c2e016fe5031f8f1865500bb7a7807b8514355f4841298b85edf3' 'SKIP' - 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b') + 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b' + 'e6aeca8a58187c92298fd42aa83eb29dea2db6810b0f55c34671e03de4ed8002') validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> prepare() { mkdir -p build + + cd AppStream-$pkgver + patch -p1 -i ../3e58f9c9.patch # Fix build of packages against appstream-qt } build() {
