Date: Wednesday, September 5, 2018 @ 20:02:56 Author: heftig Revision: 333535
3.30.0-1 Modified: five-or-more/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 19:59:01 UTC (rev 333534) +++ PKGBUILD 2018-09-05 20:02:56 UTC (rev 333535) @@ -1,19 +1,18 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=five-or-more -pkgver=3.28.0+2+gfabc580 +pkgver=3.30.0 pkgrel=1 pkgdesc="Remove colored balls from the board by forming lines" url="https://wiki.gnome.org/Apps/Five%20or%20more" arch=(x86_64) license=(GPL) -depends=(gtk3 librsvg) -makedepends=(intltool itstool gobject-introspection yelp-tools appstream-glib git) +depends=(gtk3 librsvg libgnome-games-support) +makedepends=(gobject-introspection yelp-tools appstream-glib git meson) groups=(gnome-extra) -_commit=fabc5807ff020247b5c03f0ae5a09f2c85457e33 # gnome-3-28 -source=("git+https://git.gnome.org/browse/five-or-more#commit=$_commit") +_commit=9761887c19a620779c527f5a8408e601743dcaa4 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/five-or-more.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -23,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 } Property changes on: five-or-more/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
