mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
librsvg: update to 2.40.3.
This commit is contained in:
parent
f6bcac5730
commit
e816c6ab35
1 changed files with 5 additions and 14 deletions
|
@ -1,19 +1,18 @@
|
||||||
# Template build file for 'librsvg'.
|
# Template build file for 'librsvg'.
|
||||||
pkgname=librsvg
|
pkgname=librsvg
|
||||||
version=2.40.2
|
version=2.40.3
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||||
hostmakedepends="libtool pkg-config intltool python glib-devel gdk-pixbuf-devel"
|
hostmakedepends="libtool pkg-config intltool python glib-devel gdk-pixbuf-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="libcroco-devel gtk+3-devel>=3.10.7_3"
|
makedepends="libcroco-devel gtk+3-devel>=3.10.7_3"
|
||||||
depends="gdk-pixbuf>=2.26.1_2"
|
|
||||||
triggers="gtk-pixbuf-loaders"
|
triggers="gtk-pixbuf-loaders"
|
||||||
short_desc="SVG library for GNOME"
|
short_desc="SVG library for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://librsvg.sourceforge.net/"
|
homepage="http://librsvg.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=48049b643294636df7de1a4b997414d699666f5dc44776945c218a257d2a291c
|
checksum=eb2755fe8bf0aa5b439bcf94edc880f08396b4c79fd54c73147df0607c63c98f
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -23,13 +22,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$build_option_gir" ]; then
|
|
||||||
configure_args+=" --enable-introspection"
|
|
||||||
makedepends+=" gobject-introspection"
|
|
||||||
else
|
|
||||||
configure_args+=" --disable-introspection"
|
|
||||||
fi
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
libtoolize -f
|
||||||
}
|
}
|
||||||
|
@ -47,7 +39,6 @@ librsvg-devel_package() {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
librsvg-utils_package() {
|
librsvg-utils_package() {
|
||||||
short_desc+=" - utilities"
|
short_desc+=" - utilities"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue