mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
gtkspell3, enable introspection (#7627)
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE="http://gtkspell.sourceforge.net/"
|
||||
COPYRIGHT="2002 Evan Martin
|
||||
2012-2013 Sandro Mani"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://sourceforge.net/projects/gtkspell/files/$portVersion/gtkspell3-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732"
|
||||
|
||||
@@ -25,7 +25,7 @@ REQUIRES="
|
||||
lib:libcairo$secondaryArchSuffix
|
||||
lib:libenchant_2$secondaryArchSuffix
|
||||
lib:libgdk_pixbuf_2.0$secondaryArchSuffix
|
||||
# lib:libgirepository_1.0$secondaryArchSuffix
|
||||
lib:libgirepository_1.0$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgtk_3$secondaryArchSuffix
|
||||
lib:libharfbuzz$secondaryArchSuffix
|
||||
@@ -46,8 +46,9 @@ REQUIRES_devel="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
harfbuzz${secondaryArchSuffix}_glib
|
||||
devel:libenchant_2$secondaryArchSuffix
|
||||
# devel:libgirepository_1.0$secondaryArchSuffix
|
||||
devel:libgirepository_1.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgtk_3$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
@@ -59,8 +60,8 @@ BUILD_PREREQUIRES="
|
||||
cmd:intltool_update
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
# cmd:valac
|
||||
# cmd:vapigen
|
||||
cmd:valac
|
||||
cmd:vapigen
|
||||
"
|
||||
|
||||
defineDebugInfoPackage gtkspell3$secondaryArchSuffix \
|
||||
@@ -70,11 +71,7 @@ BUILD()
|
||||
{
|
||||
autoconf
|
||||
runConfigure ./configure \
|
||||
--disable-static \
|
||||
--enable-introspection=no
|
||||
# this needs support for gir
|
||||
# in harfbuzz and probably other places aswell
|
||||
# --enable-vala=yes
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user