commit: d868165f2e25464098e3d3495afc0ed1d6e99588
Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 26 13:02:42 2025 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Jun 26 13:02:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d868165f
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.27.66.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/app-i18n/ibus-typing-booster/Manifest
b/app-i18n/ibus-typing-booster/Manifest
index b0e0e6fcf764..4ce96d1e85e3 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1 +1,2 @@
DIST ibus-typing-booster-2.27.59.tar.gz 13732568 BLAKE2B
0dcfd2d41051ca9ccf24b77761886df81ec3ec4d95511b604c12268e1349047bf5dd81c8392f83745cf5e76538b92f6b580bd92195b403d4dd5833616e64cc5a
SHA512
5a036cc034f8e5ecfedce23d960225a02df2faa695d2271da7bff25be2fec601f457998e54f074e4359f76a0f8da7d89eb44b2a030b51a2984c09fac1cd820fe
+DIST ibus-typing-booster-2.27.66.tar.gz 13785645 BLAKE2B
50a3b0b6aa3df936c49fb3e51f4a5e7662f8b9a1632a4abb2a4e7a2b599164bb3ffe538fd683779323bbeb8b919b1b0042e6a486024e5004e42f848aab0f90e7
SHA512
ad95a8f4760a2f1f025ef7cdb47a244e08f7b90c9151568a30e02a33267a31aa6e52e058e5518a9744b9ac95cbe1969cc51800899e562462e11b74f0313ce3f6
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.66.ebuild
b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.66.ebuild
new file mode 100644
index 000000000000..b05f4dd9dd7f
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.27.66.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
+}