libgsf: update to 1.14.43.
Closes #13654. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
91af3d7cdf
commit
e75ed5f366
1 changed files with 8 additions and 7 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template build file for 'libgsf'.
|
||||
pkgname=libgsf
|
||||
version=1.14.42
|
||||
version=1.14.43
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
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"
|
||||
hostmakedepends="glib-devel intltool pkg-config
|
||||
$(vopt_if gir 'gobject-introspection')"
|
||||
makedepends="gdk-pixbuf-devel libxml2-devel"
|
||||
short_desc="Structured File Library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org/"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/libgsf/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=29fffb87b278b3fb1b8ae9138c3b4529c1fce664f1f94297c146a8563df80dc2
|
||||
checksum=12944e3d6d9a6e4071e89dbf58348e1e93544f5f9266dd1a107a28d8001cee16
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -22,7 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
libgsf-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
depends="libglib-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in a new issue