enhance(x11/gtk-layer-shell): Enable gobject introspection data

This commit is contained in:
Biswapriyo Nath 2024-04-14 06:30:59 +00:00 committed by Twaik Yont
parent 4ccbae1cec
commit 204c6c2b73
2 changed files with 11 additions and 3 deletions

View File

@ -3,16 +3,21 @@ TERMUX_PKG_DESCRIPTION="Library to create panels and other desktop components fo
TERMUX_PKG_LICENSE="LGPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.8.2"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=git+https://github.com/wmww/gtk-layer-shell
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="gtk3, libwayland"
TERMUX_PKG_BUILD_DEPENDS="libwayland-cross-scanner, libwayland-protocols"
TERMUX_PKG_DEPENDS="glib, gtk3, libwayland"
TERMUX_PKG_BUILD_DEPENDS="g-ir-scanner, libwayland-cross-scanner, libwayland-protocols"
TERMUX_PKG_DISABLE_GIR=false
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Ddocs=false
-Dintrospection=false
-Dintrospection=true
-Dtests=false
-Dvapi=true
"
termux_step_pre_configure() {
TERMUX_PKG_VERSION=. termux_setup_gir
export PATH="$TERMUX_PREFIX/opt/libwayland/cross/bin:$PATH"
}

View File

@ -0,0 +1,3 @@
<?xml version="1.0"?>
<dump>
</dump>