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

Jan Steffens heftig at archlinux.org
Thu Feb 11 15:59:29 UTC 2021


    Date: Thursday, February 11, 2021 @ 15:59:29
  Author: heftig
Revision: 407844

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-11 15:59:17 UTC (rev 407843)
+++ PKGBUILD	2021-02-11 15:59:29 UTC (rev 407844)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
- 
-pkgname=graphene
-pkgver=1.10.2
-pkgrel=1
-pkgdesc="A thin layer of graphic data types"
-url="https://ebassi.github.io/graphene/"
-arch=(x86_64)
-license=(MIT)
-makedepends=(git gtk-doc gobject-introspection meson glib2)
-_commit=4fe406447f7ece2e7f6ad81e6e43eb6644146ea9  # tags/1.10.2^0
-source=("git+https://github.com/ebassi/graphene#commit=$_commit"
-        "git+https://github.com/ebassi/mutest")
-sha256sums=('SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.subprojects/mutest.url "$srcdir/mutest"
-  git submodule update
-}
-
-build() {
-  arch-meson $pkgname build \
-    -D gtk_doc=true \
-    -D installed_tests=false
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  depends=(libg{lib,object}-2.0.so)
-  provides=(libgraphene-1.0.so)
-
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE.txt
-}
-
-# vim:set sw=2 et:

Copied: graphene/repos/extra-x86_64/PKGBUILD (from rev 407843, graphene/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-11 15:59:29 UTC (rev 407844)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+ 
+pkgname=graphene
+pkgver=1.10.4
+pkgrel=1
+pkgdesc="A thin layer of graphic data types"
+url="https://ebassi.github.io/graphene/"
+arch=(x86_64)
+license=(MIT)
+makedepends=(git gtk-doc gobject-introspection meson glib2)
+_commit=ecf418f394038a9746bec4a1d58ff90ea95ac33f  # tags/1.10.4^0
+source=("git+https://github.com/ebassi/graphene#commit=$_commit"
+        "git+https://github.com/ebassi/mutest")
+sha256sums=('SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.subprojects/mutest.url "$srcdir/mutest"
+  git submodule update
+}
+
+build() {
+  arch-meson $pkgname build \
+    -D gtk_doc=true \
+    -D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  depends=(libg{lib,object}-2.0.so)
+  provides=(libgraphene-1.0.so)
+
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/LICENSE.txt
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list