diff options
author | Joe <joe@joelightning.com> | 2011-12-31 23:01:48 +0000 |
---|---|---|
committer | Joe <joe@joelightning.com> | 2011-12-31 23:01:48 +0000 |
commit | ab54ea25688bddf50d16484e220beafc16e765e2 (patch) | |
tree | ba551519538edce0fed5629354be85a4c8c32225 | |
parent | 62dd9e5afb68fd2beae6365337d2d7c08e0963bc (diff) |
added missing build dep (gettext), added patch to fix bug.
-rw-r--r-- | extra/xfce4-genmon-plugin/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/xfce4-genmon-plugin/PKGBUILD b/extra/xfce4-genmon-plugin/PKGBUILD index 702154b4f..b7d28c340 100644 --- a/extra/xfce4-genmon-plugin/PKGBUILD +++ b/extra/xfce4-genmon-plugin/PKGBUILD @@ -11,13 +11,14 @@ 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=('7c95234dc99efc21bbf9d2b056dd21f9') +md5sums=('7c95234dc99efc21bbf9d2b056dd21f9' '45323dd0f93c35a36f98d61ef0e2ba5b') build() { cd ${srcdir}/${pkgname}-${pkgver} + patch panel-plugin/main.c ${srcdir}/patch.patch ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ |