gobject-introspection: libgirepository depends on gir-freedesktop.
This way pkgs that link against libgirepository will work ootb.
This commit is contained in:
parent
aed84abd63
commit
eb606dad3d
|
@ -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.*"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue