Added libgnomecanvas-2.30.1 build template.
--HG-- extra : convert_revision : cca505a38f078c999b1cebe95290e48ee4ce3412
This commit is contained in:
42
srcpkgs/libgnomecanvas/template
Normal file
42
srcpkgs/libgnomecanvas/template
Normal file
@@ -0,0 +1,42 @@
|
||||
# Template file for 'libgnomecanvas'
|
||||
pkgname=libgnomecanvas
|
||||
version=2.30.1
|
||||
distfiles="${GNOME_SITE}/$pkgname/2.30/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNOME Canvas library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=291a436cba73550fc1cc93a2bc99353daa18c0a9fec4cfcff47d9ec38d643166
|
||||
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."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run glib
|
||||
Add_dependency run atk
|
||||
Add_dependency run pango
|
||||
Add_dependency run cairo
|
||||
Add_dependency run freetype
|
||||
Add_dependency run fontconfig
|
||||
Add_dependency run gtk+
|
||||
Add_dependency run libart
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build atk-devel
|
||||
Add_dependency build pango-devel
|
||||
Add_dependency build cairo-devel
|
||||
Add_dependency build freetype-devel
|
||||
Add_dependency build fontconfig-devel
|
||||
Add_dependency build gtk+-devel
|
||||
Add_dependency build libart-devel
|
||||
Reference in New Issue
Block a user