# Maintainer: Mario Cianciolo # Co-maintainer: Michael Kogan # This file is automatically generated from multiload-ng source. pkgname='lxpanel-multiload-ng-plugin-gtk2' pkgdesc='Modern graphical system monitor, LxPanel plugin' pkgver=1.5.2 pkgrel=1 makedepends=('intltool') depends=('gtk2>=2.20.0' 'cairo' 'lxpanel>=0.5.8') conflicts=('lxpanel-multiload-ng-plugin-gtk3' 'lxpanel-multiload-ng-plugin-gtk2-git' 'lxpanel-multiload-ng-plugin-gtk3-git') replaces=('lxpanel-multiload-ng-applet-gtk2') source=("https://github.com/udda/multiload-ng/archive/v$pkgver.tar.gz") md5sums=('bdb9344d696324bd4db04a8bce6d7ec0') 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=2.0 --without-awn --without-indicator --with-lxpanel --without-mate --without-standalone --without-systray --without-xfce4 make } package() { cd "multiload-ng-$pkgver" make DESTDIR="$pkgdir" install }