gobject-introspection: update to 1.30.0.
This commit is contained in:
parent
9daccfff20
commit
aa703c13b8
|
@ -9,8 +9,6 @@ long_desc="${long_desc}
|
|||
for GObject Introspection. They are far from complete and only include what
|
||||
is necessary for other introspection packages to work properly."
|
||||
|
||||
revision=1
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
# Template file for 'gobject-introspection'
|
||||
pkgname=gobject-introspection
|
||||
version=0.10.8
|
||||
revision=2
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.bz2"
|
||||
version=1.30.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/1.30/$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=5b1387ff37f03db880a2b1cbd6c6b6dfb923a29468d4d8367c458abf7704c61e
|
||||
checksum=8e4274579096e983fad3148cdab50295a4701e45cd9a4e02f7242fc0a04c47b2
|
||||
long_desc="
|
||||
The goal of the project is to describe the APIs and collect them in
|
||||
a uniform, machine readable format."
|
||||
|
|
Loading…
Reference in New Issue