summaryrefslogtreecommitdiff
path: root/community/gnubiff-gtk
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-23 03:27:46 +0000
commit0459e6459ee534bf22ab8a5381cd485e6035e9e2 (patch)
tree605a15ed18dc37695caaeb02271fdd06320a00f3 /community/gnubiff-gtk
parentd4b7ceefdfb9c828799749419e8f8f7a36c2d7b8 (diff)
Wed Apr 23 03:24:08 UTC 2014
Diffstat (limited to 'community/gnubiff-gtk')
-rw-r--r--community/gnubiff-gtk/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD
index 5bf35b283..ef647b7cc 100644
--- a/community/gnubiff-gtk/PKGBUILD
+++ b/community/gnubiff-gtk/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 66678 2012-02-27 10:01:18Z spupykin $
+# $Id: PKGBUILD 109975 2014-04-22 16:00:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Tom K <tomk@runbox.com>
# Contributor: Todd Musall <tmusall@gmail.com>
pkgname=gnubiff-gtk
pkgver=2.2.15
-pkgrel=1
+pkgrel=2
pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived. GTK version."
arch=('i686' 'x86_64')
url="http://gnubiff.sourceforge.net/"
@@ -18,9 +18,13 @@ md5sums=('c705e1135b0bd4c8d8f7ce72ca7b5443')
build() {
cd $srcdir/gnubiff-$pkgver
- export LDFLAGS=-lX11
+ export LDFLAGS="-lgthread-2.0 -lX11"
./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271"
make
+}
+
+package() {
+ cd $srcdir/gnubiff-$pkgver
make DESTDIR=$pkgdir install
rm -rf $pkgdir/usr/lib
rm -rf $pkgdir/usr/share/gnome-2.0