mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/pixman to 0.26.2-1
This commit is contained in:
parent
61f9f3a7e8
commit
71930acb73
1 changed files with 3 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
# - disable arm extensions that aren't supported, autodetection fails
|
||||
|
||||
pkgname=pixman
|
||||
pkgver=0.26.0
|
||||
pkgver=0.26.2
|
||||
pkgrel=1
|
||||
pkgdesc="The pixel-manipulation library for X and cairo"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -14,14 +14,11 @@ url="http://xorg.freedesktop.org"
|
|||
license=('custom')
|
||||
depends=('glibc')
|
||||
options=('!libtool')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
|
||||
test_failures_on_x86-32.diff)
|
||||
sha1sums=('d772cf794ec5da0966eba3cb360919a0a5e0d23f'
|
||||
'24a688271d5cf2c4137a147deaa2975122c01aa8')
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha1sums=('1daf014714cc29147726abada12359345d156705')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -Np1 -i ${srcdir}/test_failures_on_x86-32.diff
|
||||
[[ $CARCH = "arm" ]] && CONFIG="--disable-arm-simd --disable-arm-neon --disable-arm-iwmmxt"
|
||||
[[ $CARCH = "armv7h" ]] && CONFIG="--disable-arm-neon --disable-arm-iwmmxt"
|
||||
./configure --prefix=/usr --disable-static $CONFIG
|
||||
|
|
Loading…
Reference in a new issue