[arch-commits] Commit in libnewt/repos/community-staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:45:39 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:45:39
  Author: felixonmars
Revision: 1061105

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:45:38 UTC (rev 1061104)
+++ PKGBUILD	2021-12-01 21:45:39 UTC (rev 1061105)
@@ -1,36 +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=7
-_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=(gpm libxcrypt popt slang)
-makedepends=(python "tcl>=$_tclver")
-optdepends=('python: libnewt support with the _snack module'
-            'tcl: whiptcl support')
-options=(!makeflags)
-source=("https://releases.pagure.org/newt/newt-$pkgver.tar.gz")
-b2sums=('a0d6a15f87fe04dc535e65fcd28606cd666142d006a53b6ee0c8387a6295215e44f1815ac56ceb56b561ca9b5bc8f3cab2d04b5decd62642f46b744333dc7e34')
-
-prepare() {
-  cd newt-$pkgver
-  echo '#define USE_INTERP_RESULT 1' >> config.h
-  sed -i "s:tcl8.4:tcl$_tclver:" Makefile.in
-}
-
-build() {
-  cd newt-$pkgver
-  ./configure --prefix=/usr --with-gpm-support
-  make
-}
-
-package() {
-  make -C newt-$pkgver prefix="$pkgdir/usr" install
-}

Copied: libnewt/repos/community-staging-x86_64/PKGBUILD (from rev 1061102, libnewt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:45:39 UTC (rev 1061105)
@@ -0,0 +1,36 @@
+# 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=8
+_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=(gpm libxcrypt popt slang)
+makedepends=(python "tcl>=$_tclver")
+optdepends=('python: libnewt support with the _snack module'
+            'tcl: whiptcl support')
+options=(!makeflags)
+source=("https://releases.pagure.org/newt/newt-$pkgver.tar.gz")
+b2sums=('a0d6a15f87fe04dc535e65fcd28606cd666142d006a53b6ee0c8387a6295215e44f1815ac56ceb56b561ca9b5bc8f3cab2d04b5decd62642f46b744333dc7e34')
+
+prepare() {
+  cd newt-$pkgver
+  echo '#define USE_INTERP_RESULT 1' >> config.h
+  sed -i "s:tcl8.4:tcl$_tclver:" Makefile.in
+}
+
+build() {
+  cd newt-$pkgver
+  ./configure --prefix=/usr --with-gpm-support
+  make
+}
+
+package() {
+  make -C newt-$pkgver prefix="$pkgdir/usr" install
+}



More information about the arch-commits mailing list