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

Jan Steffens heftig at archlinux.org
Fri Mar 15 21:47:33 UTC 2019


    Date: Friday, March 15, 2019 @ 21:47:33
  Author: heftig
Revision: 348403

3.32.0-1

Modified:
  tali/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 21:47:23 UTC (rev 348402)
+++ PKGBUILD	2019-03-15 21:47:33 UTC (rev 348403)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=tali
-pkgver=3.22.0
-pkgrel=2
+pkgver=3.32.0
+pkgrel=1
 pkgdesc="Beat the odds in a poker-style dice game"
 url="https://wiki.gnome.org/Apps/Tali"
 arch=(x86_64)
 license=(GPL)
 depends=(gtk3 librsvg)
-makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib git)
+makedepends=(meson gobject-introspection yelp-tools appstream-glib git)
 groups=(gnome-extra)
-_commit=985406dcd0f037a0dd279e2fab1a93a233220aad
+_commit=943aeadc2c6b17da584f59a8bb7efaee8999a482  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/tali.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -22,17 +22,17 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-      --disable-schemas-compile
-  make
+  arch-meson $pkgname build
+  ninja -C build
 }
 
+check() {
+  meson test -C build
+}
+
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list