gobject-introspection: update to 1.30.0.

This commit is contained in:
Juan RP 2011-09-28 14:05:19 +02:00
parent 9daccfff20
commit aa703c13b8
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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."