summaryrefslogtreecommitdiff
path: root/app-i18n
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-07-22 03:04:36 -0500
committerroot <root@alpha.trunkmasters.com>2026-07-22 03:04:36 -0500
commit63ccd2e4ddd6295605ea83ff6f5e2337785496e5 (patch)
treec2e8b95c36b14703e41de0de4fe7cb686ee24eea /app-i18n
parent805088e14f2164ec415b97288657da8492869f97 (diff)
downloadbaldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.tar.gz
baldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.tar.xz
baldeagleos-repo-63ccd2e4ddd6295605ea83ff6f5e2337785496e5.zip
Adding metadata
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/fcitx-configtool/fcitx-configtool-5.1.14.ebuild2
-rw-r--r--app-i18n/fcitx/fcitx-5.1.21.ebuild8
2 files changed, 7 insertions, 3 deletions
diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.14.ebuild b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.14.ebuild
index 5e3d016f1b03..b92063f2497f 100644
--- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.14.ebuild
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.14.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~loong ~riscv"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
IUSE="kcm +config-qt test X"
RESTRICT="!test? ( test )"
diff --git a/app-i18n/fcitx/fcitx-5.1.21.ebuild b/app-i18n/fcitx/fcitx-5.1.21.ebuild
index c4e440e55194..a5a806e8c17a 100644
--- a/app-i18n/fcitx/fcitx-5.1.21.ebuild
+++ b/app-i18n/fcitx/fcitx-5.1.21.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 ~ppc ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd system-yoga test wayland +X"
REQUIRED_USE="
|| ( wayland X )
@@ -70,7 +70,11 @@ RDEPEND="
x11-libs/xcb-util-wm
)
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ wayland? (
+ dev-libs/plasma-wayland-protocols
+ )
+"
BDEPEND="
virtual/pkgconfig
kde-frameworks/extra-cmake-modules:0