libgnomecanvas: remove long_desc.
This commit is contained in:
parent
a65081e0a4
commit
f714974f9e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgnomecanvas'
|
||||
pkgname=libgnomecanvas
|
||||
version=2.30.3
|
||||
revision=6
|
||||
revision=7
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool"
|
||||
|
@ -12,31 +12,14 @@ license="LGPL-2"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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}"
|
||||
depends="gtk+-devel libart-devel ${sourcepkg}>=${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
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue