[arch-commits] Commit in appstream-glib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Aug 10 13:21:40 UTC 2022


    Date: Wednesday, August 10, 2022 @ 13:21:40
  Author: heftig
Revision: 452515

archrelease: copy trunk to extra-x86_64

Added:
  appstream-glib/repos/extra-x86_64/PKGBUILD
    (from rev 452514, appstream-glib/trunk/PKGBUILD)
Deleted:
  appstream-glib/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  101 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 49 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 13:21:26 UTC (rev 452514)
+++ PKGBUILD	2022-08-10 13:21:40 UTC (rev 452515)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=appstream-glib
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Objects and methods for reading and writing AppStream metadata"
-url="https://people.freedesktop.org/~hughsient/appstream-glib/"
-arch=(x86_64)
-license=(LGPL)
-depends=(gtk3 libyaml pacman gcab curl libstemmer)
-makedepends=(gobject-introspection gtk-doc git gperf meson)
-provides=(appdata-tools libappstream-glib.so)
-conflicts=(appdata-tools)
-replaces=(appdata-tools)
-options=(debug)
-_commit=fc9f22621846b0411173be176f06ea7c7a60b172  # tags/appstream_glib_0_8_0^0
-source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^appstream_glib_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://github.com/hughsie/appstream-glib/issues/445
-  git cherry-pick -n 3870226a3585 8d3964003275 674490bd54ff
-}
-
-build() {
-  local meson_options=(
-    -D alpm=true
-    -D gtk-doc=true
-    -D rpm=false
-  )
-
-  arch-meson $pkgname build "${meson_options[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 452514, appstream-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-10 13:21:40 UTC (rev 452515)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Objects and methods for reading and writing AppStream metadata"
+url="https://people.freedesktop.org/~hughsient/appstream-glib/"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3 libyaml pacman gcab curl libstemmer)
+makedepends=(gobject-introspection gtk-doc git gperf meson)
+provides=(appdata-tools libappstream-glib.so)
+conflicts=(appdata-tools)
+replaces=(appdata-tools)
+options=(debug)
+_commit=28c985bec286385504c5303a8f29eab4082f5afd  # tags/appstream_glib_0_8_1^0
+source=("git+https://github.com/hughsie/appstream-glib#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^appstream_glib_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  local meson_options=(
+    -D alpm=true
+    -D gtk-doc=true
+    -D rpm=false
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:



More information about the arch-commits mailing list