pygobject: fix lib dir

This commit is contained in:
Gerasim Troeglazov
2025-03-18 12:19:23 +10:00
parent ebda14a203
commit c75ea013d3

View File

@@ -4,7 +4,7 @@ such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more."
HOMEPAGE="https://wiki.gnome.org/Projects/PyGObject"
COPYRIGHT="2023 Christoph Reiter"
LICENSE="GNU LGPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://download.gnome.org/sources/pygobject/3.44/pygobject-$portVersion.tar.xz"
CHECKSUM_SHA256="3c6805d1321be90cc32e648215a562430e0d3d6edcda8f4c5e7a9daffcad5710"
@@ -72,7 +72,7 @@ INSTALL()
meson build --buildtype=release \
--prefix=$prefix \
--includedir=$includeDir \
--libdir=$libDir \
--libdir=$prefix/lib \
--localedir=$dataDir/locale \
-Dpython=$python \
-Dpycairo=disabled \
@@ -83,6 +83,6 @@ INSTALL()
packageEntries $pythonPackage \
$developDir \
$libDir
$prefix/lib
done
}