[arch-commits] Commit in hitori/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Aug 22 13:48:56 UTC 2019
Date: Thursday, August 22, 2019 @ 13:48:55
Author: heftig
Revision: 360552
3.32.0-1
Modified:
hitori/trunk/PKGBUILD
----------+
PKGBUILD | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-22 06:51:12 UTC (rev 360551)
+++ PKGBUILD 2019-08-22 13:48:55 UTC (rev 360552)
@@ -1,7 +1,7 @@
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=hitori
-pkgver=3.22.4
+pkgver=3.32.0
pkgrel=1
pkgdesc="GTK+ application to generate and let you play games of Hitori"
arch=(x86_64)
@@ -9,9 +9,9 @@
license=(GPL)
depends=(gtk3)
groups=(gnome-extra)
-makedepends=(itstool yelp-tools autoconf-archive appstream-glib git)
-_commit=4515af09f31b09e4d16b8b11b7b660d2f81bb351 # tags/3.22.4^0
-source=("git+https://git.gnome.org/browse/hitori#commit=$_commit")
+makedepends=(yelp-tools appstream-glib git meson)
+_commit=0753a063677e2a4cfe5c0948d3a08402f9da7b67 # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/hitori.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
@@ -21,17 +21,17 @@
prepare() {
cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
}
build() {
- cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --enable-compile-warnings=minimum
- make
+ arch-meson $pkgname build
+ ninja -C build
}
+check() {
+ meson test -C build --print-errorlogs
+}
+
package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" meson install -C build
}
More information about the arch-commits
mailing list