commit: 2bf57e96a1aaca6cae12234ffc0a5c9324047a12
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 24 13:36:33 2026 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sat Jan 24 13:37:48 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bf57e96
app-i18n/ibus-typing-booster: new upstream release
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
app-i18n/ibus-typing-booster/Manifest | 1 +
.../ibus-typing-booster-2.30.0.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/app-i18n/ibus-typing-booster/Manifest
b/app-i18n/ibus-typing-booster/Manifest
index 008eaa52fc32..c91f760b1ccc 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1 +1,2 @@
DIST ibus-typing-booster-2.28.6.tar.gz 14633258 BLAKE2B
da6b7b368cda17a860b8c77bc6a8f75173f71d2ed3dadf289fbca81478f81ecd4f8a9b09df949b6c7e202d7fac0f3f500dc2301091997e205b0c7e3b4a31da66
SHA512
b2f69c4f428146903a7b0fd5d9b940824a75e4bdb8532875479939d8add0dc3cfbedd4648ccd64f5bf09dc7122f2659834fc872cc1b7582b337483ff4294d7ed
+DIST ibus-typing-booster-2.30.0.tar.gz 14692996 BLAKE2B
9420124f6cd8d0a86afcc831be9754a6562c60e0e6a8b4b9e41fd1210de34a45d92babb14c8bd6d54ef487ae9c9d6ec287ed5535a9f672a7c7329615d27f7ab8
SHA512
4100d741a7738198599be9ffbab0d7b3b17184580b3fa61fb99254230402b558cc70a98856123933df1e7c2b65d342829d46f546d48fc1e4ba89d31c4288a0da
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.0.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.0.ebuild
new file mode 100644
index 000000000000..ea16e01f88ff
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_REQ_USE="sqlite(+)"
+
+inherit gnome2-utils python-single-r1 xdg
+
+DESCRIPTION="Completion input method for IBus"
+HOMEPAGE="https://mike-fabian.github.io/ibus-typing-booster"
+SRC_URI="https://github.com/mike-fabian/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND="${PYTHON_DEPS}
+ dev-libs/m17n-lib
+ $(python_gen_cond_dep '
+ app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+ dev-python/dbus-python[${PYTHON_USEDEP}]
+ dev-python/pyenchant[${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ dev-python/pyxdg[${PYTHON_USEDEP}]
+ ')"
+RDEPEND="${DEPEND}
+ >=dev-db/m17n-db-1.7"
+BDEPEND="sys-devel/gettext
+ virtual/pkgconfig"
+
+src_prepare() {
+ default
+
+ sed -i "s|/usr\(/bin/sh\)|\1|" {engine,setup}/*.in
+}
+
+pkg_preinst() {
+ xdg_pkg_preinst
+ gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}