summaryrefslogtreecommitdiff
path: root/community/gnubiff-gtk
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
commit1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch)
tree8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/gnubiff-gtk
parentbdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff)
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/gnubiff-gtk')
-rw-r--r--community/gnubiff-gtk/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/community/gnubiff-gtk/PKGBUILD b/community/gnubiff-gtk/PKGBUILD
index 2ebd79695..a632caace 100644
--- a/community/gnubiff-gtk/PKGBUILD
+++ b/community/gnubiff-gtk/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 53956 2011-08-10 14:39:02Z spupykin $
+# $Id: PKGBUILD 63602 2012-02-05 11:59:50Z ibiru $
# 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.13
-pkgrel=3
+pkgver=2.2.14
+pkgrel=1
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/"
license=("GPL")
-depends=('libglade' 'openssl' 'popt')
+depends=('libglade' 'gtk3' 'openssl' 'popt')
makedepends=('intltool')
-conflicts=(gnubiff)
+conflicts=('gnubiff')
source=(http://downloads.sourceforge.net/sourceforge/gnubiff/gnubiff-$pkgver.tar.gz
build.patch)
-md5sums=('65423957eb027b94c9e661611c0e4271'
+md5sums=('f2a2c3485d2f3f0adff1b7665c2f3b24'
'96fde605eb69e300f6014546d4339beb')
build() {
cd $srcdir/gnubiff-$pkgver
- patch -p1 <../build.patch
+# patch -p1 <../build.patch
export LDFLAGS=-lX11
./configure --prefix=/usr --disable-gnome --disable-fam --with-password --with-password-string="65423957eb027b94c9e661611c0e4271"
make