From 2e69c161e5823bb07a5f512150bfb64fb6a443a8 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 24 Dec 2022 13:26:44 +0100 Subject: [PATCH] gtkspell3, disable static library, disable introspection (#7625) --- app-text/gtkspell/gtkspell3-3.0.10.recipe | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app-text/gtkspell/gtkspell3-3.0.10.recipe b/app-text/gtkspell/gtkspell3-3.0.10.recipe index 74aaaf58b..a84065466 100644 --- a/app-text/gtkspell/gtkspell3-3.0.10.recipe +++ b/app-text/gtkspell/gtkspell3-3.0.10.recipe @@ -5,7 +5,7 @@ HOMEPAGE="http://gtkspell.sourceforge.net/" COPYRIGHT="2002 Evan Martin 2012-2013 Sandro Mani" LICENSE="GNU GPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://sourceforge.net/projects/gtkspell/files/$portVersion/gtkspell3-$portVersion.tar.xz" CHECKSUM_SHA256="b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732" @@ -69,10 +69,12 @@ defineDebugInfoPackage gtkspell3$secondaryArchSuffix \ BUILD() { autoconf - runConfigure ./configure + runConfigure ./configure \ + --disable-static \ + --enable-introspection=no # this needs support for gir - # in gtk and probably other places aswell - # --enable-vala=yes + # in harfbuzz and probably other places aswell + # --enable-vala=yes make $jobArgs }