From 65137a7ef99dcfa71a91304a3e1e57e055a1882f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 17 Oct 2012 20:55:23 +0200 Subject: [PATCH] gobject-introspection: update to 1.34.1.1. --- 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 e05984609e..8393add4a6 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -1,18 +1,19 @@ # Template file for 'gobject-introspection' pkgname=gobject-introspection -version=1.34.0 -revision=2 +version=1.34.1.1 +revision=1 build_style=gnu-configure configure_args="--disable-tests --disable-static" depends="python libgirepository-devel" -makedepends="pkg-config flex libffi-devel glib-devel python-devel libxml2-devel cairo-devel" +makedepends="pkg-config flex libffi-devel glib-devel python-devel + libxml2-devel cairo-devel" fulldepends="libtool" short_desc="Introspection system for GObject-based libraries" maintainer="Juan RP " homepage="http://live.gnome.org/GObjectInstrospection" license="GPL-2, LGPL-2.1" distfiles="${GNOME_SITE}/${pkgname}/1.34/${pkgname}-${version}.tar.xz" -checksum=80e211ea95404fc7c5fa3b04ba69ee0b29af70847af315155ab06b8cff832c85 +checksum=85b9ac268d34311138f3c6bf646c07975eebfae6ae67d9239e1066a42c5d525b long_desc=" The goal of the project is to describe the APIs and collect them in a uniform, machine readable format."