mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
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'.
|
# Template build file for 'libgsf'.
|
||||||
pkgname=libgsf
|
pkgname=libgsf
|
||||||
version=1.14.42
|
version=1.14.43
|
||||||
revision=1
|
revision=1
|
||||||
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="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
hostmakedepends="glib-devel intltool pkg-config
|
||||||
makedepends="libglib-devel libxml2-devel gdk-pixbuf-devel"
|
$(vopt_if gir 'gobject-introspection')"
|
||||||
|
makedepends="gdk-pixbuf-devel libxml2-devel"
|
||||||
short_desc="Structured File Library"
|
short_desc="Structured File Library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2, LGPL-2.1"
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://www.gnome.org/"
|
homepage="https://www.gnome.org/"
|
||||||
distfiles="${GNOME_SITE}/libgsf/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/libgsf/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=29fffb87b278b3fb1b8ae9138c3b4529c1fce664f1f94297c146a8563df80dc2
|
checksum=12944e3d6d9a6e4071e89dbf58348e1e93544f5f9266dd1a107a28d8001cee16
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
|
@ -22,7 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libgsf-devel_package() {
|
libgsf-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel libxml2-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue