# Template file for 'libgnomecanvas' pkgname=libgnomecanvas version=2.30.3 revision=6 build_style=gnu-configure configure_args="--disable-static" hostmakedepends="pkg-config intltool" makedepends="gtk+-devel libart-devel" short_desc="GNOME Canvas library" homepage="http://gnome.org/" license="LGPL-2" maintainer="Juan RP " distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2" checksum=859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40 long_desc=" This is the canvas widget library for GNOME2. Libgnomecanvas was originally part of the gnome-libs package, but has been split out into a separate package for GNOME2. The GNOME canvas is an engine for structured graphics that offers a rich imaging model, high performance rendering, and a powerful, high-level API. It offers a choice of two rendering back-ends, one based on Xlib for extremely fast display, and another based on Libart, a sophisticated, antialiased, alpha-compositing engine. Applications have a choice between the Xlib imaging model or a superset of the PostScript imaging model, depending on the level of graphic sophistication required." libgnomecanvas-devel_package() { depends="gtk+-devel libart-devel libgnomecanvas-${version}_${revision}" short_desc+=" -- development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove usr/share/gtk-doc } } libgnomecanvas_package() { pkg_install() { vmove usr } }