diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-24 17:48:35 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-28 15:08:38 -0500 |
commit | 55ce24617af467542ae1b07814617fbe2b360e33 (patch) | |
tree | c5c91c1062becd1e2e94b4634d4bf16b7492ed63 /libre/pixman-static | |
parent | 7a60474cc54e00be7c7282d7744f3616491c2894 (diff) | |
download | abslibre-55ce24617af467542ae1b07814617fbe2b360e33.tar.gz abslibre-55ce24617af467542ae1b07814617fbe2b360e33.tar.bz2 abslibre-55ce24617af467542ae1b07814617fbe2b360e33.zip |
libre/pixman-static: tidy, rebuild
Diffstat (limited to 'libre/pixman-static')
-rw-r--r-- | libre/pixman-static/PKGBUILD | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/libre/pixman-static/PKGBUILD b/libre/pixman-static/PKGBUILD index 68c47ae50..3a9fa8268 100644 --- a/libre/pixman-static/PKGBUILD +++ b/libre/pixman-static/PKGBUILD @@ -1,15 +1,20 @@ -# Maintainer: Márcio Silva <coadde@hyperbola.info> -# based of pixman +# Maintainer (Arch:pixman): Jan de Groot <jgc@archlinux.org> +# Maintainer (Arch:pixman): Andreas Radke <andyrtr@archlinux.org> +# Contributor (Arch:pixman): Alexander Baldeck <alexander@archlinux.org> +# Maintainer: Luke Shumaker <lukeshu@parabola.nu> +# Contributor: Márcio Silva <coadde@hyperbola.info> _pkgname=pixman pkgname=pixman-static pkgver=0.34.0 -pkgrel=1 -pkgdesc="The pixel-manipulation library for X and cairo (static libraries only)" -arch=(i686 x86_64 armv7h) +pkgrel=1.parabola1 +pkgdesc="The pixel-manipulation library for X and cairo" +pkgdes+=" (static libraries)" +arch=(x86_64) +arch+=(i686 armv7h) url="http://xorg.freedesktop.org" license=('custom') -depends=('pixman') +depends=("pixman=$pkgver") options=('staticlibs') source=(http://xorg.freedesktop.org/releases/individual/lib/${_pkgname}-${pkgver}.tar.bz2) sha1sums=('367698744e74d6d4f363041482965b9ea7fbe4a5') @@ -28,6 +33,8 @@ check() { package() { cd $_pkgname-$pkgver make DESTDIR="${pkgdir}" install + install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" + install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" # remove conflicting files rm -vr ${pkgdir}/usr/{include,lib/pkgconfig} |