From 9992bacf07e6dbc5512136d70df1346398af9463 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Tue, 29 Nov 2022 13:10:42 +1000 Subject: [PATCH] gtk3: enable introspection --- x11-libs/gtk3/gtk3-3.24.34.recipe | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/x11-libs/gtk3/gtk3-3.24.34.recipe b/x11-libs/gtk3/gtk3-3.24.34.recipe index 66165e62d..e16c08434 100644 --- a/x11-libs/gtk3/gtk3-3.24.34.recipe +++ b/x11-libs/gtk3/gtk3-3.24.34.recipe @@ -5,7 +5,7 @@ ranging from small one-off projects to complete application suites." HOMEPAGE="https://www.gtk.org" COPYRIGHT="GNOME Desktop" LICENSE="GNU LGPL v2" -REVISION="5" +REVISION="6" SOURCE_URI="https://ftp.gnome.org/pub/gnome/sources/gtk+/3.24/gtk+-$portVersion.tar.xz" CHECKSUM_SHA256="dbc69f90ddc821b8d1441f00374dc1da4323a2eafa9078e61edbe5eeefa852ec" SOURCE_DIR="gtk+-$portVersion" @@ -65,6 +65,7 @@ REQUIRES=" lib:libfreetype$secondaryArchSuffix lib:libfribidi$secondaryArchSuffix lib:libgdk_pixbuf_2.0$secondaryArchSuffix + lib:libgirepository_1.0$secondaryArchSuffix lib:libglib_2.0$secondaryArchSuffix lib:libGL$secondaryArchSuffix lib:libharfbuzz$secondaryArchSuffix @@ -92,6 +93,7 @@ REQUIRES_devel=" devel:libatk_1.0$secondaryArchSuffix devel:libcairo$secondaryArchSuffix devel:libgdk_pixbuf_2.0$secondaryArchSuffix + devel:libgirepository_1.0$secondaryArchSuffix devel:libGL$secondaryArchSuffix devel:libglib_2.0$secondaryArchSuffix devel:libepoxy$secondaryArchSuffix @@ -110,6 +112,7 @@ BUILD_REQUIRES=" devel:libcairo$secondaryArchSuffix devel:libGL$secondaryArchSuffix devel:libgdk_pixbuf_2.0$secondaryArchSuffix + devel:libgirepository_1.0$secondaryArchSuffix devel:libglib_2.0$secondaryArchSuffix devel:libepoxy$secondaryArchSuffix devel:libpango_1.0$secondaryArchSuffix @@ -154,7 +157,7 @@ BUILD() -Dx11_backend=false \ -Dwayland_backend=true \ -Dbroadway_backend=false \ - -Dintrospection=false + -Dintrospection=true ninja -C Build }