PKGNAME=tdebindings
PKGSEC=Trinity
PKGDEP="tdelibs"
BUILDDEP="gtk-2 imake python-3 perl openjdk ruby mono"
# FIXME: Mono is not yet available.
BUILDDEP__LOONGARCH64="${BUILDDEP/mono/}"
BUILDDEP__LOONGARCH64_NOSIMD="${BUILDDEP/mono/}"
BUILDDEP__LOONGSON3="${BUILDDEP/mono/}"
BUILDDEP__RISCV64="${BUILDDEP/mono/}"
BUILDDEP__RETRO="gtk-2 imake python-3 perl ruby"

PKGDES="Programming language bindings for the Trinity Desktop Environment"

ABTYPE=self

AUTOTOOLS_AFTER=(
    "--with-qt-dir=/usr"
    "--with-extra-libs=/usr/lib/trinity"
    "--enable-closure"
    "--disable-gtktest"
    "--enable-new-ldflags"
    "--enable-final"
    "--disable-rpath"
    "--disable-gcc-hidden-visibility"
    "PYTHON=/usr/bin/python3"
)
PKGCONFL="kdelibs"

NOLIBTOOL=0
