diff options
Diffstat (limited to 'extra/xfce4-genmon-plugin/PKGBUILD')
-rw-r--r-- | extra/xfce4-genmon-plugin/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/xfce4-genmon-plugin/PKGBUILD b/extra/xfce4-genmon-plugin/PKGBUILD index 074f82688..724d79bb1 100644 --- a/extra/xfce4-genmon-plugin/PKGBUILD +++ b/extra/xfce4-genmon-plugin/PKGBUILD @@ -6,12 +6,12 @@ pkgname=xfce4-genmon-plugin pkgver=3.3.1 pkgrel=1 pkgdesc="plugin that monitors customizable programs stdout for the Xfce4 panel" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('LGPL2.1') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-genmon-plugin" groups=('xfce4-goodies') depends=('xfce4-panel' 'libxfcegui4') -makedepends=('intltool') +makedepends=('gettext' 'intltool') options=('!libtool') source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/3.3/${pkgname}-${pkgver}.tar.bz2) md5sums=('e0022e15d4211a87c17d9f252b68e1d3') |