pixman: update to 0.30.0.
This commit is contained in:
parent
e9be8f98cc
commit
902ccf78db
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'pixman'.
|
||||
pkgname=pixman
|
||||
version=0.28.2
|
||||
revision=3
|
||||
version=0.30.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-gtk" # do not require gtk+!
|
||||
hostmakedepends="pkg-config perl"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
checksum=583686afbfa5a1dfc40a21e888a3eacf31fe0e02469d20b821b5d8f719165a51
|
||||
checksum=77e756dc7fafdf17f39a4f23bdc8be59f9f6a65c08704f5cac1d8aa87cfaf517
|
||||
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||
|
@ -18,7 +18,7 @@ post_install() {
|
|||
|
||||
pixman-devel_package() {
|
||||
depends="pixman-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in New Issue