From 166f874cb4a4dc711b93ee669acae21b23126e9e Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 24 Apr 2023 15:35:25 +0200 Subject: [PATCH] json_glib, enable introspection, switch to python3.9 (#8505) --- dev-libs/json_glib/json_glib-1.6.6.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/json_glib/json_glib-1.6.6.recipe b/dev-libs/json_glib/json_glib-1.6.6.recipe index c4ced3c89..7b91c337b 100644 --- a/dev-libs/json_glib/json_glib-1.6.6.recipe +++ b/dev-libs/json_glib/json_glib-1.6.6.recipe @@ -17,7 +17,7 @@ COPYRIGHT="2007, 2008 OpenedHand Ltd 2009-2012 Intel Corp. 2013 Emmanuele Bassi" LICENSE="GNU LGPL v2.1" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.gnome.org/sources/json-glib/${portVersion%.*}/json-glib-$portVersion.tar.xz" CHECKSUM_SHA256="96ec98be7a91f6dde33636720e3da2ff6ecbb90e76ccaa49497f31a6855a490e" SOURCE_DIR="json-glib-$portVersion" @@ -38,6 +38,7 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libgio_2.0$secondaryArchSuffix + lib:libgirepository_1.0$secondaryArchSuffix lib:libglib_2.0$secondaryArchSuffix lib:libgobject_2.0$secondaryArchSuffix lib:libintl$secondaryArchSuffix @@ -54,6 +55,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libgio_2.0$secondaryArchSuffix + devel:libgirepository_1.0$secondaryArchSuffix devel:libglib_2.0$secondaryArchSuffix devel:libgobject_2.0$secondaryArchSuffix devel:libintl$secondaryArchSuffix @@ -64,7 +66,7 @@ BUILD_PREREQUIRES=" cmd:meson cmd:ninja cmd:pkg_config$secondaryArchSuffix - cmd:python + cmd:python3 " BUILD()