gobject-introspection: update to 1.31.20.
This commit is contained in:
parent
dc822be7c5
commit
8ce915f75a
5 changed files with 7 additions and 15 deletions
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=0.6.5"
|
abi_depends=">=1.30"
|
||||||
api_depends=">=0.10.3"
|
api_depends=">=1.31.20"
|
||||||
|
|
|
@ -6,6 +6,4 @@ libglib-2.0.so.0
|
||||||
libffi.so.5
|
libffi.so.5
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
|
|
|
@ -2,7 +2,6 @@ libm.so.6
|
||||||
libgio-2.0.so.0
|
libgio-2.0.so.0
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libffi.so.5
|
libffi.so.5
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
# Template file for 'libgirepository'.
|
# Template file for 'libgirepository'.
|
||||||
#
|
#
|
||||||
revision=1
|
|
||||||
short_desc="Library for handling GObject introspection data (runtime library)"
|
short_desc="Library for handling GObject introspection data (runtime library)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -8,9 +7,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
replaces="gobject-introspection<0.6.10"
|
replaces="gobject-introspection<0.6.10"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove "usr/lib/*.so*" usr/lib
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,14 @@
|
||||||
# Template file for 'gobject-introspection'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=1.30.0
|
version=1.31.20
|
||||||
revision=3
|
distfiles="${GNOME_SITE}/$pkgname/1.31/$pkgname-$version.tar.xz"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/1.30/$pkgname-$version.tar.xz"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tests"
|
configure_args="--disable-tests"
|
||||||
short_desc="Introspection system for GObject-based libraries"
|
short_desc="Introspection system for GObject-based libraries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://live.gnome.org/GObjectInstrospection"
|
homepage="http://live.gnome.org/GObjectInstrospection"
|
||||||
license="GPL-2, LGPL-2"
|
license="GPL-2, LGPL-2"
|
||||||
checksum=8e4274579096e983fad3148cdab50295a4701e45cd9a4e02f7242fc0a04c47b2
|
checksum=e1552884b642e7e5a56a175ae85bfdebfd16c29a7bbe4f6ca9cdf591e333f070
|
||||||
long_desc="
|
long_desc="
|
||||||
The goal of the project is to describe the APIs and collect them in
|
The goal of the project is to describe the APIs and collect them in
|
||||||
a uniform, machine readable format."
|
a uniform, machine readable format."
|
||||||
|
|
Loading…
Reference in a new issue