libgsf: update to 1.14.38
This commit is contained in:
parent
abe40e14ec
commit
4099c533d7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'libgsf'.
|
||||
pkgname=libgsf
|
||||
version=1.14.37
|
||||
version=1.14.38
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="GPL-2, LGPL-2.1"
|
||||
homepage="http://www.gnome.org/"
|
||||
distfiles="${GNOME_SITE}/libgsf/${version%.*}/$pkgname-$version.tar.xz"
|
||||
checksum=9cfb98224b40fefa85606255ee194d58c38f129bf99443d759eaab7eb6dec055
|
||||
checksum=1e8c85ac9dd7828b6213685079d8fc5fb6595c929dc4a23270f297c154782650
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
|
@ -27,7 +27,7 @@ libgsf-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share/gtk-doc
|
||||
if [ "$build_option_gir" ]; then
|
||||
vmove usr/share/gir-1.0
|
||||
|
|
Loading…
Reference in a new issue