[arch-commits] Commit in lib32-aalib/repos/multilib-x86_64 (4 files)
Felix Yan
felixonmars at archlinux.org
Thu May 31 01:10:18 UTC 2018
Date: Thursday, May 31, 2018 @ 01:10:18
Author: felixonmars
Revision: 333677
archrelease: copy trunk to multilib-x86_64
Added:
lib32-aalib/repos/multilib-x86_64/PKGBUILD
(from rev 333676, lib32-aalib/trunk/PKGBUILD)
lib32-aalib/repos/multilib-x86_64/aclocal-fixes.patch
(from rev 333676, lib32-aalib/trunk/aclocal-fixes.patch)
Deleted:
lib32-aalib/repos/multilib-x86_64/PKGBUILD
lib32-aalib/repos/multilib-x86_64/aclocal-fixes.patch
---------------------+
PKGBUILD | 78 +++++++++++++++++++++++++-------------------------
aclocal-fixes.patch | 22 +++++++-------
2 files changed, 50 insertions(+), 50 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 01:09:55 UTC (rev 333676)
+++ PKGBUILD 2018-05-31 01:10:18 UTC (rev 333677)
@@ -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=1
-pkgdesc="A portable ASCII art graphic library (32 bit)"
-arch=('i686' '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)
-sha1sums=('a23269e950a249d2ef93625837cace45ddbce03b'
- '98d8c5a13672a8107945d694ff4520e0bc87d3e9')
-
-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 333676, lib32-aalib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 01:10:18 UTC (rev 333677)
@@ -0,0 +1,39 @@
+# $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}
+}
Deleted: aclocal-fixes.patch
===================================================================
--- aclocal-fixes.patch 2018-05-31 01:09:55 UTC (rev 333676)
+++ aclocal-fixes.patch 2018-05-31 01:10:18 UTC (rev 333677)
@@ -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 333676, lib32-aalib/trunk/aclocal-fixes.patch)
===================================================================
--- aclocal-fixes.patch (rev 0)
+++ aclocal-fixes.patch 2018-05-31 01:10:18 UTC (rev 333677)
@@ -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