gobject-introspection: update to 1.32.0.
This commit is contained in:
parent
e4ae89aa23
commit
ce8bb3ea11
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=1.30"
|
||||
api_depends=">=1.31.22"
|
||||
api_depends=">=1.32.0"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'gobject-introspection'
|
||||
pkgname=gobject-introspection
|
||||
version=1.31.22
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.31/$pkgname-$version.tar.xz"
|
||||
version=1.32.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.32/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-tests"
|
||||
short_desc="Introspection system for GObject-based libraries"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://live.gnome.org/GObjectInstrospection"
|
||||
license="GPL-2, LGPL-2"
|
||||
checksum=0d48d60c02a9fbdedb7cebc6e3e43c6976ca638bcf12baa03c27dc84baf92af8
|
||||
checksum=346a729eb8a2a5dc49197d2195e71295167504cc2671298dfd92a32f8e5a01b3
|
||||
long_desc="
|
||||
The goal of the project is to describe the APIs and collect them in
|
||||
a uniform, machine readable format."
|
||||
|
@ -16,9 +16,6 @@ long_desc="
|
|||
subpackages="gir-freedesktop libgirepository libgirepository-devel"
|
||||
pycompile_dirs="usr/lib/$pkgname/giscanner"
|
||||
|
||||
Add_dependency run python
|
||||
Add_dependency run libgirepository-devel
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build flex
|
||||
Add_dependency build libffi-devel
|
||||
|
@ -27,4 +24,7 @@ Add_dependency build python-devel
|
|||
Add_dependency build libxml2-devel
|
||||
Add_dependency build cairo-devel
|
||||
|
||||
Add_dependency run python
|
||||
Add_dependency run libgirepository-devel
|
||||
|
||||
Add_dependency full libtool
|
||||
|
|
Loading…
Reference in New Issue