summaryrefslogtreecommitdiff
path: root/community/libnewt/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
commit58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (patch)
tree4e9698b9216274fafac9483056a01a552e8e617b /community/libnewt/PKGBUILD
parent15cd70d8180c2a45287e4bd8ce01a2a9248e8d62 (diff)
Tue Feb 25 03:19:16 UTC 2014
Diffstat (limited to 'community/libnewt/PKGBUILD')
-rw-r--r--community/libnewt/PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/libnewt/PKGBUILD b/community/libnewt/PKGBUILD
index 8a0805b7e..be2cbd5f8 100644
--- a/community/libnewt/PKGBUILD
+++ b/community/libnewt/PKGBUILD
@@ -1,30 +1,30 @@
-# $Id: PKGBUILD 99611 2013-10-30 13:59:02Z arodseth $
+# $Id: PKGBUILD 106158 2014-02-24 12:27:03Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Roman Kyrylych <roman@archlinux.org>
# Contributor: Tom Killian <tomk@runbox.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=libnewt
-pkgver=0.52.16
-pkgrel=2
+pkgver=0.52.17
+pkgrel=1
_tclver=8.6
pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
arch=('x86_64' 'i686')
url='https://fedorahosted.org/newt/'
license=('GPL')
depends=('slang' 'popt' 'gpm')
-makedepends=("tcl>=$_tclver" 'python2')
+makedepends=("tcl>=$_tclver" 'python' 'python2')
optdepends=('tcl: whiptcl support' \
- 'python2: 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=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
+sha256sums=('69837973ef2ee2fa644426f1c3e48d2b18785ebcd382ef7fd01eb2e67d2d632b')
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 @@ build() {
package() {
cd "newt-$pkgver"
-
+
make prefix="$pkgdir/usr" install
}