[arch-commits] Commit in dialog/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Thu Oct 8 23:11:11 UTC 2009


    Date: Thursday, October 8, 2009 @ 19:11:11
  Author: allan
Revision: 54338

upgpkg: dialog 1.1_20080819-3
    include translation files

Modified:
  dialog/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-08 21:26:49 UTC (rev 54337)
+++ PKGBUILD	2009-10-08 23:11:11 UTC (rev 54338)
@@ -5,7 +5,7 @@
 pkgname=dialog
 pkgver=1.1_20080819
 _pkgver=1.1-20080819
-pkgrel=2
+pkgrel=3
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('i686' 'x86_64')
 url="http://invisible-island.net/dialog/"
@@ -17,7 +17,8 @@
 
 build() {
   cd ${srcdir}/$pkgname-$_pkgver
-  ./configure --prefix=/usr --with-ncursesw --mandir=/usr/share/man
+  ./configure --prefix=/usr --mandir=/usr/share/man \
+              --with-ncursesw --enable-nls
   make || return 1
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list