gobject-introspection: update to 1.31.20.

This commit is contained in:
Juan RP 2012-03-20 10:10:24 +01:00
parent dc822be7c5
commit 8ce915f75a
5 changed files with 7 additions and 15 deletions

View file

@ -1,2 +1,2 @@
abi_depends=">=0.6.5"
api_depends=">=0.10.3"
abi_depends=">=1.30"
api_depends=">=1.31.20"

View file

@ -6,6 +6,4 @@ libglib-2.0.so.0
libffi.so.5
libpthread.so.0
libc.so.6
libgthread-2.0.so.0
librt.so.1
libdl.so.2

View file

@ -2,7 +2,6 @@ libm.so.6
libgio-2.0.so.0
libgobject-2.0.so.0
libgmodule-2.0.so.0
libgthread-2.0.so.0
librt.so.1
libglib-2.0.so.0
libffi.so.5

View file

@ -1,6 +1,5 @@
# Template file for 'libgirepository'.
#
revision=1
short_desc="Library for handling GObject introspection data (runtime library)"
long_desc="${long_desc}
@ -8,9 +7,6 @@ long_desc="${long_desc}
replaces="gobject-introspection<0.6.10"
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
do_install() {
vmove "usr/lib/*.so*" usr/lib
}

View file

@ -1,15 +1,14 @@
# Template file for 'gobject-introspection'
pkgname=gobject-introspection
version=1.30.0
revision=3
distfiles="${GNOME_SITE}/$pkgname/1.30/$pkgname-$version.tar.xz"
version=1.31.20
distfiles="${GNOME_SITE}/$pkgname/1.31/$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=8e4274579096e983fad3148cdab50295a4701e45cd9a4e02f7242fc0a04c47b2
checksum=e1552884b642e7e5a56a175ae85bfdebfd16c29a7bbe4f6ca9cdf591e333f070
long_desc="
The goal of the project is to describe the APIs and collect them in
a uniform, machine readable format."