gdk-pixbuf: enable introspection

This commit is contained in:
Gerasim Troeglazov
2022-11-29 11:26:21 +10:00
parent 795828c5a2
commit ede11acd61

View File

@@ -9,7 +9,7 @@ GdkRGB buffers.
HOMEPAGE="https://wiki.gnome.org/Projects/GdkPixbuf"
COPYRIGHT="1999-2022 Gnome Project"
LICENSE="GNU LGPL v2.1"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.gnome.org/sources/gdk-pixbuf/${portVersion%.*}/gdk-pixbuf-$portVersion.tar.xz"
CHECKSUM_SHA256="28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962"
SOURCE_DIR="gdk-pixbuf-$portVersion"
@@ -51,6 +51,7 @@ REQUIRES="
shared_mime_info$secondaryArchSuffix
lib:libffi$secondaryArchSuffix
lib:libgio_2.0$secondaryArchSuffix
lib:libgirepository_1.0$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libgmodule_2.0$secondaryArchSuffix
lib:libgobject_2.0$secondaryArchSuffix
@@ -70,6 +71,7 @@ REQUIRES_devel="
gdk_pixbuf$secondaryArchSuffix == $portVersion base
devel:libffi$secondaryArchSuffix
devel:libgio_2.0$secondaryArchSuffix
devel:libgirepository_1.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libjpeg$secondaryArchSuffix
devel:libpcre$secondaryArchSuffix
@@ -84,6 +86,7 @@ BUILD_REQUIRES="
devel:libffi$secondaryArchSuffix
devel:libgio_2.0$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgirepository_1.0$secondaryArchSuffix
devel:libgmodule_2.0$secondaryArchSuffix
devel:libgobject_2.0$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
@@ -121,6 +124,7 @@ BUILD()
--libexecdir=$libDir \
--localedir=$dataDir/locale \
-D installed_tests=false \
-D introspection=enabled \
-D man=false
ninja -C build $jobArgs
}