[arch-commits] Commit in libnewt/repos (4 files)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Mon Feb 24 11:37:41 UTC 2014
Date: Monday, February 24, 2014 @ 12:37:41
Author: arodseth
Revision: 106156
archrelease: copy trunk to community-x86_64, community-i686
Added:
libnewt/repos/community-i686/PKGBUILD
(from rev 106155, libnewt/trunk/PKGBUILD)
libnewt/repos/community-x86_64/PKGBUILD
(from rev 106155, libnewt/trunk/PKGBUILD)
Deleted:
libnewt/repos/community-i686/PKGBUILD
libnewt/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 88 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 44 ----------------------
community-x86_64/PKGBUILD | 44 ----------------------
3 files changed, 88 insertions(+), 88 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-02-24 11:37:30 UTC (rev 106155)
+++ community-i686/PKGBUILD 2014-02-24 11:37:41 UTC (rev 106156)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Tom Killian <tomk at runbox.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libnewt
-pkgver=0.52.16
-pkgrel=2
-_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')
-optdepends=('tcl: whiptcl support' \
- 'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
-sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
-
-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
-}
-
-build() {
- cd "newt-$pkgver"
-
- ./configure --prefix=/usr --with-gpm-support
- make
-}
-
-package() {
- cd "newt-$pkgver"
-
- make prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libnewt/repos/community-i686/PKGBUILD (from rev 106155, libnewt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-24 11:37:41 UTC (rev 106156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Tom Killian <tomk at runbox.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libnewt
+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" 'python')
+optdepends=('tcl: whiptcl support' \
+ 'python: libnewt api through _snack module')
+options=('!makeflags')
+source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
+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
+}
+
+build() {
+ cd "newt-$pkgver"
+
+ ./configure --prefix=/usr --with-gpm-support
+ make
+}
+
+package() {
+ cd "newt-$pkgver"
+
+ make prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-02-24 11:37:30 UTC (rev 106155)
+++ community-x86_64/PKGBUILD 2014-02-24 11:37:41 UTC (rev 106156)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Roman Kyrylych <roman at archlinux.org>
-# Contributor: Tom Killian <tomk at runbox.com>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=libnewt
-pkgver=0.52.16
-pkgrel=2
-_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')
-optdepends=('tcl: whiptcl support' \
- 'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
-sha256sums=('1b9574bc9c8fb7b25cd26e5c3f2840e8c17fde5dd09c759604925919b3589cd3')
-
-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
-}
-
-build() {
- cd "newt-$pkgver"
-
- ./configure --prefix=/usr --with-gpm-support
- make
-}
-
-package() {
- cd "newt-$pkgver"
-
- make prefix="$pkgdir/usr" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: libnewt/repos/community-x86_64/PKGBUILD (from rev 106155, libnewt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-02-24 11:37:41 UTC (rev 106156)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Roman Kyrylych <roman at archlinux.org>
+# Contributor: Tom Killian <tomk at runbox.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=libnewt
+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" 'python')
+optdepends=('tcl: whiptcl support' \
+ 'python: libnewt api through _snack module')
+options=('!makeflags')
+source=("https://fedorahosted.org/releases/n/e/newt/newt-$pkgver.tar.gz")
+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
+}
+
+build() {
+ cd "newt-$pkgver"
+
+ ./configure --prefix=/usr --with-gpm-support
+ make
+}
+
+package() {
+ cd "newt-$pkgver"
+
+ make prefix="$pkgdir/usr" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list