2010-04-12 13:46:52 +00:00
|
|
|
# Template file for 'libgnomecanvas'
|
|
|
|
pkgname=libgnomecanvas
|
2011-02-03 14:41:59 +00:00
|
|
|
version=2.30.3
|
2013-04-13 08:15:49 +00:00
|
|
|
revision=6
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-10-10 12:33:10 +00:00
|
|
|
configure_args="--disable-static"
|
2013-04-13 08:15:49 +00:00
|
|
|
hostmakedepends="pkg-config intltool"
|
|
|
|
makedepends="gtk+-devel libart-devel"
|
2010-04-12 13:46:52 +00:00
|
|
|
short_desc="GNOME Canvas library"
|
2013-03-31 07:51:18 +00:00
|
|
|
homepage="http://gnome.org/"
|
|
|
|
license="LGPL-2"
|
2010-04-12 13:46:52 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-10-10 12:33:10 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
2011-02-03 14:41:59 +00:00
|
|
|
checksum=859b78e08489fce4d5c15c676fec1cd79782f115f516e8ad8bed6abcb8dedd40
|
2010-04-12 13:46:52 +00:00
|
|
|
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."
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|