summaryrefslogtreecommitdiff
path: root/community/gnubiff-gtk/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnubiff-gtk/PKGBUILD')
-rw-r--r--community/gnubiff-gtk/PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD
index 5bf35b283..1b092cd5c 100644
--- a/community/gnubiff-gtk/PKGBUILD
+++ b/community/gnubiff-gtk/PKGBUILD
@@ -7,17 +7,20 @@ pkgname=gnubiff-gtk
pkgver=2.2.15
pkgrel=1
pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived. GTK version."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://gnubiff.sourceforge.net/"
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