summaryrefslogtreecommitdiff
path: root/libre/pixman-static/PKGBUILD
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-24 17:48:35 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-28 15:08:38 -0500
commit55ce24617af467542ae1b07814617fbe2b360e33 (patch)
treec5c91c1062becd1e2e94b4634d4bf16b7492ed63 /libre/pixman-static/PKGBUILD
parent7a60474cc54e00be7c7282d7744f3616491c2894 (diff)
libre/pixman-static: tidy, rebuild
Diffstat (limited to 'libre/pixman-static/PKGBUILD')
-rw-r--r--libre/pixman-static/PKGBUILD19
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}