diff --git a/dev-libs/atk/atk-2.38.0.recipe b/dev-libs/atk/atk-2.38.0.recipe index ce0ce1cf5..8dc6555d0 100644 --- a/dev-libs/atk/atk-2.38.0.recipe +++ b/dev-libs/atk/atk-2.38.0.recipe @@ -9,7 +9,7 @@ COPYRIGHT="2001-2003, 2006-2007 Sun Microsystems Inc. 2012-2018 ATK Team 2014 SUSE LLC." LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://ftp.gnome.org/pub/GNOME/sources/atk/${portVersion%.*}/atk-$portVersion.tar.xz" CHECKSUM_SHA256="ac4de2a4ef4bd5665052952fe169657e65e895c5057dffb3c2a810f6191a0c36" @@ -25,7 +25,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix -# lib:libgirepository_1.0$secondaryArchSuffix + lib:libgirepository_1.0$secondaryArchSuffix lib:libglib_2.0$secondaryArchSuffix lib:libgobject_2.0$secondaryArchSuffix lib:libintl$secondaryArchSuffix @@ -37,6 +37,7 @@ PROVIDES_devel=" " REQUIRES_devel=" atk$secondaryArchSuffix == $portVersion base + devel:libgirepository_1.0$secondaryArchSuffix devel:libglib_2.0$secondaryArchSuffix devel:libgobject_2.0$secondaryArchSuffix devel:libintl$secondaryArchSuffix @@ -45,8 +46,9 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel setuptools_python -# devel:libgirepository_1.0$secondaryArchSuffix + devel:libgirepository_1.0$secondaryArchSuffix devel:libglib_2.0$secondaryArchSuffix + devel:libintl$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix @@ -63,10 +65,14 @@ defineDebugInfoPackage atk$secondaryArchSuffix \ BUILD() { - meson --buildtype=release --prefix=$prefix \ - --libdir=$libDir --includedir=$includeDir \ - --localedir=$dataDir/locale --datadir=$dataDir \ - -Dintrospection=false build . + meson build . \ + --buildtype=release \ + --prefix=$prefix \ + --libdir=$libDir \ + --includedir=$includeDir \ + --localedir=$dataDir/locale \ + --datadir=$dataDir \ + -Dintrospection=true ninja -C build $jobArgs }