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
1 changed files with 2 additions and 2 deletions

View File

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