# Maintainer: Mario Cianciolo # Co-maintainer: Michael Kogan # This file is automatically generated from multiload-ng source. pkgname='multiload-ng-standalone-gtk3' pkgdesc='Modern graphical system monitor, standalone version' pkgver=1.5.0 pkgrel=1 makedepends=('intltool') depends=('gtk3' 'cairo') conflicts=('multiload-ng-standalone-gtk2' 'multiload-ng-standalone-gtk2-git' 'multiload-ng-standalone-gtk3-git') source=("https://github.com/udda/multiload-ng/archive/v$pkgver.tar.gz") md5sums=('b42140a47788cc5cdbd46fbbfab9e644') arch=('i686' 'x86_64') url='https://udda.github.io/multiload-ng/' license=('GPL2') build() { cd "multiload-ng-$pkgver" ./autogen.sh ./configure --prefix=/usr --with-gtk=3.0 --disable-deprecations --without-awn --without-indicator --without-lxpanel --without-mate --with-standalone --without-systray --without-xfce4 make } package() { cd "multiload-ng-$pkgver" make DESTDIR="$pkgdir" install }