libgsf: update to 1.14.31.
This commit is contained in:
parent
c0d5a9a2c1
commit
bc34d2abfd
1 changed files with 4 additions and 11 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template build file for 'libgsf'.
|
||||
pkgname=libgsf
|
||||
version=1.14.30
|
||||
version=1.14.31
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="pkg-config intltool glib-devel"
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libglib-devel libxml2-devel gdk-pixbuf-devel"
|
||||
short_desc="Structured File Library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/libgsf/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=cb48c3480be4a691963548e664308f497d93c9d7bc12cf6a68d5ebae930a5b70
|
||||
checksum=ec8f48059fc56ff4cb3757ba53fe43eea3c51e21254d4416448102ffa4057982
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -21,13 +21,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ "$build_option_gir" ]; then
|
||||
configure_args+=" --enable-introspection"
|
||||
makedepends+=" gobject-introspection"
|
||||
else
|
||||
configure_args+=" --disable-introspection"
|
||||
fi
|
||||
|
||||
libgsf-devel_package() {
|
||||
depends="libglib-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue