Date: Tuesday, April 3, 2018 @ 16:05:16 Author: arojas Revision: 320904
Fix getting translated metadata Modified: appstream/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-03 15:46:15 UTC (rev 320903) +++ PKGBUILD 2018-04-03 16:05:16 UTC (rev 320904) @@ -6,7 +6,7 @@ pkgbase=appstream pkgname=(appstream appstream-qt) pkgver=0.11.8 -pkgrel=2 +pkgrel=3 pkgdesc="Provides a standard for creating app stores across distributions" arch=(x86_64) url="http://distributions.freedesktop.org/wiki/AppStream" @@ -15,11 +15,16 @@ 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 - https://github.com/ximion/appstream/commit/3e58f9c9.patch) + https://github.com/ximion/appstream/commit/3e58f9c9.patch + https://github.com/ximion/appstream/commit/bef5af5.patch + https://github.com/ximion/appstream/commit/643b74f.patch + ) sha256sums=('54a6c443e51c2e016fe5031f8f1865500bb7a7807b8514355f4841298b85edf3' 'SKIP' 'a6c42e4607ffd7d7dc931d608f1856e2ba7689d4caac0783e7100d86de0f951b' - 'e6aeca8a58187c92298fd42aa83eb29dea2db6810b0f55c34671e03de4ed8002') + 'e6aeca8a58187c92298fd42aa83eb29dea2db6810b0f55c34671e03de4ed8002' + '1567ddcc5162ecdbf91f9518541d9ef537cd6740c4fc6bbdda07eb3815116a91' + '8c4355f8c3eea7629a07bfd0a70dd2b1548476b74718c92ca1e63686fbf1a6c6') validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <[email protected]> prepare() { @@ -27,6 +32,8 @@ cd AppStream-$pkgver patch -p1 -i ../3e58f9c9.patch # Fix build of packages against appstream-qt + patch -p1 -i ../bef5af5.patch + patch -p1 -i ../643b74f.patch # Fix showing translated metadata } build() {
