2009-04-21 23:59:17 +02:00
|
|
|
# Template build file for 'librsvg'.
|
|
|
|
pkgname=librsvg
|
2013-03-28 19:16:34 +01:00
|
|
|
version=2.37.0
|
2013-04-13 10:15:49 +02:00
|
|
|
revision=2
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-03-26 17:53:26 +02:00
|
|
|
configure_args="--disable-static --enable-introspection"
|
2013-03-28 19:16:34 +01:00
|
|
|
hostmakedepends="pkg-config intltool python gobject-introspection"
|
2013-04-15 19:09:58 +02:00
|
|
|
makedepends="libcroco-devel gtk+-devel gtk+3-devel"
|
2011-04-05 12:07:04 +02:00
|
|
|
short_desc="SVG library for GNOME"
|
2009-04-21 23:59:17 +02:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-06-06 08:14:19 +02:00
|
|
|
homepage="http://librsvg.sourceforge.net/"
|
|
|
|
license="LGPL-2.1"
|
2013-03-28 19:16:34 +01:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/2.37/$pkgname-$version.tar.xz"
|
|
|
|
checksum=06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835
|
2009-04-21 23:59:17 +02:00
|
|
|
long_desc="
|
|
|
|
librsvg is Raph's scalable vector graphics library. It provides support for
|
|
|
|
SVG graphics, and is used by the GNOME desktop.
|
|
|
|
|
|
|
|
This package provides the librsvg library as well as some addons: a pixbuf
|
|
|
|
loader and a theme engine for the GTK+ toolkit."
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
librsvg-devel_package() {
|
|
|
|
depends="gdk-pixbuf-devel cairo-devel libcroco-devel
|
|
|
|
${sourcepkg}-${version}_${revision}"
|
|
|
|
short_desc="${short_desc} - development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share/gtk-doc
|
|
|
|
vmove usr/share/gir-1.0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
librsvg_package() {
|
|
|
|
depends="gdk-pixbuf>=2.26.1_2"
|
|
|
|
triggers="gtk-pixbuf-loaders"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|