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'.
|
||||
pkgname=librsvg
|
||||
version=2.40.20
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="automake libtool pkg-config intltool python glib-devel
|
||||
gdk-pixbuf-devel gobject-introspection"
|
||||
makedepends="libcroco-devel gtk+3-devel"
|
||||
makedepends="libcroco-devel pango-devel"
|
||||
triggers="gtk-pixbuf-loaders"
|
||||
short_desc="SVG library for GNOME"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -48,7 +48,6 @@ librsvg-devel_package() {
|
|||
librsvg-utils_package() {
|
||||
short_desc+=" - utilities"
|
||||
pkg_install() {
|
||||
vmove usr/bin/rsvg-view-3
|
||||
vmove usr/bin/rsvg-convert
|
||||
vmove usr/share/man/man1/rsvg-convert.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue