From df87fc1763f4d3aef3e1f0b15f08d6a1f281c098 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 Oct 2010 00:55:08 +0200 Subject: [PATCH] pixman: update to 0.18.4. --- srcpkgs/pixman/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pixman/template b/srcpkgs/pixman/template index 0a03102a93..b0d7007fc1 100644 --- a/srcpkgs/pixman/template +++ b/srcpkgs/pixman/template @@ -1,11 +1,12 @@ # Template build file for 'pixman'. pkgname=pixman -version=0.18.2 +version=0.18.4 distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2" build_style=gnu_configure +configure_args="--disable-gtk" # do not require gtk+! short_desc="Library of low-level pixel manipulation routines" maintainer="Juan RP " -checksum=28a061364e24092a2bde6c879a7492c63bad7d52dde7eef711648ee119423923 +checksum=399d2084f9f94cf51950a6a34edf8badd43f96f48039ff7a2e9193628eae30f1 long_desc=" Pixel manipulation library for modular X.org."