summaryrefslogtreecommitdiff
path: root/app-i18n
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-30 19:12:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-04-30 19:12:38 +0000
commit4ae305f4f8a7a8d004ff4470e38b93ee13c6540c (patch)
treeff18bd8611b9d0d037e6fa1f29fa7d75b9d64336 /app-i18n
parent05a0ec1de7339049e6e41684efe86e92a8e62f00 (diff)
downloadbaldeagleos-repo-4ae305f4f8a7a8d004ff4470e38b93ee13c6540c.tar.gz
baldeagleos-repo-4ae305f4f8a7a8d004ff4470e38b93ee13c6540c.tar.xz
baldeagleos-repo-4ae305f4f8a7a8d004ff4470e38b93ee13c6540c.zip
Adding metadata
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx/fcitx-5.1.19.ebuild2
-rw-r--r--app-i18n/ibus-table/Manifest1
-rw-r--r--app-i18n/ibus-table/ibus-table-1.17.18.ebuild55
-rw-r--r--app-i18n/ibus-typing-booster/Manifest1
-rw-r--r--app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.7.ebuild53
5 files changed, 111 insertions, 1 deletions
diff --git a/app-i18n/fcitx/fcitx-5.1.19.ebuild b/app-i18n/fcitx/fcitx-5.1.19.ebuild
index 9dfc7c071bc4..9e71ea28d177 100644
--- a/app-i18n/fcitx/fcitx-5.1.19.ebuild
+++ b/app-i18n/fcitx/fcitx-5.1.19.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.zst -
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="LGPL-2+ Unicode-DFS-2016"
SLOT="5"
-KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~ppc64 ~riscv"
IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd system-yoga test wayland +X"
REQUIRED_USE="
|| ( wayland X )
diff --git a/app-i18n/ibus-table/Manifest b/app-i18n/ibus-table/Manifest
index 6b4f25fecb83..a4d0bf86e783 100644
--- a/app-i18n/ibus-table/Manifest
+++ b/app-i18n/ibus-table/Manifest
@@ -1 +1,2 @@
DIST ibus-table-1.17.17.tar.gz 1662181 BLAKE2B 8cfb8ffe97d8a5e02f526c96d6e5f55e77cc8632b4bab9cfa4ced13b5baf9d5d1c68de301b239b8a9d421aca0f02fe901e077b65744fad999220e7de6a95611c SHA512 88a084e9f495db482a71e07d665ec097c823f02e92e57957fd36ef6aaf9fd7a59f09bef6d62ab5e973e2f98845e096c7b80951ddf44f41d80eaa8eb3869fc8c9
+DIST ibus-table-1.17.18.tar.gz 1668941 BLAKE2B 5c6b086d58e36c271cc2cc17fdd5ac76527f0dea1b53fc1344a61fa12d84856b6f1c0bf41b5758d1c2d3765d7e8409015d0fb09f7aad7326c3e4624cb0eed7ef SHA512 a97c28ebbc8828c648c3e648cb7e6f90fb4080d866c0c9c4e404c26b86d6974b38888885c6994c22d8f7d6e5306f6d609c9b13413d6c571138e35360d0860ac1
diff --git a/app-i18n/ibus-table/ibus-table-1.17.18.ebuild b/app-i18n/ibus-table/ibus-table-1.17.18.ebuild
new file mode 100644
index 000000000000..4877adff0bfc
--- /dev/null
+++ b/app-i18n/ibus-table/ibus-table-1.17.18.ebuild
@@ -0,0 +1,55 @@
+# 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="Tables engines for IBus"
+HOMEPAGE="https://github.com/ibus/ibus/wiki"
+SRC_URI="https://github.com/kaio/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="nls"
+RESTRICT="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+ $(python_gen_cond_dep '
+ app-i18n/ibus[python(+),${PYTHON_USEDEP}]
+ dev-python/pygobject:3[${PYTHON_USEDEP}]
+ ')
+ virtual/libiconv
+ nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig
+ nls? ( sys-devel/gettext )"
+
+src_prepare() {
+ python_fix_shebang .
+
+ default
+}
+
+src_configure() {
+ econf $(use_enable nls)
+}
+
+pkg_preinst() {
+ xdg_pkg_preinst
+ gnome2_schemas_savelist
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
diff --git a/app-i18n/ibus-typing-booster/Manifest b/app-i18n/ibus-typing-booster/Manifest
index 972f42837f17..033a4554917a 100644
--- a/app-i18n/ibus-typing-booster/Manifest
+++ b/app-i18n/ibus-typing-booster/Manifest
@@ -1,2 +1,3 @@
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
+DIST ibus-typing-booster-2.30.7.tar.gz 14728244 BLAKE2B bc4d708f753cf18a975592ca4e66995e2595cd786b2b47c39daa9941d878a7a24d75c69823d94eeac5bba638bb0d8f0650ab7bb7125c6cb0f8a7211b57a30fc5 SHA512 ae6aae849e2f79ba665eddd3425e2bae6e934a6bbbed0dec2155242a3aa74067d7fed2004cb0849baff26fbcde98aa898a5277d85057b0c8ae34f13843bbcfee
diff --git a/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.7.ebuild b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.7.ebuild
new file mode 100644
index 000000000000..5acea001cf56
--- /dev/null
+++ b/app-i18n/ibus-typing-booster/ibus-typing-booster-2.30.7.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
+}