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

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 30 20:32:07 UTC 2021


    Date: Monday, August 30, 2021 @ 20:32:07
  Author: arojas
Revision: 1010072

Update to 0.8.5

Modified:
  appstream-generator/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-30 20:20:18 UTC (rev 1010071)
+++ PKGBUILD	2021-08-30 20:32:07 UTC (rev 1010072)
@@ -1,30 +1,17 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=appstream-generator
-pkgver=0.8.4
-pkgrel=3
-pkgdesc="A fast AppStream metadata generator"
+pkgver=0.8.5
+pkgrel=1
+pkgdesc='A fast AppStream metadata generator'
 arch=(x86_64)
-url="https://github.com/ximion/appstream-generator"
+url='https://github.com/ximion/appstream-generator'
 license=(GPL3)
 depends=(appstream libarchive librsvg optipng glibd)
 makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection docbook-xsl)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/ximion/appstream-generator/archive/v$pkgver.tar.gz"
-        "FixCompilationDueToBrokenGeneratedCode.patch::https://github.com/ximion/appstream-generator/commit/d5dad3b174eea7e9fbe0ed6e7b55a366b8eb203d.patch"
-        "FixCompilation.patch")
-sha256sums=('49bebcc959f02d72c31f26dad84e3acb3d1a12f64f18fe0a58db23e4d66f97b5'
-            '0a272985dbffeabd1f8de765b3e33a01c82277d7f4da1efaf629497fcb9aea3b'
-            '5d98fafea28931368ce1a42489fa11fe58f7d7e441634d01273f3b822a9cddca')
+source=(https://github.com/ximion/appstream-generator/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('857f78329b716481731f6b8a298fa65e3d35dbf3a36825b14bb9673254ea5cfd')
 
-prepare() {
-  # Fix compilation due to broken generated GdkPixbuf code
-  # https://github.com/ximion/appstream-generator/pull/90
-  patch -d $pkgname-$pkgver -p1 -i "$srcdir"/FixCompilationDueToBrokenGeneratedCode.patch
-
-  # Some more fixes needed to get it to compile
-  patch -d $pkgname-$pkgver -p1 -i "$srcdir"/FixCompilation.patch
-}
-
 build() {
   meson build $pkgname-$pkgver -Ddownload-js=false --prefix=/usr
   ninja -C build



More information about the arch-commits mailing list