[arch-commits] Commit in libnewt/repos (4 files)

Alexander Rødseth arodseth at archlinux.org
Wed May 10 19:56:21 UTC 2017


    Date: Wednesday, May 10, 2017 @ 19:56:21
  Author: arodseth
Revision: 227731

archrelease: copy trunk to community-x86_64, community-i686

Added:
  libnewt/repos/community-i686/PKGBUILD
    (from rev 227730, libnewt/trunk/PKGBUILD)
  libnewt/repos/community-x86_64/PKGBUILD
    (from rev 227730, libnewt/trunk/PKGBUILD)
Deleted:
  libnewt/repos/community-i686/PKGBUILD
  libnewt/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   42 ----------------------
 community-x86_64/PKGBUILD |   42 ----------------------
 3 files changed, 84 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-10 19:56:07 UTC (rev 227730)
+++ community-i686/PKGBUILD	2017-05-10 19:56:21 UTC (rev 227731)
@@ -1,42 +0,0 @@
-# $Id$
-# 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.19
-pkgrel=3
-_tclver=8.6
-pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=('x86_64' 'i686')
-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=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
-
-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:set ts=2 sw=2 et:

Copied: libnewt/repos/community-i686/PKGBUILD (from rev 227730, libnewt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-10 19:56:21 UTC (rev 227731)
@@ -0,0 +1,42 @@
+# $Id$
+# 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.20
+pkgrel=1
+_tclver=8.6
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=('x86_64' 'i686')
+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=('8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc')
+
+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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-10 19:56:07 UTC (rev 227730)
+++ community-x86_64/PKGBUILD	2017-05-10 19:56:21 UTC (rev 227731)
@@ -1,42 +0,0 @@
-# $Id$
-# 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.19
-pkgrel=3
-_tclver=8.6
-pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=('x86_64' 'i686')
-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=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
-
-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:set ts=2 sw=2 et:

Copied: libnewt/repos/community-x86_64/PKGBUILD (from rev 227730, libnewt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-10 19:56:21 UTC (rev 227731)
@@ -0,0 +1,42 @@
+# $Id$
+# 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.20
+pkgrel=1
+_tclver=8.6
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=('x86_64' 'i686')
+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=('8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc')
+
+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