pixman: update to 0.32.0.
This commit is contained in:
parent
349dc49c4c
commit
ff7464d4ea
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'pixman'.
|
||||
pkgname=pixman
|
||||
version=0.30.2
|
||||
version=0.32.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gtk" # do not require gtk+!
|
||||
|
@ -10,14 +10,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=4fbb51788fe7cbd8abb5f80aed95ec878704e57a06328f7bebe0306e3822c96c
|
||||
checksum=9d41612a6dd836726d4a681126a8d2db86fed2240a8ec027a4bfa2796e870e47
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||
}
|
||||
|
||||
pixman-devel_package() {
|
||||
depends="pixman-${version}_${revision}"
|
||||
depends="pixman>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
@ -29,6 +29,6 @@ pixman-devel_package() {
|
|||
|
||||
pixman_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue