diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-05 07:54:02 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-12-05 07:54:02 -0500 |
commit | 04337db9fa2057fcdebe1c3f2c9a3704c9ed47eb (patch) | |
tree | e053cd404fef39daac65377ab1edf8aac10fd74f /community/gnubiff-gtk/PKGBUILD | |
parent | 2e27d8d9808d5d65c1d6f39b629fbe956b294697 (diff) |
Add gnubiff-2.2.15-glib.patch in gnudiff-gtk
Diffstat (limited to 'community/gnubiff-gtk/PKGBUILD')
-rw-r--r-- | community/gnubiff-gtk/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD index c5fa45ae0..1b092cd5c 100644 --- a/community/gnubiff-gtk/PKGBUILD +++ b/community/gnubiff-gtk/PKGBUILD @@ -13,11 +13,14 @@ license=("GPL") depends=('libglade' 'gtk3' 'openssl' 'popt') makedepends=('intltool') conflicts=('gnubiff') -source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz) -md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443') +source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz + gnubiff-2.2.15-glib.patch) +md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443' + '31bce3b8b43decf0a1df9492cd807024') build() { cd $srcdir/gnubiff-$pkgver + patch -Np1 -i ${srcdir}/gnubiff-2.2.15-glib.patch export LDFLAGS=-lX11 ./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" make |