gobject-introspection: update to 1.38.0.

This commit is contained in:
Juan RP 2013-09-25 10:13:30 +02:00
parent 48b9633999
commit f7fb7acaca
1 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gobject-introspection'
pkgname=gobject-introspection
version=1.36.0
revision=2
version=1.38.0
revision=1
build_style=gnu-configure
configure_args="--disable-tests --disable-static"
hostmakedepends="pkg-config flex"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://live.gnome.org/GObjectInstrospection"
license="GPL-2, LGPL-2.1"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b6383
checksum=3575e5d353c17a567fdf7ffaaa7aebe9347b5b0eee8e69d612ba56a9def67d73
long_desc="
The goal of the project is to describe the APIs and collect them in
a uniform, machine readable format."
@ -27,7 +27,7 @@ libgirepository_package() {
short_desc="Library for handling GObject introspection data (runtime library)"
replaces="gobject-introspection<0.6.10"
pkg_install() {
vmove "usr/lib/*.so*"
vmove "usr/lib/*.so.*"
}
}
@ -37,6 +37,7 @@ libgirepository-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/gir-1.0
}
}