void-packages/srcpkgs/librsvg/template

28 lines
943 B
Text
Raw Normal View History

# Template build file for 'librsvg'.
pkgname=librsvg
2012-03-26 15:53:26 +00:00
version=2.36.0
revision=2
2012-03-26 15:53:26 +00:00
distfiles="${GNOME_SITE}/$pkgname/2.36/$pkgname-$version.tar.xz"
build_style=gnu-configure
2012-03-26 15:53:26 +00:00
configure_args="--disable-static --enable-introspection"
short_desc="SVG library for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-03-26 15:53:26 +00:00
checksum=e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a
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."
2011-11-15 08:14:22 +00:00
triggers="gtk-pixbuf-loaders"
subpackages="$pkgname-devel"
Add_dependency build pkg-config
Add_dependency build intltool
2011-09-28 15:43:24 +00:00
Add_dependency build python ">=0"
Add_dependency build libcroco-devel
Add_dependency build gtk+-devel
Add_dependency build gtk+3-devel
Add_dependency build gobject-introspection