33 lines
976 B
Plaintext
33 lines
976 B
Plaintext
# Template build file for 'librsvg'.
|
|
pkgname=librsvg
|
|
version=2.26.0
|
|
revision=1
|
|
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--with-gimp=no --with-tags= --disable-mozilla-plugin"
|
|
short_desc="SVG library for GNOME2"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=fdcab5f0d86198d8cbd4ffe5b333076f75e707f6d7e4af5e87a8644ff7533bea
|
|
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-immodules gtk-pixbuf-loaders"
|
|
|
|
subpackages="devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build python
|
|
Add_dependency full glibc
|
|
Add_dependency full gtk+
|
|
Add_dependency full libcroco
|
|
Add_dependency full libgsf
|
|
|
|
post_install()
|
|
{
|
|
rm -rf ${DESTDIR}/usr/lib/mozilla
|
|
}
|