From f7fb7acaca3e8cf767dc1f18c2ce6b6cccc4e475 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Sep 2013 10:13:30 +0200 Subject: [PATCH] gobject-introspection: update to 1.38.0. --- srcpkgs/gobject-introspection/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index 5510cf6008e..647a102ee05 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -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 " 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 } }