27 lines
957 B
Text
27 lines
957 B
Text
# Template build file for 'librsvg'.
|
|
pkgname=librsvg
|
|
version=2.35.2
|
|
distfiles="${GNOME_SITE}/$pkgname/2.35/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-croco --with-svgz --disable-static
|
|
--enable-introspection"
|
|
short_desc="SVG library for GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=84bf2a293d374711654c4472d7e1ca9e152f6b0f0def050c09b77d9d8dd2354c
|
|
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."
|
|
|
|
triggers="gtk-pixbuf-loaders"
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
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
|