[arch-commits] Commit in libnewt/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Oct 31 18:11:49 UTC 2019
Date: Thursday, October 31, 2019 @ 18:11:48
Author: felixonmars
Revision: 521589
archrelease: copy trunk to community-staging-x86_64
Added:
libnewt/repos/community-staging-x86_64/PKGBUILD
(from rev 521588, libnewt/trunk/PKGBUILD)
Deleted:
libnewt/repos/community-staging-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:11:36 UTC (rev 521588)
+++ PKGBUILD 2019-10-31 18:11:48 UTC (rev 521589)
@@ -1,41 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# 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.21
-pkgrel=2
-_tclver=8.6
-pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=(x86_64)
-url='https://pagure.io/newt'
-license=(GPL)
-depends=(slang popt gpm)
-makedepends=("tcl>=$_tclver" 'python' 'python2')
-optdepends=('tcl: whiptcl support'
- 'python: libnewt support with the _snack module'
- 'python2: libnewt support with the _snack module')
-options=(!makeflags)
-source=("https://releases.pagure.org/newt/newt-$pkgver.tar.gz")
-sha256sums=('265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31')
-
-prepare() {
- cd "newt-$pkgver"
-
- sed -i "s:tcl8.4:tcl$_tclver:" Makefile.in
- echo '#define USE_INTERP_RESULT 1' >> config.h
-}
-
-build() {
- cd "newt-$pkgver"
-
- ./configure --prefix=/usr --with-gpm-support
- make
-}
-
-package() {
- make -C "newt-$pkgver" prefix="$pkgdir/usr" install
-}
-
-# vim: ts=2 sw=2 et:
Copied: libnewt/repos/community-staging-x86_64/PKGBUILD (from rev 521588, libnewt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-31 18:11:48 UTC (rev 521589)
@@ -0,0 +1,41 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# 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.21
+pkgrel=3
+_tclver=8.6
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=(x86_64)
+url='https://pagure.io/newt'
+license=(GPL)
+depends=(slang popt gpm)
+makedepends=("tcl>=$_tclver" 'python' 'python2')
+optdepends=('tcl: whiptcl support'
+ 'python: libnewt support with the _snack module'
+ 'python2: libnewt support with the _snack module')
+options=(!makeflags)
+source=("https://releases.pagure.org/newt/newt-$pkgver.tar.gz")
+sha256sums=('265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31')
+
+prepare() {
+ cd "newt-$pkgver"
+
+ sed -i "s:tcl8.4:tcl$_tclver:" Makefile.in
+ echo '#define USE_INTERP_RESULT 1' >> config.h
+}
+
+build() {
+ cd "newt-$pkgver"
+
+ ./configure --prefix=/usr --with-gpm-support
+ make
+}
+
+package() {
+ make -C "newt-$pkgver" prefix="$pkgdir/usr" install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list