[arch-commits] Commit in lib32-libnewt/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Jun 3 08:05:43 UTC 2019


    Date: Monday, June 3, 2019 @ 08:05:43
  Author: alucryd
Revision: 476697

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnewt/repos/multilib-x86_64/PKGBUILD
    (from rev 476696, lib32-libnewt/trunk/PKGBUILD)
Deleted:
  lib32-libnewt/repos/multilib-x86_64/PKGBUILD

----------+
 PKGBUILD |  111 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 61 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-03 08:05:37 UTC (rev 476696)
+++ PKGBUILD	2019-06-03 08:05:43 UTC (rev 476697)
@@ -1,50 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: oi_wtf <brainpower at gulli.com>
-# Contributor: 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=lib32-libnewt
-pkgver=0.52.20
-pkgrel=2
-pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=('x86_64')
-url='https://fedorahosted.org/newt/'
-license=('GPL')
-depends=('lib32-glibc' 'lib32-gpm' 'lib32-popt' 'lib32-slang' 'libnewt')
-makedepends=('gcc-multilib' 'lib32-tcl')
-optdepends=('lib32-tcl: whiptcl support')
-options=('!makeflags')
-source=("https://releases.pagure.org/newt/newt-${pkgver}.tar.gz")
-sha256sums=('8d66ba6beffc3f786d4ccfee9d2b43d93484680ef8db9397a4fb70b5adbb6dbc')
-
-prepare() {
-  cd newt-${pkgver}
-
-  sed -i "s:tcl8.4:tcl8.6:" Makefile.in
-  echo '#define USE_INTERP_RESULT 1' >> config.h
-}
-
-build() {
-  cd newt-${pkgver}
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
-    --prefix='/usr' \
-    --libdir='/usr/lib32' \
-    --with-gpm-support \
-    --without-python
-  make
-}
-
-package() {
-  cd newt-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libnewt/repos/multilib-x86_64/PKGBUILD (from rev 476696, lib32-libnewt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-03 08:05:43 UTC (rev 476697)
@@ -0,0 +1,61 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: oi_wtf <brainpower at gulli.com>
+# Contributor: 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=lib32-libnewt
+pkgver=0.52.21
+pkgrel=1
+pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
+arch=(x86_64)
+url=https://fedorahosted.org/newt/
+license=(GPL)
+depends=(
+  lib32-glibc
+  lib32-gpm
+  lib32-popt
+  lib32-slang
+  libnewt
+)
+makedepends=(
+  git
+  lib32-tcl
+)
+optdepends=('lib32-tcl: whiptcl support')
+options=(!makeflags)
+source=(git+https://pagure.io/newt.git#tag=r${pkgver//./-})
+sha256sums=(SKIP)
+
+prepare() {
+  cd newt
+
+  sed -i 's/tcl8.4/tcl8.6/' Makefile.in
+  echo '#define USE_INTERP_RESULT 1' >> config.h
+
+  autoreconf -fiv
+}
+
+build() {
+  cd newt
+
+  export CC='gcc -m32'
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+
+  ./configure \
+    --prefix=/usr \
+    --libdir=/usr/lib32 \
+    --with-gpm-support \
+    --without-python
+  make
+}
+
+package() {
+  cd newt
+
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list