pixman: update to 0.16.4.

--HG--
extra : convert_revision : 999f5011ddb1f40a70e9d9f2567ab9c9185eb80a
This commit is contained in:
Juan RP 2009-12-26 07:02:27 +01:00
parent fc92bd77ce
commit e45db90a42
2 changed files with 5 additions and 4 deletions

View file

@ -1,10 +1,11 @@
# Template file for 'pixman-devel'. # Template file for 'pixman-devel'.
# #
short_desc="${short_desc} (development files)" short_desc="${sourcepkg} development files"
long_desc="${long_desc} long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
Add_dependency run glibc-devel
Add_dependency run pixman Add_dependency run pixman
do_install() do_install()

View file

@ -1,15 +1,15 @@
# Template build file for 'pixman'. # Template build file for 'pixman'.
pkgname=pixman pkgname=pixman
version=0.16.2 version=0.16.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="Library of low-level pixel manipulation routines" short_desc="Library of low-level pixel manipulation routines"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=80b2fa3392e97c257ea251f99f827cc0f3dda06b876c27a0fcb54b971c296760 checksum=296e9358f125536624362c4b1502a92c81227d95cda278bbff84e5593bdfcd1e
long_desc=" long_desc="
Pixel manipulation library for modular X.org." Pixel manipulation library for modular X.org."
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency build perl Add_dependency build perl
Add_dependency full glibc Add_dependency run glibc