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

Antonio Rojas arojas at archlinux.org
Mon Feb 18 23:04:26 UTC 2019


    Date: Monday, February 18, 2019 @ 23:04:23
  Author: arojas
Revision: 346500

archrelease: copy trunk to extra-x86_64

Added:
  graphene/repos/extra-x86_64/PKGBUILD
    (from rev 346499, graphene/trunk/PKGBUILD)
Deleted:
  graphene/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-18 23:03:48 UTC (rev 346499)
+++ PKGBUILD	2019-02-18 23:04:23 UTC (rev 346500)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
- 
-pkgname=graphene
-pkgver=1.8.2
-pkgrel=1
-pkgdesc="A thin layer of graphic data types"
-url="https://github.com/ebassi/graphene"
-arch=(x86_64)
-license=(MIT)
-depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=f98e3c378414eafae8b75792ded7496b09baaad9  # tags/1.8.2^0
-source=("git+https://github.com/ebassi/graphene#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-check() {
-  cd build
-  meson test
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
-  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
-}

Copied: graphene/repos/extra-x86_64/PKGBUILD (from rev 346499, graphene/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-18 23:04:23 UTC (rev 346500)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+ 
+pkgname=graphene
+pkgver=1.8.4
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+url="https://github.com/ebassi/graphene"
+arch=(x86_64)
+license=(MIT)
+depends=(glib2)
+makedepends=(git gtk-doc gobject-introspection meson)
+_commit=9a3bde57751a3881d32393ffca8fbf5b9a3a0755  # tags/1.8.4^0
+source=("git+https://github.com/ebassi/graphene#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE
+  rm -r "$pkgdir"/usr/{lib,share}/installed-tests
+}



More information about the arch-commits mailing list