From ab54ea25688bddf50d16484e220beafc16e765e2 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 31 Dec 2011 23:01:48 +0000 Subject: added missing build dep (gettext), added patch to fix bug. --- extra/xfce4-genmon-plugin/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'extra/xfce4-genmon-plugin/PKGBUILD') 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 \ -- cgit v1.2.3-54-g00ecf