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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Feb 24 12:26:52 UTC 2014


    Date: Monday, February 24, 2014 @ 13:26:52
  Author: arodseth
Revision: 106157

upgpkg: libnewt 0.52.17-1

Modified:
  libnewt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-24 11:37:41 UTC (rev 106156)
+++ PKGBUILD	2014-02-24 12:26:52 UTC (rev 106157)
@@ -13,9 +13,10 @@
 url='https://fedorahosted.org/newt/'
 license=('GPL')
 depends=('slang' 'popt' 'gpm')
-makedepends=("tcl>=$_tclver" 'python')
+makedepends=("tcl>=$_tclver" 'python' 'python2')
 optdepends=('tcl: whiptcl support' \
-            'python: libnewt api through _snack module')
+            'python: libnewt support with the _snack module'
+            'python2: libnewt support with the _snack module')
 options=('!makeflags')
 source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
 sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
@@ -22,9 +23,8 @@
 
 prepare() {
   cd "newt-$pkgver"
-  
+
   sed -i "s:tcl8.4:tcl$_tclver:" Makefile.in
-  #sed -i 's:bin/python:bin/python2:' *.py
   echo '#define USE_INTERP_RESULT 1' >> config.h
 }
 
@@ -37,7 +37,7 @@
 
 package() {
   cd "newt-$pkgver"
-  
+
   make prefix="$pkgdir/usr" install
 }
 




More information about the arch-commits mailing list