From b6e2761aacbdd6a7c252f612683c736fbdc72703 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Feb 2014 17:01:13 +0100 Subject: [PATCH] libart: remove long_desc. --- srcpkgs/libart/template | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/srcpkgs/libart/template b/srcpkgs/libart/template index c31fee29d88..e5877067c7c 100644 --- a/srcpkgs/libart/template +++ b/srcpkgs/libart/template @@ -1,7 +1,7 @@ # Template build file for 'libart'. pkgname=libart version=2.3.21 -revision=5 +revision=6 wrksrc="libart_lgpl-$version" build_style=gnu-configure hostmakedepends="pkg-config" @@ -11,27 +11,15 @@ license="LGPL-2.1" maintainer="Juan RP " distfiles="${GNOME_SITE}/libart_lgpl/2.3/libart_lgpl-$version.tar.bz2" checksum=fdc11e74c10fc9ffe4188537e2b370c0abacca7d89021d4d303afdf7fd7476fa -long_desc=" - Libart is a library for high-performance 2D graphics. It is currently - being used as the antialiased rendering engine for the Gnome Canvas. - It is also the rendering engine for Gill, the Gnome Illustration app. - - Libart supports a very powerful imaging model, basically the same as - SVG and the Java 2D API. It includes all PostScript imaging - operations, and adds antialiasing and alpha-transparency. - - Libart is also highly tuned for incremental rendering. It contains - data structures and algorithms suited to rapid, precise computation - of Region of Interest, as well as a two-phase rendering pipeline - optimized for interactive display." libart-devel_package() { - depends="libart>=${version}" - short_desc+=" -- development files" + depends="${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/bin vmove usr/lib/pkgconfig vmove "usr/lib/*.a" + vmove "usr/lib/*.so" } }