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

Jan Steffens heftig at archlinux.org
Sat Feb 22 20:33:51 UTC 2020


    Date: Saturday, February 22, 2020 @ 20:33:49
  Author: heftig
Revision: 376057

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 20:33:32 UTC (rev 376056)
+++ PKGBUILD	2020-02-22 20:33:49 UTC (rev 376057)
@@ -1,42 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=appstream-glib
-pkgver=0.7.16
-pkgrel=2
-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 libsoup libstemmer)
-makedepends=(gobject-introspection gtk-doc git gperf meson)
-provides=(appdata-tools)
-conflicts=(appdata-tools)
-replaces=(appdata-tools)
-_commit=230e2da082d9754858330c3e262a9d44f816def1  # tags/appstream_glib_0_7_16^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'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D alpm=true \
-    -D gtk-doc=true \
-    -D rpm=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 376056, appstream-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-22 20:33:49 UTC (rev 376057)
@@ -0,0 +1,42 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.7.17
+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 libsoup libstemmer)
+makedepends=(gobject-introspection gtk-doc git gperf meson)
+provides=(appdata-tools libappstream-glib.so)
+conflicts=(appdata-tools)
+replaces=(appdata-tools)
+_commit=93f614add2377465bc7bd24a9a99c8ae28e2342f  # tags/appstream_glib_0_7_17^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'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D alpm=true \
+    -D gtk-doc=true \
+    -D rpm=false
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list