some rebuilds

This commit is contained in:
Manuel 2012-12-18 22:54:29 +00:00
parent a7c87ec2ff
commit 830ca81454
3 changed files with 8 additions and 10 deletions

View File

@ -5,7 +5,7 @@
pkgname=lib32-libffi pkgname=lib32-libffi
pkgver=3.0.10 pkgver=3.0.10
pkgrel=1 pkgrel=2
pkgdesc="A portable, high level programming interface to various calling conventions (32 bits version)." pkgdesc="A portable, high level programming interface to various calling conventions (32 bits version)."
arch=('x86_64') arch=('x86_64')
license=('MIT') license=('MIT')

View File

@ -6,13 +6,13 @@
_pkgbasename=libxcb _pkgbasename=libxcb
pkgname=lib32-libxcb pkgname=lib32-libxcb
pkgver=1.9 pkgver=1.9
pkgrel=1 pkgrel=2
pkgdesc="X11 client-side library (32-bit)" pkgdesc="X11 client-side library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xcb.freedesktop.org/" url="http://xcb.freedesktop.org/"
depends=('lib32-libxdmcp' 'lib32-libxau' depends=('lib32-libxdmcp' 'lib32-libxau'
$_pkgbasename=$pkgver) $_pkgbasename=$pkgver)
makedepends=('pkgconfig' 'libxslt' 'python2' 'gcc-multilib' 'libtool-multilib' makedepends=('pkg-config' 'libxslt' 'python2' 'gcc-multilib' 'libtool-multilib'
'autoconf') 'autoconf')
conflicts=('libx11<1.1.99.2') conflicts=('libx11<1.1.99.2')
options=('!libtool') options=('!libtool')

View File

@ -6,16 +6,16 @@
_pkgbasename=libxdmcp _pkgbasename=libxdmcp
pkgname=lib32-$_pkgbasename pkgname=lib32-$_pkgbasename
pkgver=1.1.1 pkgver=1.1.1
pkgrel=1 pkgrel=2
pkgdesc="X11 Display Manager Control Protocol library (32-bit)" pkgdesc="X11 Display Manager Control Protocol library (32-bit)"
arch=(x86_64) arch=(x86_64)
url="http://xorg.freedesktop.org/" url="http://xorg.freedesktop.org/"
license=('custom') license=('custom')
depends=('xproto' 'lib32-glibc' $_pkgbasename=$pkgver) depends=('xproto' 'lib32-glibc' $_pkgbasename)
makedepends=('xorg-util-macros' 'gcc-multilib') makedepends=('xorg-util-macros' 'gcc-multilib')
options=('!libtool') options=('!libtool')
source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2) source=(${url}/releases/individual/lib/libXdmcp-${pkgver}.tar.bz2)
sha1sums=('3b63e8fc1600c51d9897d017da190fc6c16245b6') md5sums=('b94af6cef211cf3ee256f7e81f70fcd9')
build() { build() {
cd ${srcdir}/libXdmcp-${pkgver} cd ${srcdir}/libXdmcp-${pkgver}
@ -23,9 +23,7 @@ build() {
export CC="gcc -m32" export CC="gcc -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
./configure --prefix=/usr \ ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
--sysconfdir=/etc \
--disable-static \
--libdir=/usr/lib32 --libdir=/usr/lib32
make make
} }
@ -38,5 +36,5 @@ package() {
rm -rf "${pkgdir}"/usr/{include,share} rm -rf "${pkgdir}"/usr/{include,share}
mkdir -p "$pkgdir/usr/share/licenses" mkdir -p "$pkgdir/usr/share/licenses"
ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname" ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
} }