mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
pixman: update to 0.38.0.
This commit is contained in:
parent
9f7617eb4d
commit
385b43b27a
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'pixman'
|
||||
pkgname=pixman
|
||||
version=0.36.0
|
||||
version=0.38.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gtk" # do not require gtk+!
|
||||
|
@ -10,13 +10,14 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/lib/${pkgname}-${version}.tar.bz2"
|
||||
checksum=fd92c0cc99183977e54a278d7c595ee094a8e75724c03faf3796d1e49f7780dc
|
||||
checksum=b768e3f7895ddebdc0f07478729d9cec4fe0a9d2201f828c900d67b0e5b436a8
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
arm*) configure_args+=" --disable-arm-iwmmxt --disable-arm-iwmmxt2";;
|
||||
esac
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue