From unknown Sat Sep 20 13:00:44 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64918] [PATCH 0/3] gnu: Add ibus-table{,-others} Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: all_but_last@163.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 12:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 64918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64918@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by submit@debbugs.gnu.org id=B.169054858531305 (code B ref -1); Fri, 28 Jul 2023 12:50:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Jul 2023 12:49:45 +0000 Received: from localhost ([127.0.0.1]:44088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMue-00088p-Vd for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:49:45 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMud-00088T-7I for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:49:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPMuX-0005wV-Hp for guix-patches@gnu.org; Fri, 28 Jul 2023 08:49:37 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPMuU-0005Kk-GL for guix-patches@gnu.org; Fri, 28 Jul 2023 08:49:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DBFB741CE9; Fri, 28 Jul 2023 14:49:27 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DF7atq2BYGRb; Fri, 28 Jul 2023 14:49:26 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1690548566; bh=auHonFbWWwH6KcakwJlgiC2PPxepkgOpQFnVWH05otw=; h=From:To:Cc:Subject:Date; b=cMyQeURwCATy2tAcLOquqVO8kKLIahTmmqq943obCNR1c46MpbJ4OQRLd3CpGsrH4 5d67yXxyNJGlcoTgKVf2BF7KFNgZWaJ44u903Gb82vvc5GUs7mMQG8knHaRaxKkwYJ cHMjpjCyIJYQqNrOhgO67bkOuqg3koJ4S+dtDFjuOq+la7w4DZXDi5Wx3QUB7maqh2 rC0QuneF6mR0MGOcN21BWsmHsXU0ndIxZUAvC0GmrWHgNmNhdbgJe9WaoiEbbN1DFs oYXKwAgzZjLmv+Ea4ILWnN8Wv6B9vXhMqHWfhwpbzAfxvysxG7sdmZvNrvIyHFZE8G lp5W7eIH3LYSQ== Date: Fri, 28 Jul 2023 21:48:50 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) ibus-table-others are some mapping data for ibus-table engine. Nguyễn Gia Phong (2): gnu: Add ibus-table gnu: Add ibus-table-others 宋文武 (1): gnu: ibus: Wrap daemon with libraries for engines gnu/packages/ibus.scm | 108 ++++++++++++++++++-- gnu/packages/patches/ibus-table-paths.patch | 38 +++++++ 2 files changed, 139 insertions(+), 7 deletions(-) create mode 100644 gnu/packages/patches/ibus-table-paths.patch base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47 -- 2.41.0 From unknown Sat Sep 20 13:00:44 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64918] [PATCH 1/3] gnu: ibus: Wrap daemon with libraries for engines Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: all_but_last@163.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 12:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64918@debbugs.gnu.org Cc: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 64918-submit@debbugs.gnu.org id=B64918.169054874831611 (code B ref 64918); Fri, 28 Jul 2023 12:53:01 +0000 Received: (at 64918) by debbugs.gnu.org; 28 Jul 2023 12:52:28 +0000 Received: from localhost ([127.0.0.1]:44095 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMxI-0008Dn-E8 for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:52:28 -0400 Received: from knopi.disroot.org ([178.21.23.139]:39868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMxG-0008Da-Gr for 64918@debbugs.gnu.org; Fri, 28 Jul 2023 08:52:27 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id C7A3741C95; Fri, 28 Jul 2023 14:52:22 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xB03JyR295fW; Fri, 28 Jul 2023 14:52:21 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1690548741; bh=jP0ZKt869TkLdklYCF4xw8TUWnlpG9oCGiWp9NSbfFE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=dheG87dCtBLaxhJBXQql7hM9JOTwSOGIxN22YtU0ycJNvEI472Flmo/DE3wP0MQ14 SHMUfA5tVcwfH/5pQX4lWgsJ8Gu8LREbml1j3LtEhqsMAHY3MIHTo16NYlHQRL1yWq wY2wJNpigH7tjphcudC53e8ddTIBfN9rKuNXM9xtEMrVp3J9USxZOqoKScWppnVhAF J7V8grNXZ01SfFXvsHlzvHU7WaIgafOmyK8pJNj0u+YByd9LaUAsJhvQ0dZQsBXkW5 9l4NBreSiS8hOBUn0En8vTS5uTSPU9ggAWye4oFwPVdJilyMwZb2Kugk0Pc5V+3ul+ O0UobQMdCsL7Q== Date: Fri, 28 Jul 2023 21:51:57 +0900 Message-ID: <269b3133dc524aa0b8a46d3da4ae91a6b67b8c90.1690548388.git.mcsinyx@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From: 宋文武 * gnu/packages/ibus.scm (ibus): Wrap ibus-daemon with GUIX_PYTHONPATH and GI_TYPELIB_PATH to be used by engines spawned by it. --- gnu/packages/ibus.scm | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index e9294fab1ee5..435960c5729a 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -243,13 +243,20 @@ (define-public ibus #~(modify-phases #$phases (replace 'wrap-with-additional-paths (lambda* (#:key outputs #:allow-other-keys) - ;; Make sure 'ibus-setup' runs with the correct - ;; GUIX_PYTHONPATH and GI_TYPELIB_PATH. - (wrap-program (search-input-file outputs "bin/ibus-setup") - `("GUIX_PYTHONPATH" ":" prefix (,(getenv "GUIX_PYTHONPATH"))) - `("GI_TYPELIB_PATH" ":" prefix - (,(getenv "GI_TYPELIB_PATH") - ,(string-append #$output "/lib/girepository-1.0")))))))))) + ;; Make sure 'ibus-setup' and 'ibus-daemon' runs with the + ;; correct GUIX_PYTHONPATH and GI_TYPELIB_PATH. Wrap + ;; 'ibus-daemon' is needed because engines spawned by + ;; the daemon need access to those libraries. + (for-each + (lambda (prog) + (wrap-program prog + `("GUIX_PYTHONPATH" ":" prefix + (,(getenv "GUIX_PYTHONPATH"))) + `("GI_TYPELIB_PATH" ":" prefix + (,(getenv "GI_TYPELIB_PATH") + ,(string-append #$output "/lib/girepository-1.0"))))) + (list (search-input-file outputs "bin/ibus-setup") + (search-input-file outputs "bin/ibus-daemon"))))))))) (inputs (modify-inputs (package-inputs ibus-minimal) (prepend gtk pango -- 2.41.0 From unknown Sat Sep 20 13:00:44 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64918] [PATCH 2/3] gnu: Add ibus-table Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: all_but_last@163.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 12:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64918@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 64918-submit@debbugs.gnu.org id=B64918.169054876531645 (code B ref 64918); Fri, 28 Jul 2023 12:53:02 +0000 Received: (at 64918) by debbugs.gnu.org; 28 Jul 2023 12:52:45 +0000 Received: from localhost ([127.0.0.1]:44098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMxY-0008EL-Ow for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:52:45 -0400 Received: from knopi.disroot.org ([178.21.23.139]:45742) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMxW-0008E7-M8 for 64918@debbugs.gnu.org; Fri, 28 Jul 2023 08:52:43 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 274EC402F9; Fri, 28 Jul 2023 14:52:39 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R2ww9mIqRKbz; Fri, 28 Jul 2023 14:52:37 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1690548757; bh=vrkZp7om3W0Zut1bU9sWLTehmSnsmsCg2zBw6jt3W2c=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Yjxp/+dh5PSHYkjqzHVDSoHjQoh9WHYRUX+1u4Tj2ZhH+4GB2JAjMKsG/vef872QG qE5htw7qKiYSyRtM46GEvFyDe8nSda+g7lx8YJX/qpzo21CrlojCaf9d3goFTFrWlY H312Dkzg6TP22rBVwhLxGRpAb3RLp0KmZTBiM/OavGVFMXx2Eo/3qGBXtUXbmTVKhS BhAK0AXXVN9HdUy4JjlN1YvWsFaUeAIikO5n+uZH80EXb7oWu+vPZP68lNkXqAmrSk 56rhgoyvi7O0ozAk9COVUwazYUMPdGbvank8YSvJK0AWC54cdEwrKtq/gvUTHMfHjE RsuJrzHodPDqQ== Date: Fri, 28 Jul 2023 21:51:58 +0900 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/ibus.scm (ibus-table): New variable. * gnu/packages/patches/ibus-table-paths.patch: New file. Co-authored-by: 宋文武 --- gnu/packages/ibus.scm | 43 +++++++++++++++++++++ gnu/packages/patches/ibus-table-paths.patch | 38 ++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 gnu/packages/patches/ibus-table-paths.patch diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 435960c5729a..a905ad78564e 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -898,6 +898,49 @@ (define-public ibus-libhangul "ibus-hangul is a Korean input method engine for IBus.") (license gpl2+))) +(define-public ibus-table + (package + (name "ibus-table") + (version "1.17.1") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/mike-fabian/ibus-table/releases/download/" + version "/ibus-table-" version ".tar.gz")) + (sha256 (base32 "063ba4fwk04lh0naj8z9r9x15ikckp94pd3f8xn40z3lnwsjx2sj")) + (patches (search-patches "ibus-table-paths.patch")))) + (build-system gnu-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch-paths + (lambda _ + (substitute* "engine/tabcreatedb.py" + (("/usr/share/ibus-table") + (string-append #$output "/share/ibus-table"))) + (substitute* "engine/ibus_table_location.py" + (("/usr/share/ibus-table") + (string-append #$output "/share/ibus-table")) + (("/usr/libexec") + (string-append #$output "/libexec"))))) + (add-before 'check 'pre-check + (lambda _ + (setenv "HOME" (getcwd))))))) ; tests write to $HOME + (native-inputs (list (list glib "bin") + pkg-config)) + (inputs (list glib gtk+ ibus python python-pygobject)) + (native-search-paths + (list (search-path-specification + (variable "IBUS_TABLE_LOCATION") + (files '("share/ibus-table")) + (separator #f)))) + (home-page "https://mike-fabian.github.io/ibus-table") + (synopsis "Table based input framework for IBus") + (description + "ibus-table is a framework for table based input methods using IBus.") + (license lgpl2.1+))) + (define-public ibus-speech-to-text (package (name "ibus-speech-to-text") diff --git a/gnu/packages/patches/ibus-table-paths.patch b/gnu/packages/patches/ibus-table-paths.patch new file mode 100644 index 000000000000..bc0c5e78e1c8 --- /dev/null +++ b/gnu/packages/patches/ibus-table-paths.patch @@ -0,0 +1,38 @@ +diff --git a/engine/ibus-engine-table.in b/engine/ibus-engine-table.in +index e79d62a6cad4..675007204abd 100644 +--- a/engine/ibus-engine-table.in ++++ b/engine/ibus-engine-table.in +@@ -24,8 +24,6 @@ prefix=@prefix@ + exec_prefix=@prefix@ + datarootdir=@datarootdir@ + datadir=@datadir@ +-export IBUS_TABLE_LOCATION=@datarootdir@/ibus-table +-export IBUS_TABLE_LIB_LOCATION=@libexecdir@ + + # Set this variable to something > 0 to get more debug output. + # (Debug output may show up in the log file and/or in the lookup table): +diff --git a/engine/ibus-table-createdb.in b/engine/ibus-table-createdb.in +index 91eb28b7cbe5..187dddf2c952 100644 +--- a/engine/ibus-table-createdb.in ++++ b/engine/ibus-table-createdb.in +@@ -24,6 +24,4 @@ exec_prefix=@exec_prefix@ + bindir=@bindir@ + datarootdir=@datarootdir@ + datadir=@datadir@ +-export IBUS_TABLE_DATA_DIR=@datarootdir@ +-export IBUS_TABLE_BIN_PATH=@bindir@ + exec @PYTHON@ @datarootdir@/ibus-table/engine/tabcreatedb.py $@ +diff --git a/setup/ibus-setup-table.in b/setup/ibus-setup-table.in +index 7f7405c37296..ae6f96921c56 100644 +--- a/setup/ibus-setup-table.in ++++ b/setup/ibus-setup-table.in +@@ -22,9 +22,6 @@ + prefix=@prefix@ + exec_prefix=@exec_prefix@ + datarootdir=@datarootdir@ +-export IBUS_PREFIX=@prefix@ +-export IBUS_DATAROOTDIR=@datarootdir@ +-export IBUS_LOCALEDIR=@localedir@ + cd @prefix@/share/ibus-table/setup/ + exec @PYTHON@ main.py $@ + -- 2.41.0 From unknown Sat Sep 20 13:00:44 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#64918] [PATCH 3/3] gnu: Add ibus-table-others Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: all_but_last@163.com, iyzsong@envs.net, guix-patches@gnu.org Resent-Date: Fri, 28 Jul 2023 12:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 64918 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 64918@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= X-Debbugs-Original-Xcc: Zhu Zihao , =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Received: via spool by 64918-submit@debbugs.gnu.org id=B64918.169054877431668 (code B ref 64918); Fri, 28 Jul 2023 12:53:02 +0000 Received: (at 64918) by debbugs.gnu.org; 28 Jul 2023 12:52:54 +0000 Received: from localhost ([127.0.0.1]:44101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMxi-0008Eg-9b for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:52:54 -0400 Received: from knopi.disroot.org ([178.21.23.139]:49422) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMxg-0008EW-BI for 64918@debbugs.gnu.org; Fri, 28 Jul 2023 08:52:52 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id A21DD402F9; Fri, 28 Jul 2023 14:52:48 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Uv6_Z5vxhBEa; Fri, 28 Jul 2023 14:52:47 +0200 (CEST) From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1690548766; bh=YCKPSTlEcnMsjP29FGSlC1NFmuvQMlJoZiRini97+80=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Oj+FSqZa0mN9c6nNIz/8XbZ+eL11O1Mppf/qncWDTs5XpWK9mH83JNGffo1i3UhwW JzMhaDBuglNNMI/m+xcosQEF7CQ0X+QymicRiafqm6DDo5oPsdZHulIqlYqjs1SxSu /UxV/p0qGgLay7AJroI7yF6ss3GGfgJLN6VT4yysV4rhRH4RFCqdkwBxdrp+olyMqm QMNFFER5Zcb39gcArIcz/Dgi660vZhp8bhhSlpxKmjzKvmEwjVDvjiG8pcJX1LyyLk nZQ53nbJ9jlmV+kH8MSWEc/2eREE12OHR1oJJ5IJnSNaxcMtvqNneLd4gZFr6gu0qD 5A1sMhOW8Iu9A== Date: Fri, 28 Jul 2023 21:51:59 +0900 Message-ID: <3d07888fc6628526478074294e618e71f18fbf91.1690548388.git.mcsinyx@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/ibus.scm (ibus-table-others): New variable. --- gnu/packages/ibus.scm | 44 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index a905ad78564e..aa98a1a06fab 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -941,6 +941,50 @@ (define-public ibus-table "ibus-table is a framework for table based input methods using IBus.") (license lgpl2.1+))) +(define-public ibus-table-others + (package + (name "ibus-table-others") + (version "1.3.16") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/moebiuscurve/ibus-table-others/releases/" + "download/" version "/ibus-table-others-" version ".tar.gz")) + (sha256 + (base32 "0vllwrjlgcvdjhs7nrg45hfvnivnfhrc05r6rhw8m0c41layl9jg")))) + (build-system gnu-build-system) + (arguments + (list #:phases + #~(modify-phases %standard-phases + (add-before 'build 'pre-build + (lambda _ + (setenv "HOME" (getcwd))))))) ; db written in $HOME + (native-inputs (list pkg-config python)) + (inputs (list ibus ibus-table)) + (home-page "https://github.com/moebiuscurve/ibus-table-others") + (synopsis "Various table-based input methods for IBus") + (description + "ibus-table-others provides the following input methods on IBus-Table on IBus framework: +@itemize +@item CNS11643 +@item Compose +@item Emoji +@item IPA-X-SAMPA +@item LaTex +@item Mathwriter +@item Mongol bichig +@item RussianTraditional +@item Telex +@item Thai +@item Translit +@item Ua-Translit +@item Viqr +@item VNI +@item Yawerty +@end itemize") + (license gpl3))) + (define-public ibus-speech-to-text (package (name "ibus-speech-to-text") -- 2.41.0 From unknown Sat Sep 20 13:00:44 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: bug#64918: closed (Re: bug#64918: [PATCH 0/3] gnu: Add ibus-table{,-others}) Message-ID: References: <87sf90ju4a.fsf@envs.net> X-Gnu-PR-Message: they-closed 64918 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 64918@debbugs.gnu.org Date: Thu, 03 Aug 2023 10:31:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1691058662-23021-1" This is a multi-part message in MIME format... ------------=_1691058662-23021-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #64918: [PATCH 0/3] gnu: Add ibus-table{,-others} which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 64918@debbugs.gnu.org. --=20 64918: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D64918 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1691058662-23021-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 64918-done) by debbugs.gnu.org; 3 Aug 2023 10:30:42 +0000 Received: from localhost ([127.0.0.1]:50936 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qRVbO-0005yo-3p for submit@debbugs.gnu.org; Thu, 03 Aug 2023 06:30:42 -0400 Received: from mail.envs.net ([5.199.136.28]:37076) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qRVbK-0005yc-V1 for 64918-done@debbugs.gnu.org; Thu, 03 Aug 2023 06:30:40 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id AD11238A0839; Thu, 3 Aug 2023 10:30:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1691058635; bh=Euc1V8p5nB9a1vN+3RyFHvHhLZgMmOiCgtsFENWBEok=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=HWssv/Pw304IAuB/LyKKbwt+ErcnatAaJQClbFC1HKXRbhTjohdsWWyFYeazVMhcw Xx8VDZ37xHJIta6oG0rGOYCjIWMnXJawFimb8p3EZwRTvByAAJ5j9YTuF336UPYqiS E7iRI3PX43NROed/YoeLt1EhYhAm/rt+wrnBialKkU1QwzYjM06is/EaTpm6P3jGgu +qB81ZMqKlawtsuNZaC8RL4kaY2Urpf78Wy6wHaXnrlPh5zl2uT+tg21FjvPkLbNvD k+A5ZX/0SgsNbXrhDViCQ/KGxT600PoWiro8NaZrC2m93mqslzBtZ0/Py20UodgxM0 nC4qj1nIwthN4G2frWSyaFQiuuZ1fT2xwZPB95ydL4FeI01NySlrFXqyDQbdPajPhA k74ZKLRaJTh28zbvP5oj3z+fvH3KPl+N04CjGWdzYuzR/lpQ9fhMZTnIQ8cuuxle5c qvfUm/beDrs9veFZCRqOfpKG3En80adtH1mzvPfLG+HNNpVm8vVCEFlue7Ln53/MID 9MXnYeSeCo1rAMcOwEe7U/gT3ce8r2fWu7mz6yTpMR5kKDoewDflcXVl1PCITmufc3 BfJb6dFOtwy3TnFB/7nHaUDGOhMyoeL72Cmvq1cQDNp2JWaIdp9kuNiKORSiTrSvp+ ETMox+hyca6IvEhhhzGOlCzk= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id xahcWj53UaHv; Thu, 3 Aug 2023 10:30:31 +0000 (UTC) Received: from localhost (unknown [36.170.44.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Thu, 3 Aug 2023 10:30:31 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 7f361f2e; Thu, 3 Aug 2023 10:30:29 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: =?utf-8?Q?Nguy=E1=BB=85n?= Gia Phong Subject: Re: bug#64918: [PATCH 0/3] gnu: Add ibus-table{,-others} In-Reply-To: (=?utf-8?Q?=22Nguy?= =?utf-8?Q?=E1=BB=85n?= Gia Phong"'s message of "Fri, 28 Jul 2023 21:48:50 +0900") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Date: Thu, 03 Aug 2023 18:30:29 +0800 Message-ID: <87sf90ju4a.fsf@envs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 64918-done Cc: 64918-done@debbugs.gnu.org, Zhu Zihao X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Nguy=E1=BB=85n Gia Phong writes: > ibus-table-others are some mapping data for ibus-table engine. Applied with commit message adjusted slightly, thank you! ------------=_1691058662-23021-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Jul 2023 12:49:45 +0000 Received: from localhost ([127.0.0.1]:44088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMue-00088p-Vd for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:49:45 -0400 Received: from lists.gnu.org ([2001:470:142::17]:47068) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qPMud-00088T-7I for submit@debbugs.gnu.org; Fri, 28 Jul 2023 08:49:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPMuX-0005wV-Hp for guix-patches@gnu.org; Fri, 28 Jul 2023 08:49:37 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qPMuU-0005Kk-GL for guix-patches@gnu.org; Fri, 28 Jul 2023 08:49:37 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DBFB741CE9; Fri, 28 Jul 2023 14:49:27 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DF7atq2BYGRb; Fri, 28 Jul 2023 14:49:26 +0200 (CEST) From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1690548566; bh=auHonFbWWwH6KcakwJlgiC2PPxepkgOpQFnVWH05otw=; h=From:To:Cc:Subject:Date; b=cMyQeURwCATy2tAcLOquqVO8kKLIahTmmqq943obCNR1c46MpbJ4OQRLd3CpGsrH4 5d67yXxyNJGlcoTgKVf2BF7KFNgZWaJ44u903Gb82vvc5GUs7mMQG8knHaRaxKkwYJ cHMjpjCyIJYQqNrOhgO67bkOuqg3koJ4S+dtDFjuOq+la7w4DZXDi5Wx3QUB7maqh2 rC0QuneF6mR0MGOcN21BWsmHsXU0ndIxZUAvC0GmrWHgNmNhdbgJe9WaoiEbbN1DFs oYXKwAgzZjLmv+Ea4ILWnN8Wv6B9vXhMqHWfhwpbzAfxvysxG7sdmZvNrvIyHFZE8G lp5W7eIH3LYSQ== To: guix-patches@gnu.org Subject: [PATCH 0/3] gnu: Add ibus-table{,-others} Date: Fri, 28 Jul 2023 21:48:50 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Debbugs-Cc: Zhu Zihao , 宋文武 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=mcsinyx@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) ibus-table-others are some mapping data for ibus-table engine. Nguyễn Gia Phong (2): gnu: Add ibus-table gnu: Add ibus-table-others 宋文武 (1): gnu: ibus: Wrap daemon with libraries for engines gnu/packages/ibus.scm | 108 ++++++++++++++++++-- gnu/packages/patches/ibus-table-paths.patch | 38 +++++++ 2 files changed, 139 insertions(+), 7 deletions(-) create mode 100644 gnu/packages/patches/ibus-table-paths.patch base-commit: c7e45139faa27b60f2c7d0a4bc140f9793d97d47 -- 2.41.0 ------------=_1691058662-23021-1--