85cc462e1d
* Moved helpers, common and triggers dirs into xbps-src, where they belong. * Renamed the templates dir to srcpkgs, it was so redundant before. * Make it possible to add subpkgs with no restriction in names, for example udev now has a subpkgs called "libgudev". Previously subpkgs were named "${sourcepkg}-${pkgname}". * xbps-src: changed to look for template files in current directory. That means that most arguments from the targets have been removed. * xbps-src: added a reinstall target, to remove + install. * xbps-src: do not overwrite binpkgs by default, skip them. And more that I forgot because it's a mega-commit that I've been working for some days already... --HG-- extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
32 lines
985 B
Text
32 lines
985 B
Text
# 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="$pkgname-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
|
|
}
|