gtkspell3, disable static library, disable introspection (#7625)

This commit is contained in:
Schrijvers Luc
2022-12-24 13:26:44 +01:00
committed by GitHub
parent 80bcef61e5
commit 2e69c161e5

View File

@@ -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
}