mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
librsvg: remove rsvg command, thus python is avoided.
Bump revision. --HG-- extra : convert_revision : 3c77bcd93f96c41d6b78a7a5a3f15aaed504fe7f
This commit is contained in:
parent
11ac59fee9
commit
2d945d0b00
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template build file for 'librsvg'.
|
# Template build file for 'librsvg'.
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.26.0
|
version=2.26.0
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.26/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-gimp=no --with-tags= --disable-mozilla-plugin"
|
configure_args="--with-gimp=no --with-tags= --disable-mozilla-plugin"
|
||||||
|
@ -19,13 +20,16 @@ triggers="gtk-immodules gtk-pixbuf-loaders"
|
||||||
subpackages="devel"
|
subpackages="devel"
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
|
Add_dependency build python
|
||||||
Add_dependency full glibc
|
Add_dependency full glibc
|
||||||
Add_dependency full gtk+
|
Add_dependency full gtk+
|
||||||
Add_dependency full libcroco
|
Add_dependency full libcroco
|
||||||
Add_dependency full libgsf
|
Add_dependency full libgsf
|
||||||
Add_dependency full python
|
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
# Remove obsolete rsvg python script that is a wrapper that
|
||||||
|
# calls rsvg-convert internally!
|
||||||
|
rm -f ${DESTDIR}/usr/bin/rsvg
|
||||||
rm -rf ${DESTDIR}/usr/lib/mozilla
|
rm -rf ${DESTDIR}/usr/lib/mozilla
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue