[arch-commits] Commit in appstream-generator/repos/community-x86_64 (2 files)

Dan Printzell wild at gemini.archlinux.org
Sun Jul 24 14:43:50 UTC 2022


    Date: Sunday, July 24, 2022 @ 14:43:50
  Author: wild
Revision: 1255962

archrelease: copy trunk to community-x86_64

Added:
  appstream-generator/repos/community-x86_64/PKGBUILD
    (from rev 1255961, appstream-generator/trunk/PKGBUILD)
Deleted:
  appstream-generator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-24 14:43:43 UTC (rev 1255961)
+++ PKGBUILD	2022-07-24 14:43:50 UTC (rev 1255962)
@@ -1,24 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=appstream-generator
-pkgver=0.8.8
-pkgrel=1
-pkgdesc='A fast AppStream metadata generator'
-arch=(x86_64)
-url='https://github.com/ximion/appstream-generator'
-license=(GPL3)
-depends=(appstream libarchive librsvg optipng glibd lmdb)
-makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection docbook-xsl)
-options=(debug)
-source=(https://github.com/ximion/appstream-generator/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('3b5d8d24c377d265ff3ae765fd361c943db88c2f7fcfe453d02779718fc40850')
-
-build() {
-  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')"
-  arch-meson $pkgname-$pkgver build -D download-js=false
-  meson compile -C build
-}
-
-package() {
-  meson install -C build --destdir="$pkgdir"
-}

Copied: appstream-generator/repos/community-x86_64/PKGBUILD (from rev 1255961, appstream-generator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-24 14:43:50 UTC (rev 1255962)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=appstream-generator
+pkgver=0.8.8
+pkgrel=2
+pkgdesc='A fast AppStream metadata generator'
+arch=(x86_64)
+url='https://github.com/ximion/appstream-generator'
+license=(GPL3)
+depends=(appstream libarchive librsvg optipng glibd lmdb)
+makedepends=(ldc meson ninja mustache-d curl gir-to-d gobject-introspection docbook-xsl)
+options=(debug)
+source=(https://github.com/ximion/appstream-generator/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3b5d8d24c377d265ff3ae765fd361c943db88c2f7fcfe453d02779718fc40850')
+
+build() {
+  export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')"
+  arch-meson $pkgname-$pkgver build -D download-js=false
+  meson compile -C build
+}
+
+package() {
+  meson install -C build --destdir="$pkgdir"
+}



More information about the arch-commits mailing list