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

Jan Steffens heftig at archlinux.org
Mon Jun 22 20:36:42 UTC 2020


    Date: Monday, June 22, 2020 @ 20:36:40
  Author: heftig
Revision: 390135

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 20:36:23 UTC (rev 390134)
+++ PKGBUILD	2020-06-22 20:36:40 UTC (rev 390135)
@@ -1,47 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
- 
-pkgname=graphene
-pkgver=1.10.0
-pkgrel=2
-pkgdesc="A thin layer of graphic data types"
-url="https://ebassi.github.io/graphene/"
-arch=(x86_64)
-license=(MIT)
-depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=6099dbb39ff8de20f37c8ca6e951203a810c1649  # tags/1.10.0^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
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  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 390134, graphene/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-22 20:36:40 UTC (rev 390135)
@@ -0,0 +1,49 @@
+# 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:



More information about the arch-commits mailing list