mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
librsvg: drop gtk+3 dependency.OC
This commit is contained in:
parent
798040d4f6
commit
70468db43b
1 changed files with 2 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'librsvg'.
|
# Template build file for 'librsvg'.
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.40.20
|
version=2.40.20
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="automake libtool pkg-config intltool python glib-devel
|
hostmakedepends="automake libtool pkg-config intltool python glib-devel
|
||||||
gdk-pixbuf-devel gobject-introspection"
|
gdk-pixbuf-devel gobject-introspection"
|
||||||
makedepends="libcroco-devel gtk+3-devel"
|
makedepends="libcroco-devel pango-devel"
|
||||||
triggers="gtk-pixbuf-loaders"
|
triggers="gtk-pixbuf-loaders"
|
||||||
short_desc="SVG library for GNOME"
|
short_desc="SVG library for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -48,7 +48,6 @@ librsvg-devel_package() {
|
||||||
librsvg-utils_package() {
|
librsvg-utils_package() {
|
||||||
short_desc+=" - utilities"
|
short_desc+=" - utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/rsvg-view-3
|
|
||||||
vmove usr/bin/rsvg-convert
|
vmove usr/bin/rsvg-convert
|
||||||
vmove usr/share/man/man1/rsvg-convert.1
|
vmove usr/share/man/man1/rsvg-convert.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue