summaryrefslogtreecommitdiff
path: root/app-i18n
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-16 19:13:42 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-16 19:13:42 +0000
commitafae01ffd370a829cb4c628a4dd7e8f87e35b2e3 (patch)
tree69bcc5cef0274fe8fe1bc322842bae6c1739f1ab /app-i18n
parent6377d9ae9eeb85de4ce4fec4e8544101640035e9 (diff)
downloadbaldeagleos-repo-afae01ffd370a829cb4c628a4dd7e8f87e35b2e3.tar.gz
baldeagleos-repo-afae01ffd370a829cb4c628a4dd7e8f87e35b2e3.tar.xz
baldeagleos-repo-afae01ffd370a829cb4c628a4dd7e8f87e35b2e3.zip
Adding metadata
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-typing-booster/Manifest1
-rw-r--r--app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.6.ebuild53
2 files changed, 54 insertions, 0 deletions
diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
index 1dfd1a977140..972f42837f17 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1 +1,2 @@
DIST ibus-typing-booster-2.30.4.tar.gz 14721047 BLAKE2B 87316804ab0bc6a61d8d0a74bc57a98144b3591f5864a2d1a444bce0e47a3a162a05d6b99079f7bd8aa4f0241e343507b07b8d5b5441f1089a6c7a011e145af6 SHA512 cb3760e61c9b990722d04a8b8a020d7c6b3a753a4875af22b92f1e7b41790b44cda0345ecc90e60fef1b3f928b23e7c8993aded8ad935d5981521b4e466f35ce
+DIST ibus-typing-booster-2.30.6.tar.gz 14727693 BLAKE2B 08a6887df75ee11efab60332f66a5ebda594e304700fd8496ff898670a5fafe60c68fcdf39eae8a2db9bc1b4a390340f50684ee809fb3a2deba09a5e4e35bd5c SHA512 d407c659f76220a34d84165e15e16c423fd177ac6298cad12ee8f5926be9df7d9b66efab7211bf4eb88b911fd894b32ffd3dedd13c1cabb40c013c5a437c0b3b
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.6.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.6.ebuild
new file mode 100644
index 000000000000..5acea001cf56
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.6.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..14} )
+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
+}