[arch-commits] Commit in graphene/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jun 22 20:34:14 UTC 2020


    Date: Monday, June 22, 2020 @ 20:34:13
  Author: heftig
Revision: 390133

1.10.2-1

Modified:
  graphene/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-22 15:31:49 UTC (rev 390132)
+++ PKGBUILD	2020-06-22 20:34:13 UTC (rev 390133)
@@ -1,15 +1,14 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
  
 pkgname=graphene
-pkgver=1.10.0
-pkgrel=2
+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)
-depends=(glib2)
-makedepends=(git gtk-doc gobject-introspection meson)
-_commit=6099dbb39ff8de20f37c8ca6e951203a810c1649  # tags/1.10.0^0
+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'
@@ -32,7 +31,7 @@
   arch-meson $pkgname build \
     -D gtk_doc=true \
     -D installed_tests=false
-  ninja -C build
+  meson compile -C build
 }
 
 check() {
@@ -40,6 +39,9 @@
 }
 
 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
 }



More information about the arch-commits mailing list