mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
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'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=1.56.0
|
version=1.56.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tests --disable-static"
|
configure_args="--disable-tests --disable-static"
|
||||||
hostmakedepends="pkg-config flex libtool"
|
hostmakedepends="flex libtool pkg-config"
|
||||||
makedepends="libffi-devel libglib-devel python-devel libxml2-devel cairo-devel"
|
makedepends="cairo-devel libxml2-devel python-devel"
|
||||||
depends="libtool python libgirepository-devel"
|
depends="libgirepository-devel libtool"
|
||||||
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
|
||||||
short_desc="Introspection system for GObject-based libraries"
|
short_desc="Introspection system for GObject-based libraries"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="http://live.gnome.org/GObjectInstrospection"
|
homepage="http://live.gnome.org/GObjectInstrospection"
|
||||||
license="GPL-2, LGPL-2.1"
|
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0d7059fad7aa5ec50d9678aea4ea139acab23737e9cf9ca0d86c615cecbaa0f8
|
checksum=5b2875ccff99ff7baab63a34b67f8c920def240e178ff50add809e267d9ea24b
|
||||||
|
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
gir-freedesktop_package() {
|
gir-freedesktop_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue