From 28b5bbf3fee0627993658e096eadab71c2779912 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 12 Apr 2011 10:53:36 +0000 Subject: Tue Apr 12 10:53:36 UTC 2011 --- community-testing/gnubiff/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'community-testing/gnubiff/PKGBUILD') diff --git a/community-testing/gnubiff/PKGBUILD b/community-testing/gnubiff/PKGBUILD index 1d7ba29a7..628d336b3 100644 --- a/community-testing/gnubiff/PKGBUILD +++ b/community-testing/gnubiff/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 44488 2011-04-07 20:25:15Z spupykin $ +# $Id: PKGBUILD 44789 2011-04-11 20:19:28Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Tom K # Contributor: Todd Musall pkgname=gnubiff -pkgver=2.2.11 -pkgrel=5 +pkgver=2.2.13 +pkgrel=1 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived" arch=('i686' 'x86_64') url="http://gnubiff.sourceforge.net/" @@ -14,7 +14,7 @@ depends=('gnome-panel') makedepends=('perlxml') conflicts=(gnubiff-gtk) source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz) -md5sums=('d9e899f25b1e83081ccd3ac97ee31b8b') +md5sums=('65423957eb027b94c9e661611c0e4271') build() { [ "$GNOMEDIR" = "" ] && GNOMEDIR=/usr @@ -49,7 +49,8 @@ EOF export LDFLAGS="$LDFLAGS -lgnomeui-2" export CFLAGS="$CFLAGS -I/usr/include/libgnomeui-2.0" export CPPFLAGS="$CPPFLAGS -I/usr/include/libgnomeui-2.0" - ./configure --prefix=/usr --with-password --with-password-string --disable-fam + ./configure --prefix=/usr --with-password --with-password-string --disable-fam \ + --disable-gnome make make DESTDIR=$startdir/pkg install -- cgit v1.2.3-54-g00ecf