pixman: update to 0.26.2.
This commit is contained in:
parent
bae3cf4312
commit
d83349b187
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'pixman'.
|
# Template build file for 'pixman'.
|
||||||
pkgname=pixman
|
pkgname=pixman
|
||||||
version=0.26.0
|
version=0.26.2
|
||||||
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-gtk" # do not require gtk+!
|
configure_args="--disable-gtk" # do not require gtk+!
|
||||||
makedepends="pkg-config perl"
|
makedepends="pkg-config perl"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
revision=1
|
|
||||||
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>"
|
||||||
homepage="http://xorg.freedesktop.org"
|
homepage="http://xorg.freedesktop.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
checksum=ba07fb2f39264ac59ba020dfba4a3d00d436153a8991689760241a9a93a63325
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=193b651c8ba89ecfacb8dc62a34d2bd305245163910cdbdf907e5d5ece92647c
|
||||||
long_desc="
|
long_desc="
|
||||||
Pixel manipulation library for modular X.org."
|
Pixel manipulation library for modular X.org."
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue