From eb606dad3d5537d57a3c0428a499853b6488c236 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 10 May 2015 09:14:56 +0200 Subject: [PATCH] gobject-introspection: libgirepository depends on gir-freedesktop. This way pkgs that link against libgirepository will work ootb. --- srcpkgs/gobject-introspection/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/gobject-introspection/template b/srcpkgs/gobject-introspection/template index c0e9441f64d..0523e247d29 100644 --- a/srcpkgs/gobject-introspection/template +++ b/srcpkgs/gobject-introspection/template @@ -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.*" }