Date: Wednesday, September 5, 2018 @ 21:03:17 Author: heftig Revision: 333563
3.30.0-1 Modified: gnome-system-monitor/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-05 20:52:44 UTC (rev 333562) +++ PKGBUILD 2018-09-05 21:03:17 UTC (rev 333563) @@ -1,9 +1,8 @@ -# $Id$ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gnome-system-monitor -pkgver=3.28.2 +pkgver=3.30.0 pkgrel=1 pkgdesc="View current processes and monitor system state" url="https://wiki.gnome.org/Apps/SystemMonitor" @@ -10,11 +9,10 @@ arch=(x86_64) license=(GPL) depends=(libgtop gtkmm3 librsvg systemd) -makedepends=(itstool docbook-xsl intltool desktop-file-utils appdata-tools gnome-common git) -options=(!emptydirs) +makedepends=(meson yelp-tools git) groups=(gnome) -_commit=37c313130900d570e04c1c839c72594e1b30582f # tags/3.28.2^0 -source=("git+https://git.gnome.org/browse/gnome-system-monitor#commit=$_commit") +_commit=878b3e0ef10c5625c0b7124821b734f21433b6e0 # tags/3.30.0^0 +source=("git+https://gitlab.gnome.org/GNOME/gnome-system-monitor.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -24,17 +22,17 @@ prepare() { cd $pkgname - NOCONFIGURE=1 ./autogen.sh } build() { - cd $pkgname - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ - --libexecdir=/usr/lib/$pkgname --enable-systemd - 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: gnome-system-monitor/trunk/PKGBUILD ___________________________________________________________________ Deleted: svn:keywords ## -1 +0,0 ## -Id \ No newline at end of property
