mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
gdk-pixbuf: enable introspection
This commit is contained in:
@@ -9,7 +9,7 @@ GdkRGB buffers.
|
|||||||
HOMEPAGE="https://wiki.gnome.org/Projects/GdkPixbuf"
|
HOMEPAGE="https://wiki.gnome.org/Projects/GdkPixbuf"
|
||||||
COPYRIGHT="1999-2022 Gnome Project"
|
COPYRIGHT="1999-2022 Gnome Project"
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
REVISION="2"
|
REVISION="3"
|
||||||
SOURCE_URI="https://download.gnome.org/sources/gdk-pixbuf/${portVersion%.*}/gdk-pixbuf-$portVersion.tar.xz"
|
SOURCE_URI="https://download.gnome.org/sources/gdk-pixbuf/${portVersion%.*}/gdk-pixbuf-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962"
|
CHECKSUM_SHA256="28f7958e7bf29a32d4e963556d241d0a41a6786582ff6a5ad11665e0347fc962"
|
||||||
SOURCE_DIR="gdk-pixbuf-$portVersion"
|
SOURCE_DIR="gdk-pixbuf-$portVersion"
|
||||||
@@ -51,6 +51,7 @@ REQUIRES="
|
|||||||
shared_mime_info$secondaryArchSuffix
|
shared_mime_info$secondaryArchSuffix
|
||||||
lib:libffi$secondaryArchSuffix
|
lib:libffi$secondaryArchSuffix
|
||||||
lib:libgio_2.0$secondaryArchSuffix
|
lib:libgio_2.0$secondaryArchSuffix
|
||||||
|
lib:libgirepository_1.0$secondaryArchSuffix
|
||||||
lib:libglib_2.0$secondaryArchSuffix
|
lib:libglib_2.0$secondaryArchSuffix
|
||||||
lib:libgmodule_2.0$secondaryArchSuffix
|
lib:libgmodule_2.0$secondaryArchSuffix
|
||||||
lib:libgobject_2.0$secondaryArchSuffix
|
lib:libgobject_2.0$secondaryArchSuffix
|
||||||
@@ -70,6 +71,7 @@ REQUIRES_devel="
|
|||||||
gdk_pixbuf$secondaryArchSuffix == $portVersion base
|
gdk_pixbuf$secondaryArchSuffix == $portVersion base
|
||||||
devel:libffi$secondaryArchSuffix
|
devel:libffi$secondaryArchSuffix
|
||||||
devel:libgio_2.0$secondaryArchSuffix
|
devel:libgio_2.0$secondaryArchSuffix
|
||||||
|
devel:libgirepository_1.0$secondaryArchSuffix
|
||||||
devel:libglib_2.0$secondaryArchSuffix
|
devel:libglib_2.0$secondaryArchSuffix
|
||||||
devel:libjpeg$secondaryArchSuffix
|
devel:libjpeg$secondaryArchSuffix
|
||||||
devel:libpcre$secondaryArchSuffix
|
devel:libpcre$secondaryArchSuffix
|
||||||
@@ -84,6 +86,7 @@ BUILD_REQUIRES="
|
|||||||
devel:libffi$secondaryArchSuffix
|
devel:libffi$secondaryArchSuffix
|
||||||
devel:libgio_2.0$secondaryArchSuffix
|
devel:libgio_2.0$secondaryArchSuffix
|
||||||
devel:libglib_2.0$secondaryArchSuffix
|
devel:libglib_2.0$secondaryArchSuffix
|
||||||
|
devel:libgirepository_1.0$secondaryArchSuffix
|
||||||
devel:libgmodule_2.0$secondaryArchSuffix
|
devel:libgmodule_2.0$secondaryArchSuffix
|
||||||
devel:libgobject_2.0$secondaryArchSuffix
|
devel:libgobject_2.0$secondaryArchSuffix
|
||||||
devel:libiconv$secondaryArchSuffix
|
devel:libiconv$secondaryArchSuffix
|
||||||
@@ -121,6 +124,7 @@ BUILD()
|
|||||||
--libexecdir=$libDir \
|
--libexecdir=$libDir \
|
||||||
--localedir=$dataDir/locale \
|
--localedir=$dataDir/locale \
|
||||||
-D installed_tests=false \
|
-D installed_tests=false \
|
||||||
|
-D introspection=enabled \
|
||||||
-D man=false
|
-D man=false
|
||||||
ninja -C build $jobArgs
|
ninja -C build $jobArgs
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user