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

Antonio Rojas arojas at archlinux.org
Sun Feb 21 19:18:35 UTC 2021


    Date: Sunday, February 21, 2021 @ 19:18:35
  Author: arojas
Revision: 408563

Fix missing descriptions

Modified:
  appstream/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-21 18:36:35 UTC (rev 408562)
+++ PKGBUILD	2021-02-21 19:18:35 UTC (rev 408563)
@@ -5,7 +5,7 @@
 pkgbase=appstream
 pkgname=(appstream appstream-qt)
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides a standard for creating app stores across distributions"
 arch=(x86_64)
 url="https://distributions.freedesktop.org/wiki/AppStream"
@@ -13,12 +13,18 @@
 depends=(libyaml libxml2 libstemmer glib2 lmdb libsoup)
 makedepends=(meson xmlto gobject-introspection gtk-doc qt5-tools itstool vala gperf)
 source=("https://www.freedesktop.org/software/appstream/releases/AppStream-$pkgver.tar.xz"{,.asc}
-        update-appstream-cache.hook)
+        update-appstream-cache.hook
+        appstream-fix-descriptions.patch::"https://github.com/ximion/appstream/commit/1a3637a8.patch")
 sha256sums=('94ac2f32d58f79b68e65f723375a68490224e0f1c5a62207a9c6b98bb9ad77d7'
             'SKIP'
-            '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb')
+            '3a96a1479cfd18dad36c2ca3181aabe46af9bf772c00b965d86ec5f55cd0e0eb'
+            '24ab38a8c6adf2833dbf03982f86c27b17591a8ba02a3f916755a1f280c56aa2')
 validpgpkeys=(D33A3F0CA16B0ACC51A60738494C8A5FBF4DECEB) # Matthias Klumpp <matthias at tenstral.net>
 
+prepare() {
+  patch -d AppStream-$pkgver -p1 < appstream-fix-descriptions.patch # Fix missing descriptions
+}
+
 build() {
   meson build AppStream-$pkgver \
     --prefix=/usr \



More information about the arch-commits mailing list