mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libhandy: enable introspection
This commit is contained in:
@@ -13,7 +13,7 @@ COPYRIGHT="Adrien Plazas
|
||||
Zander Brown
|
||||
"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://gitlab.gnome.org/GNOME/libhandy/-/archive/$portVersion/libhandy-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="16e4b3e349ff7f53492ff8e369c9b248149053bce05d13f2e0d9372297ed554d"
|
||||
|
||||
@@ -29,6 +29,7 @@ REQUIRES="
|
||||
lib:libatk_1.0$secondaryArchSuffix
|
||||
lib:libcairo$secondaryArchSuffix
|
||||
lib:libfribidi$secondaryArchSuffix
|
||||
lib:libgirepository_1.0$secondaryArchSuffix
|
||||
lib:libgio_2.0$secondaryArchSuffix
|
||||
lib:libglib_2.0$secondaryArchSuffix
|
||||
lib:libgdk_3$secondaryArchSuffix
|
||||
@@ -46,13 +47,24 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libhandy$secondaryArchSuffix == $portVersion base
|
||||
devel:libatk_1.0$secondaryArchSuffix
|
||||
devel:libcairo$secondaryArchSuffix
|
||||
devel:libfribidi$secondaryArchSuffix
|
||||
devel:libgirepository_1.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgdk_pixbuf_2.0$secondaryArchSuffix
|
||||
devel:libgtk_3$secondaryArchSuffix
|
||||
devel:libpango_1.0$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
harfbuzz${secondaryArchSuffix}_glib
|
||||
devel:libatk_1.0$secondaryArchSuffix
|
||||
devel:libcairo$secondaryArchSuffix
|
||||
devel:libfribidi$secondaryArchSuffix
|
||||
devel:libgirepository_1.0$secondaryArchSuffix
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libgdk_pixbuf_2.0$secondaryArchSuffix
|
||||
devel:libgtk_3$secondaryArchSuffix
|
||||
@@ -67,6 +79,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:meson
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:vapigen
|
||||
"
|
||||
|
||||
BUILD()
|
||||
@@ -82,7 +95,7 @@ BUILD()
|
||||
--localedir="$dataDir/locale" \
|
||||
-Dtests=false \
|
||||
-Dexamples=false \
|
||||
-Dintrospection=disabled \
|
||||
-Dintrospection=enabled \
|
||||
-Dglade_catalog=disabled
|
||||
|
||||
ninja -C build
|
||||
|
||||
Reference in New Issue
Block a user