pixman: update to 0.24.0.
This commit is contained in:
parent
f213641286
commit
161bfd40b2
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'pixman'.
|
||||
pkgname=pixman
|
||||
version=0.22.2
|
||||
version=0.24.0
|
||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
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>"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
checksum=2d0a6dfca175f31ae53fb368292496e8833faff45bbeafdf40b2833d23186272
|
||||
checksum=744e8b36b29ba76bdfe8f7cbc45585fb237533ac8d716a27e306874dcfa1cf44
|
||||
long_desc="
|
||||
Pixel manipulation library for modular X.org."
|
||||
|
||||
|
@ -17,7 +17,6 @@ Add_dependency run glibc
|
|||
Add_dependency build pkg-config
|
||||
Add_dependency build perl
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
vinstall COPYING 644 usr/share/licenses/$pkgname
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue