# Maintainer: Michael Kogan # Co-maintainer: Mario Cianciolo # This file is automatically generated from multiload-ng source. pkgname='mate-multiload-ng-applet-gtk2-git' pkgdesc='Modern graphical system monitor, MATE panel applet' pkgver=r938.d023877 pkgrel=3 makedepends=('intltool' 'git') depends=('gtk2>=2.20.0' 'cairo' 'mate-panel-gtk2>=1.7.0' 'multiload-ng-common-git') conflicts=('mate-multiload-ng-applet-gtk2' 'mate-multiload-ng-applet-gtk3' 'mate-multiload-ng-applet-gtk3-git') source=("git+https://github.com/udda/multiload-ng.git") md5sums=('SKIP') arch=('i686' 'x86_64') url='https://udda.github.io/multiload-ng/' license=('GPL2') build() { cd "multiload-ng" ./autogen.sh ./configure --prefix=/usr --with-gtk=2.0 --without-awn --without-indicator --without-lxpanel --with-mate --without-standalone --without-systray --without-xfce4 make } package() { cd "multiload-ng" make DESTDIR="$pkgdir" install rm -r "$pkgdir/usr/share/locale" } pkgver() { cd "multiload-ng" printf -- "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" }