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