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

Felix Yan felixonmars at archlinux.org
Fri Jul 31 07:52:05 UTC 2020


    Date: Friday, July 31, 2020 @ 07:52:04
  Author: felixonmars
Revision: 666074

archrelease: copy trunk to multilib-x86_64

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

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 34 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-31 07:51:49 UTC (rev 666073)
+++ PKGBUILD	2020-07-31 07:52:04 UTC (rev 666074)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-_pkgbasename=libidn
-pkgname=lib32-$_pkgbasename
-pkgver=1.35
-pkgrel=1
-pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
-url="https://www.gnu.org/software/libidn/"
-arch=('x86_64')
-license=('GPL3' 'LGPL')
-depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
-source=(https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz{,.sig})
-sha256sums=('f11af1005b46b7b15d057d7f107315a1ad46935c7fcdf243c16e46ec14f0fe1e'
-            'SKIP')
-validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson <simon at josefsson.org>
-              '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
-
-build() {
-  cd ${_pkgbasename}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
-  make
-}
-
-package() {
-  cd ${_pkgbasename}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/{bin,include,share}
-}

Copied: lib32-libidn/repos/multilib-x86_64/PKGBUILD (from rev 666073, lib32-libidn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-31 07:52:04 UTC (rev 666074)
@@ -0,0 +1,34 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+_pkgbasename=libidn
+pkgname=lib32-$_pkgbasename
+pkgver=1.36
+pkgrel=1
+pkgdesc="Implementation of the Stringprep, Punycode and IDNA specifications (32 bit)"
+url="https://www.gnu.org/software/libidn/"
+arch=('x86_64')
+license=('GPL3' 'LGPL')
+depends=('lib32-glibc' "$_pkgbasename>=$pkgver")
+source=("https://ftp.gnu.org/gnu/${_pkgbasename}/${_pkgbasename}-${pkgver}.tar.gz"{,.sig})
+sha512sums=('0d66e10bf7a8de4b27f692a427d2c8e901b8bed73b0a36268d8f939205df81f6a30f0634fd3b87370d4e81c1327c0b10391fa122a0a5459c32a3541b8a2149ad'
+            'SKIP')
+validpgpkeys=('9AA9BDB11BB1B99A21285A330664A76954265E8C'  # Simon Josefsson <simon at josefsson.org>
+              '1CB27DBC98614B2D5841646D08302DB6A2670428') # Tim Rühsen <tim.ruehsen at gmx.de>
+
+prepare() {
+  cd ${_pkgbasename}-${pkgver}
+  # https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=cca32830b5
+  sed -i '/pragma weak pthread_create/d' {lib/,}gltests/glthread/thread.h
+}
+
+build() {
+  cd ${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32 CC='gcc -m32'
+  make
+}
+
+package() {
+  cd ${_pkgbasename}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}



More information about the arch-commits mailing list