gobject-introspection: update to 0.10.0
This commit is contained in:
parent
87375da2b8
commit
7f4fd901e3
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains C libraries for handling the introspection data."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run cairo-devel
|
||||
Add_dependency run libffi-devel
|
||||
Add_dependency run glib-devel
|
||||
|
|
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains C libraries for handling the introspection data."
|
||||
|
||||
revision=1
|
||||
|
||||
replaces="gobject-introspection<0.6.10"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
|
@ -1,17 +1,15 @@
|
|||
# Template file for 'gobject-introspection'
|
||||
pkgname=gobject-introspection
|
||||
version=0.9.10
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.bz2"
|
||||
version=0.10.0
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.10/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Introspection system for GObject-based libraries"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4bf244db75df04499dea704e7734376c0fc5a3a17fb59be2123c8d76111e6fb8
|
||||
checksum=8af5a4ff16df4b7f08db2eabc09396e15a19dde85a7d288fa26b9cdca280b9fa
|
||||
long_desc="
|
||||
The goal of the project is to describe the APIs and collect them in
|
||||
a uniform, machine readable format."
|
||||
|
||||
disable_parallel_build=yes
|
||||
subpackages="gir-freedesktop libgirepository libgirepository-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in New Issue