commit: 75055a6615b880c71f59ffda87182c555494f9a6
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 13:28:41 2025 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Oct 24 13:28:41 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75055a66
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.28.1.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/app-i18n/ibus-typing-booster/Manifest
b/app-i18n/ibus-typing-booster/Manifest
index c4a6a163be21..6432a646f5f1 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1 +1,2 @@
DIST ibus-typing-booster-2.27.75.tar.gz 14576630 BLAKE2B
82a529699e73b9e608edd4a0d68bba3937deea395e875212bf1a0d74323bb56aa418047a274e868fb9e2b21717dd1adfa6e255702c4a1a8be1cf241c68167661
SHA512
9f98c913e8495276d974cb43c5e671da2ba89b5c5d1afbd61c832360c8b3c4628134fd096e6ebba67f7f09a58f530f50f9b027f8640c1627be394d3176962ec2
+DIST ibus-typing-booster-2.28.1.tar.gz 14598042 BLAKE2B
3e2a9651f44e19bf0ea451908bed3af8ef341be18c2ce2320facb64536e55c2d20025c4120a07f0f281d8cea1ddecbeff8bd54d8a987468171864258380d5658
SHA512
c21dca66f746d365366899e64c6def0fe0d21e81810171bb47556e62782d5a7bb4fc85d27d02790e9859ae32e8f37bdb6bb09fe137ba27438dc55b009d0d98c7
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.1.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.1.ebuild
new file mode 100644
index 000000000000..b05f4dd9dd7f
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.28.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2025 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
+}