gobject-introspection: update to 1.56.1.
Closes #13913. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
dcbe490f28
commit
598f37b472
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'gobject-introspection'
|
||||
pkgname=gobject-introspection
|
||||
version=1.56.0
|
||||
version=1.56.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-tests --disable-static"
|
||||
hostmakedepends="pkg-config flex libtool"
|
||||
makedepends="libffi-devel libglib-devel python-devel libxml2-devel cairo-devel"
|
||||
depends="libtool python libgirepository-devel"
|
||||
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||
hostmakedepends="flex libtool pkg-config"
|
||||
makedepends="cairo-devel libxml2-devel python-devel"
|
||||
depends="libgirepository-devel libtool"
|
||||
short_desc="Introspection system for GObject-based libraries"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="http://live.gnome.org/GObjectInstrospection"
|
||||
license="GPL-2, LGPL-2.1"
|
||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=0d7059fad7aa5ec50d9678aea4ea139acab23737e9cf9ca0d86c615cecbaa0f8
|
||||
checksum=5b2875ccff99ff7baab63a34b67f8c920def240e178ff50add809e267d9ea24b
|
||||
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||
nocross=yes
|
||||
|
||||
gir-freedesktop_package() {
|
||||
|
|
Loading…
Reference in a new issue