pkgname=xfce4-indicator-plugin pkgver=0.3.1 _pkgbranch=3.0 pkgrel=1 pkgdesc="Display indicators in the xfce4 panel" arch=(i686 x86_64) license=('LGPL2.1') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin" groups=('xfce4-goodies') depends=('xfce4-panel' 'libxfce4util' 'libindicator') makedepends=('intltool' 'xfce4-dev-tools') options=('!libtool') source=(http://archive.xfce.org/src/panel-plugins/$pkgname/$_pkgbranch/$pkgname-$pkgver.tar.bz2 libindicator-fix.patch) build() { cd ${srcdir}/${pkgname}-${pkgver} patch -Np1 -i "${srcdir}/libindicator-fix.patch" xdt-autogen ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --disable-debug make } package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install } md5sums=('c4940695e412f7bac0fdb46be22ab5f2' 'ab714e4bcf5d113f87647ecd20bd88f4')