diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-12 01:10:30 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-08-12 01:10:30 -0500 |
commit | c5b6150b3eee495c9637a1151e04af537682b22e (patch) | |
tree | 305ac94576a65e17d3773cbeb6612823904cbeb8 /community/gnubiff/PKGBUILD | |
parent | 750ab8ec8f204c3ef69beb2fef182b002bb50955 (diff) | |
parent | d27f27c051ce0164f6d4a36335fe5bab6db9c5fd (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'community/gnubiff/PKGBUILD')
-rw-r--r-- | community/gnubiff/PKGBUILD | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/community/gnubiff/PKGBUILD b/community/gnubiff/PKGBUILD index 6bdb40527..65b80b55c 100644 --- a/community/gnubiff/PKGBUILD +++ b/community/gnubiff/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 44789 2011-04-11 20:19:28Z spupykin $ +# $Id: PKGBUILD 53951 2011-08-10 14:38:08Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Tom K <tomk@runbox.com> # Contributor: Todd Musall <tmusall@gmail.com> pkgname=gnubiff pkgver=2.2.13 -pkgrel=1 +pkgrel=2 pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived" arch=('i686' 'x86_64' 'mips64el') url="http://gnubiff.sourceforge.net/" license=("GPL") -depends=('gnome-panel') -makedepends=('perlxml') +depends=('libglade' 'gtk2' 'popt') +makedepends=('perlxml' 'intltool') conflicts=(gnubiff-gtk) source=(http://downloads.sourceforge.net/gnubiff/gnubiff-$pkgver.tar.gz) md5sums=('65423957eb027b94c9e661611c0e4271') @@ -46,11 +46,8 @@ diff -wbBur gnubiff-2.2.10/src/support.h gnubiff-2.2.10.my/src/support.h } 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 \ - --disable-gnome + ./configure --prefix=/usr --with-password --with-password-string="65423957eb027b94c9e661611c0e4271" \ + --disable-fam --disable-gnome make make DESTDIR=$startdir/pkg install |