Date: Saturday, September 8, 2018 @ 01:06:53 Author: heftig Revision: 333871
3.30.0.1-1 Modified: atomix/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-08 01:06:32 UTC (rev 333870) +++ PKGBUILD 2018-09-08 01:06:53 UTC (rev 333871) @@ -1,17 +1,16 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=atomix -pkgver=3.22.0 +pkgver=3.30.0.1 pkgrel=1 pkgdesc="Build molecules out of single atoms" url="https://wiki.gnome.org/Apps/Atomix" arch=(x86_64) license=(GPL2) -depends=(gtk3) -makedepends=(intltool autoconf-archive appstream-glib git) -_commit=6fb4a9840df2f1e51ed00076e61509ced8c67d00 # tags/3.22.0^0 -source=("git://git.gnome.org/atomix#commit=$_commit") +depends=(gtk3 libgnome-games-support) +makedepends=(meson appstream-glib git) +_commit=66184fb77b1ca86054e321a177eb24d916026a12 # tags/3.30.0.1^0 +source=("git+https://gitlab.gnome.org/GNOME/atomix.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -21,16 +20,17 @@ prepare() { cd $pkgname - NOCONFIGURE=1 ./autogen.sh } build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var - 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: atomix/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
