From b060b4214ba6452b4cc6a37f0eedff25d5d99f6d Mon Sep 17 00:00:00 2001
From: klausz65 <61782506+klausz65@users.noreply.github.com>
Date: Mon, 06 Feb 2023 18:00:47 +0100
Subject: [PATCH] make inputmethod-ibus work w. 64bit glib2 commands

---
 components/inputmethod/ibus/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/components/inputmethod/ibus/Makefile b/components/inputmethod/ibus/Makefile
index 4679d43..b2a709b 100644
--- a/components/inputmethod/ibus/Makefile
+++ b/components/inputmethod/ibus/Makefile
@@ -18,7 +18,7 @@
 
 COMPONENT_NAME=         ibus
 COMPONENT_VERSION=      1.5.26
-COMPONENT_REVISION=     1
+COMPONENT_REVISION=     2
 COMPONENT_SUMMARY=      iBus - Intelligent Input Bus
 COMPONENT_SRC=          $(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=      $(COMPONENT_SRC).tar.gz
@@ -29,7 +29,6 @@
 include $(WS_MAKE_RULES)/common.mk
 
 PATH = $(PATH.gnu)
-PYTHON_VERSION = 3.9
 
 GTK_BIN_VER := $(shell pkg-config --variable=gtk_binary_version gtk+-2.0)
 
@@ -57,6 +56,8 @@
 CONFIGURE_ENV += PYTHON="$(PYTHON)"
 CONFIGURE_ENV += am_cv_python_pythondir="$(PYTHON_VENDOR_PACKAGES)"
 CONFIGURE_ENV += am_cv_python_pyexecdir="$(PYTHON_VENDOR_PACKAGES)"
+CONFIGURE_ENV += GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
+CONFIGURE_ENV += GLIB_COMPILE_SCHEMAS=/usr/bin/glib-compile-schemas
 
 # CFLAGS are not passed to compiler when g-ir-scanner is used
 COMPONENT_BUILD_ENV += CFLAGS="$(CFLAGS)"

--
Gitblit v1.9.3