pixman: update to 0.24.0.

This commit is contained in:
Juan RP 2011-11-07 10:32:59 +01:00
parent f213641286
commit 161bfd40b2

View file

@ -1,6 +1,6 @@
# Template build file for 'pixman'. # Template build file for 'pixman'.
pkgname=pixman pkgname=pixman
version=0.22.2 version=0.24.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-gtk" # do not require gtk+! configure_args="--disable-gtk" # do not require gtk+!
@ -8,7 +8,7 @@ short_desc="Library of low-level pixel manipulation routines"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://xorg.freedesktop.org" homepage="http://xorg.freedesktop.org"
license="MIT" license="MIT"
checksum=2d0a6dfca175f31ae53fb368292496e8833faff45bbeafdf40b2833d23186272 checksum=744e8b36b29ba76bdfe8f7cbc45585fb237533ac8d716a27e306874dcfa1cf44
long_desc=" long_desc="
Pixel manipulation library for modular X.org." Pixel manipulation library for modular X.org."
@ -17,7 +17,6 @@ Add_dependency run glibc
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build perl Add_dependency build perl
post_install() post_install() {
{
vinstall COPYING 644 usr/share/licenses/$pkgname vinstall COPYING 644 usr/share/licenses/$pkgname
} }