gobject-introspection: update to 1.34.0.
This commit is contained in:
parent
b366ff5377
commit
966c78fdca
@ -9,8 +9,6 @@ long_desc="${long_desc}
|
|||||||
for GObject Introspection. They are far from complete and only include what
|
for GObject Introspection. They are far from complete and only include what
|
||||||
is necessary for other introspection packages to work properly."
|
is necessary for other introspection packages to work properly."
|
||||||
|
|
||||||
do_install()
|
do_install() {
|
||||||
{
|
vmove usr/lib/girepository-1.0 usr/lib
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
@ -1,17 +1,14 @@
|
|||||||
# Template file for 'libgirepository-devel'.
|
# Template file for 'libgirepository-devel'.
|
||||||
#
|
#
|
||||||
depends="cairo-devel libffi-devel glib-devel libgirepository"
|
noarch=yes
|
||||||
|
depends="cairo-devel libffi-devel glib-devel libgirepository>=${version}"
|
||||||
short_desc="Library for handling GObject introspection data (development files)"
|
short_desc="Library for handling GObject introspection data (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains C libraries for handling the introspection data."
|
This package contains C libraries for handling the introspection data."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove usr/include usr
|
||||||
{
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mkdir -p ${DESTDIR}/usr/{lib,share}
|
vmove usr/share/gir-1.0 usr/share
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/gir-1.0 ${DESTDIR}/usr/share
|
|
||||||
}
|
}
|
||||||
|
@ -1,24 +1,21 @@
|
|||||||
# Template file for 'gobject-introspection'
|
# Template file for 'gobject-introspection'
|
||||||
pkgname=gobject-introspection
|
pkgname=gobject-introspection
|
||||||
version=1.32.1
|
version=1.34.0
|
||||||
distfiles="${GNOME_SITE}/$pkgname/1.32/$pkgname-$version.tar.xz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-tests"
|
configure_args="--disable-tests --disable-static"
|
||||||
depends="python libgirepository-devel"
|
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"
|
fulldepends="libtool"
|
||||||
revision=2
|
|
||||||
short_desc="Introspection system for GObject-based libraries"
|
short_desc="Introspection system for GObject-based libraries"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://live.gnome.org/GObjectInstrospection"
|
homepage="http://live.gnome.org/GObjectInstrospection"
|
||||||
license="GPL-2, LGPL-2"
|
license="GPL-2, LGPL-2.1"
|
||||||
checksum=44f3fb933f76e4728818cc360cb5f9e2edcbdf9bc8a8f9aded99b3e3ef5cb858
|
distfiles="${GNOME_SITE}/${pkgname}/1.34/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=80e211ea95404fc7c5fa3b04ba69ee0b29af70847af315155ab06b8cff832c85
|
||||||
long_desc="
|
long_desc="
|
||||||
The goal of the project is to describe the APIs and collect them in
|
The goal of the project is to describe the APIs and collect them in
|
||||||
a uniform, machine readable format."
|
a uniform, machine readable format."
|
||||||
|
|
||||||
subpackages="gir-freedesktop libgirepository libgirepository-devel"
|
subpackages="gir-freedesktop libgirepository libgirepository-devel"
|
||||||
pycompile_dirs="usr/lib/$pkgname/giscanner"
|
pycompile_dirs="usr/lib/${pkgname}/giscanner"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user