[arch-commits] Commit in lib32-aalib/repos/multilib-x86_64 (4 files)

Allan McRae allan at gemini.archlinux.org
Thu Jun 2 05:23:49 UTC 2022


    Date: Thursday, June 2, 2022 @ 05:23:49
  Author: allan
Revision: 1218525

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-aalib/repos/multilib-x86_64/PKGBUILD
    (from rev 1218524, lib32-aalib/trunk/PKGBUILD)
  lib32-aalib/repos/multilib-x86_64/aclocal-fixes.patch
    (from rev 1218524, lib32-aalib/trunk/aclocal-fixes.patch)
Deleted:
  lib32-aalib/repos/multilib-x86_64/PKGBUILD
  lib32-aalib/repos/multilib-x86_64/aclocal-fixes.patch

---------------------+
 PKGBUILD            |   77 ++++++++++++++++++++++++--------------------------
 aclocal-fixes.patch |   22 +++++++-------
 2 files changed, 49 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 05:23:31 UTC (rev 1218524)
+++ PKGBUILD	2022-06-02 05:23:49 UTC (rev 1218525)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-_pkgname=aalib
-pkgname=lib32-$_pkgname
-pkgver=1.4rc5
-pkgrel=2
-pkgdesc="A portable ASCII art graphic library (32 bit)"
-arch=('x86_64')
-url="http://aa-project.sourceforge.net/aalib/"
-license=('LGPL')
-depends=('lib32-gpm' 'lib32-libx11' "$_pkgname")
-makedepends=('lib32-libxt')
-source=(http://downloads.sourceforge.net/sourceforge/aa-project/${_pkgname}-${pkgver}.tar.gz
-        aclocal-fixes.patch)
-sha512sums=('3e4506eccce3b81ccbbb79a4a1b90abd39e2259e6043fde90f70b9ca279bd4c37758a047167267b97c4ec92f64fb17c7c8f548114f0d0c6e78ddb9463b5f1299'
-            'aa98b2226c2dd15c13561b28b5558ed459e9065c2339222df7c3002ea17a9b81711e6ff4f59d66ad817d96461dd8b5411c87b049306c875f295fdb8d0c9425c7')
-
-prepare() {
-  cd ${_pkgname}-1.4.0
-  patch -p0 -i "${srcdir}/aclocal-fixes.patch"
-}
-
-build() {
-  export CC='gcc -m32'
-  export CXX='g++ -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  cd ${_pkgname}-1.4.0
-  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libdir=/usr/lib32
-  make
-}
-
-package() {
-  cd ${_pkgname}-1.4.0
-  make DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-}

Copied: lib32-aalib/repos/multilib-x86_64/PKGBUILD (from rev 1218524, lib32-aalib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 05:23:49 UTC (rev 1218525)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+_pkgname=aalib
+pkgname=lib32-$_pkgname
+pkgver=1.4rc5
+pkgrel=3
+pkgdesc="A portable ASCII art graphic library (32 bit)"
+arch=('x86_64')
+url="http://aa-project.sourceforge.net/aalib/"
+license=('LGPL')
+depends=('lib32-gpm' 'lib32-libx11' "$_pkgname")
+makedepends=('lib32-libxt')
+source=(https://downloads.sourceforge.net/sourceforge/aa-project/${_pkgname}-${pkgver}.tar.gz
+        aclocal-fixes.patch)
+sha512sums=('3e4506eccce3b81ccbbb79a4a1b90abd39e2259e6043fde90f70b9ca279bd4c37758a047167267b97c4ec92f64fb17c7c8f548114f0d0c6e78ddb9463b5f1299'
+            'aa98b2226c2dd15c13561b28b5558ed459e9065c2339222df7c3002ea17a9b81711e6ff4f59d66ad817d96461dd8b5411c87b049306c875f295fdb8d0c9425c7')
+
+prepare() {
+  cd ${_pkgname}-1.4.0
+  patch -p0 -i "${srcdir}/aclocal-fixes.patch"
+}
+
+build() {
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  cd ${_pkgname}-1.4.0
+  ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgname}-1.4.0
+  make DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+}

Deleted: aclocal-fixes.patch
===================================================================
--- aclocal-fixes.patch	2022-06-02 05:23:31 UTC (rev 1218524)
+++ aclocal-fixes.patch	2022-06-02 05:23:49 UTC (rev 1218525)
@@ -1,11 +0,0 @@
---- aalib.m4.orig	2006-03-05 13:58:21.000000000 +0000
-+++ aalib.m4	2006-03-05 13:58:32.000000000 +0000
-@@ -9,7 +9,7 @@
- dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
- dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
- dnl
--AC_DEFUN(AM_PATH_AALIB,
-+AC_DEFUN([AM_PATH_AALIB],
- [dnl 
- dnl Get the cflags and libraries from the aalib-config script
- dnl

Copied: lib32-aalib/repos/multilib-x86_64/aclocal-fixes.patch (from rev 1218524, lib32-aalib/trunk/aclocal-fixes.patch)
===================================================================
--- aclocal-fixes.patch	                        (rev 0)
+++ aclocal-fixes.patch	2022-06-02 05:23:49 UTC (rev 1218525)
@@ -0,0 +1,11 @@
+--- aalib.m4.orig	2006-03-05 13:58:21.000000000 +0000
++++ aalib.m4	2006-03-05 13:58:32.000000000 +0000
+@@ -9,7 +9,7 @@
+ dnl AM_PATH_AALIB([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for AALIB, and define AALIB_CFLAGS and AALIB_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_AALIB,
++AC_DEFUN([AM_PATH_AALIB],
+ [dnl 
+ dnl Get the cflags and libraries from the aalib-config script
+ dnl



More information about the arch-commits mailing list