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

Maxime Gauduin alucryd at archlinux.org
Sat Jul 1 19:48:51 UTC 2017


    Date: Saturday, July 1, 2017 @ 19:48:51
  Author: alucryd
Revision: 242035

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-01 19:48:42 UTC (rev 242034)
+++ PKGBUILD	2017-07-01 19:48:51 UTC (rev 242035)
@@ -1,51 +0,0 @@
-# $Id$
-# 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.19
-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=('08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80')
-
-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 242034, lib32-libnewt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-01 19:48:51 UTC (rev 242035)
@@ -0,0 +1,51 @@
+# $Id$
+# 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=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=('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:



More information about the arch-commits mailing list