summaryrefslogtreecommitdiff
path: root/community/xdialog
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/xdialog
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/xdialog')
-rw-r--r--community/xdialog/PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/xdialog/PKGBUILD b/community/xdialog/PKGBUILD
index 750a99ff1..ddc3a1601 100644
--- a/community/xdialog/PKGBUILD
+++ b/community/xdialog/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 38975 2011-02-04 14:16:55Z spupykin $
+# $Id: PKGBUILD 65245 2012-02-20 12:31:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=xdialog
pkgver=2.3.1
-pkgrel=5
+pkgrel=6
pkgdesc="A drop-in replacement for the 'dialog' or 'cdialog' programs"
url="http://xdialog.dyns.net/"
arch=('i686' 'x86_64')
@@ -18,16 +18,12 @@ md5sums=('0671f8353717513bf1f0ebc80e9710f6'
build() {
cd $srcdir/Xdialog-$pkgver
-
patch -p1 <../xdialog-$pkgver-gtk2.patch
-
./configure --prefix=/usr \
--mandir=${pkgdir}/usr/share/man --with-gtk2
-
# Fix bugs in automake - see Xdialog.spec
- /bin/sed -i -e "s:RANLIB = @RANLIB@:RANLIB = /usr/bin/ranlib:" lib/Makefile
- /bin/sed -i -e "s;XGETTEXT = :;XGETTEXT = /usr/bin/xgettext;" po/Makefile
-
+ sed -i -e "s:RANLIB = @RANLIB@:RANLIB = /usr/bin/ranlib:" lib/Makefile
+ sed -i -e "s;XGETTEXT = :;XGETTEXT = /usr/bin/xgettext;" po/Makefile
make
}