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

Jan de Groot jgc at archlinux.org
Tue Nov 14 09:51:08 UTC 2017


    Date: Tuesday, November 14, 2017 @ 09:51:07
  Author: jgc
Revision: 309917

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-14 09:51:01 UTC (rev 309916)
+++ PKGBUILD	2017-11-14 09:51:07 UTC (rev 309917)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=appstream-glib
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Objects and methods for reading and writing AppStream metadata"
-url="https://people.freedesktop.org/~hughsient/appstream-glib/"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libyaml pacman gcab libsoup libstemmer)
-makedepends=(gobject-introspection gtk-doc autoconf-archive git gperf meson)
-provides=(appdata-tools)
-conflicts=(appdata-tools)
-replaces=(appdata-tools)
-_commit=6149f7eb067c4d267738fd5e7ea5c0cc1be7bc5b  # tags/appstream_glib_0_7_2^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() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname \
-    -Denable-alpm=true \
-    -Denable-gtk-doc=true \
-    -Denable-rpm=false
-  ninja
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: appstream-glib/repos/extra-x86_64/PKGBUILD (from rev 309916, appstream-glib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-14 09:51:07 UTC (rev 309917)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=appstream-glib
+pkgver=0.7.4
+pkgrel=1
+pkgdesc="Objects and methods for reading and writing AppStream metadata"
+url="https://people.freedesktop.org/~hughsient/appstream-glib/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libyaml pacman gcab libsoup libstemmer)
+makedepends=(gobject-introspection gtk-doc autoconf-archive git gperf meson)
+provides=(appdata-tools)
+conflicts=(appdata-tools)
+replaces=(appdata-tools)
+_commit=c113a6b6591bbdf84dc8f5000f5f98db1174443d  # tags/appstream_glib_0_7_4^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() {
+  mkdir build
+  cd $pkgname
+}
+
+build() {
+  cd build
+  arch-meson ../$pkgname \
+    -Denable-alpm=true \
+    -Denable-gtk-doc=true \
+    -Denable-rpm=false
+  ninja
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list