gobject-introspection: update to 1.36.0.

This commit is contained in:
Juan RP 2013-03-28 07:43:35 +01:00
parent f71b39b933
commit bb48a89eaa
3 changed files with 6 additions and 14 deletions

View file

@ -1,11 +1,7 @@
# Template file for 'libgirepository-devel'.
#
noarch=yes
depends="cairo-devel libffi-devel glib-devel libgirepository-${version}_${revision}"
depends="cairo-devel libffi-devel libglib-devel libgirepository-${version}_${revision}"
short_desc="Library for handling GObject introspection data (development files)"
long_desc="${long_desc}
This package contains C libraries for handling the introspection data."
do_install() {
vmove usr/include usr

View file

@ -1,10 +1,6 @@
# Template file for 'libgirepository'.
#
short_desc="Library for handling GObject introspection data (runtime library)"
long_desc="${long_desc}
This package contains C libraries for handling the introspection data."
replaces="gobject-introspection<0.6.10"
do_install() {

View file

@ -1,19 +1,19 @@
# Template file for 'gobject-introspection'
pkgname=gobject-introspection
version=1.34.2
version=1.36.0
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"
hostmakedepends="pkg-config flex"
makedepends="libfl-devel libffi-devel libglib-devel python-devel libxml2-devel cairo-devel"
fulldepends="libtool"
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.1"
distfiles="${GNOME_SITE}/${pkgname}/1.34/${pkgname}-${version}.tar.xz"
checksum=bc7948a35ce2218922dfb0806679cad21060715cc0c340cf7823eb633cc03429
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=e3e76d9d428e7534761bf8cdf75338865a4b0872e8052bef51792744608b6383
long_desc="
The goal of the project is to describe the APIs and collect them in
a uniform, machine readable format."