From 51b43717bc40be6134ab13c7dc1e34ded2e18a10 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 17 Jan 2013 18:01:48 +0100 Subject: [PATCH] cairo: update to 1.12.10. --- srcpkgs/cairo/cairo-devel.template | 6 +----- srcpkgs/cairo/template | 17 +++-------------- 2 files changed, 4 insertions(+), 19 deletions(-) diff --git a/srcpkgs/cairo/cairo-devel.template b/srcpkgs/cairo/cairo-devel.template index f94d103611e..161e0da7276 100644 --- a/srcpkgs/cairo/cairo-devel.template +++ b/srcpkgs/cairo/cairo-devel.template @@ -2,11 +2,7 @@ # depends="fontconfig-devel glib-devel libpng-devel>=1.5.10 libXrender-devel pixman-devel MesaLib-devel cairo-${version}_${revision}" -short_desc="${sourcepkg} - development files" -long_desc="${long_desc} - - This package contains files for development, headers, static libs, etc." - +short_desc="${short_desc} -- development files" noarch=yes do_install() { diff --git a/srcpkgs/cairo/template b/srcpkgs/cairo/template index c42b4f3d46c..93a4d00c944 100644 --- a/srcpkgs/cairo/template +++ b/srcpkgs/cairo/template @@ -1,7 +1,7 @@ # Template build file for 'cairo'. pkgname=cairo -version=1.12.8 -revision=2 +version=1.12.10 +revision=1 build_style=gnu-configure configure_args="--disable-static --enable-tee --enable-gl" subpackages="$pkgname-devel" @@ -10,18 +10,7 @@ maintainer="Juan RP " license="LGPL-2.1, MPL-1.1" homepage="http://cairographics.org" distfiles="${homepage}/releases/$pkgname-$version.tar.xz" -checksum=8fbb6fc66117ab4100bad830cb4479497e53c6f3facb98bf05c8d298554ebdd9 -long_desc=" - Cairo is a vector graphics library with cross-device output support. Currently - supported output targets include the X Window System and in-memory image - buffers. PostScript and PDF file output is planned. Cairo is designed to - produce identical output on all output media while taking advantage of display - hardware acceleration when available (eg. through the X Render Extension). - - Cairo provides a stateful user-level API with capabilities similar to the PDF - 1.4 imaging model. Cairo provides operations including stroking and filling - Bezier cubic splines, transforming and compositing translucent images, and - antialiased text rendering." +checksum=f1581aef210f6caa9cf42875fb66ab3b47a32db9436bdfa9913b9bbd5034b03b depends="pixman>=0.28" makedepends="pkg-config libpng-devel>=1.5.10 fontconfig-devel