gobject-introspection: libgirepository depends on gir-freedesktop.

This way pkgs that link against libgirepository will work ootb.
This commit is contained in:
Juan RP 2015-05-10 09:14:56 +02:00
parent aed84abd63
commit eb606dad3d

View file

@ -1,7 +1,7 @@
# Template file for 'gobject-introspection' # Template file for 'gobject-introspection'
pkgname=gobject-introspection pkgname=gobject-introspection
version=1.42.0 version=1.42.0
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-tests --disable-static" configure_args="--disable-tests --disable-static"
hostmakedepends="pkg-config flex libtool" hostmakedepends="pkg-config flex libtool"
@ -25,7 +25,7 @@ gir-freedesktop_package() {
libgirepository_package() { libgirepository_package() {
short_desc="Library for handling GObject introspection data (runtime library)" short_desc="Library for handling GObject introspection data (runtime library)"
replaces="gobject-introspection<0.6.10" depends="gir-freedesktop-${version}_${revision}"
pkg_install() { pkg_install() {
vmove "usr/lib/*.so.*" vmove "usr/lib/*.so.*"
} }