[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-09-02 Thread Sam James
commit: a153c8086beb924ac48de32d84b47d18c0f21c8f
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  2 19:24:38 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  2 19:24:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a153c808

app-i18n/fcitx-configtool: Stabilize 5.1.6-r1 amd64, #938878

Signed-off-by: Sam James  gentoo.org>

 app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild
index 69d95324d3f2..b3ac6d27c992 100644
--- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="kcm +config-qt qt6 test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-unikey/

2024-08-22 Thread Yixun Lan
commit: b7d5d754da567d002f8a029cec921c4cb5fe8a67
Author: Yongxiang Liang  gmail  com>
AuthorDate: Mon Aug 19 14:48:21 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Aug 22 11:42:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7d5d754

app-i18n/fcitx-unikey: add 5.1.4

Bug: https://bugs.gentoo.org/760501
Closes: https://github.com/gentoo/gentoo/pull/38186
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-unikey/Manifest  |  1 +
 app-i18n/fcitx-unikey/fcitx-unikey-5.1.4.ebuild | 50 +
 app-i18n/fcitx-unikey/metadata.xml  |  9 +
 3 files changed, 60 insertions(+)

diff --git a/app-i18n/fcitx-unikey/Manifest b/app-i18n/fcitx-unikey/Manifest
index 7869c92d0088..c694268b1de5 100644
--- a/app-i18n/fcitx-unikey/Manifest
+++ b/app-i18n/fcitx-unikey/Manifest
@@ -1 +1,2 @@
 DIST fcitx-unikey-0.2.7.tar.xz 75204 BLAKE2B 
a0d70747a560b2493a3b7f7e06ff35f7e465bb4c4c8d22cb4db02f70a6298c49780fd0045874faeba1f20ad188a01a81fefc67a4f6ac9d6946d959f731a376a4
 SHA512 
1bb78e4f27f0cda1e3aa5a633be45e0a26d121d5b472b1325b0c028ff65ca156d23e7ffee0367badeac1dd21ba1743ee8a2c9c27c629ae0996e84e0062b67ad2
+DIST fcitx5-unikey-5.1.4.tar.zst 114482 BLAKE2B 
daa7cb04f2047e7495f4699c4b7abe711b96553f8339b6ed41f84e934239e935ba55110076fd177fe14a8a5f01b65090fb2bf517acef9d085af018879b10b75a
 SHA512 
d8918222c37609c078bdf6d73a5acaa5ebaf23b4b49d253850c737ac659cee94956ee8782b3ac2ea6eaa5cfdb8fccec6a62e86d6b0a1b4f5b03c4a6e395ca3f0

diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-5.1.4.ebuild 
b/app-i18n/fcitx-unikey/fcitx-unikey-5.1.4.ebuild
new file mode 100644
index ..a3ba80268567
--- /dev/null
+++ b/app-i18n/fcitx-unikey/fcitx-unikey-5.1.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-unikey"
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Unikey (Vietnamese Input Method) engine support for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-unikey";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst";
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="LGPL-2+ GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="+gui +qt5 qt6 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-i18n/fcitx-5.1.10:5
+   >=app-i18n/fcitx-qt-5.0.12[qt5?,qt6?,-onlyplugin]
+   gui? (
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5=
+   dev-qt/qtwidgets:5
+   )
+   qt6? (
+   dev-qt/qtbase:6[dbus,gui,widgets]
+   )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=( )
+   if use gui; then
+   mycmakeargs+=(
+   -DENABLE_QT=ON
+   -DUSE_QT6=$(usex qt6)
+   )
+   fi
+   cmake_src_configure
+}

diff --git a/app-i18n/fcitx-unikey/metadata.xml 
b/app-i18n/fcitx-unikey/metadata.xml
index ce4b6e943c2c..d9272badfada 100644
--- a/app-i18n/fcitx-unikey/metadata.xml
+++ b/app-i18n/fcitx-unikey/metadata.xml
@@ -1,6 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   tanekli...@gmail.com
+   Yongxiang Liang
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

c...@gentoo.org
Cjk
@@ -10,5 +18,6 @@


fcitx/fcitx-unikey
+   fcitx/fcitx5-unikey

 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-sayura/

2024-08-22 Thread Yixun Lan
commit: 37ea7fb52608ecd567c0e1fbbb59984d2520ccce
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sun Aug 18 14:46:41 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Aug 22 11:41:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37ea7fb5

app-i18n/fcitx-sayura: add 5.1.2

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-sayura/Manifest  |  1 +
 app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild | 24 
 app-i18n/fcitx-sayura/metadata.xml  |  8 
 3 files changed, 33 insertions(+)

diff --git a/app-i18n/fcitx-sayura/Manifest b/app-i18n/fcitx-sayura/Manifest
index a3997a58185e..7b70e4942836 100644
--- a/app-i18n/fcitx-sayura/Manifest
+++ b/app-i18n/fcitx-sayura/Manifest
@@ -1 +1,2 @@
 DIST fcitx-sayura-0.1.2.tar.xz 25400 BLAKE2B 
6bed1b86499b4448e87cb76c719d8fec3f7af7e5a4a4846ddc30e6e278f5e67c5ee47d39f4e19d3c8c927ce34bf66f51cf189d1147af0e509c3815ba4552a953
 SHA512 
2118c95d4f831e5f4e0af0549ae3eb4f16bff8b30b03452837bd14f35fcb524f730b27ceb7c14cf6a4db7400a67070929a75465195b5524187e97c7ca02de466
+DIST fcitx-sayura-5.1.2.tar.zst 25363 BLAKE2B 
f498b9062c0e450b8cd3632b231e6e3bc7010ef6aed6bc0b6c6118de854202e36ffa04249ebe4527a69e30d261c3c07a89f221fc9b578df4eee293acace05766
 SHA512 
bc00188affa127f3ddbcd5eb6dc99030f432bdcf408e4b7abbee50fd906686f9697338e2d774c6639e5984f1a5bc1ab00261ae4752f9a984c4a639fe5315645f

diff --git a/app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild 
b/app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild
new file mode 100644
index ..32507f2e276f
--- /dev/null
+++ b/app-i18n/fcitx-sayura/fcitx-sayura-5.1.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg unpacker
+
+MY_PN="fcitx5-sayura"
+DESCRIPTION="Fcitx-Sayura is a Sinhala input method for Fcitx input method 
framework"
+HOMEPAGE="https://github.com/fcitx/fcitx5-sayura";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="LGPL-2.1+ MIT"
+SLOT="5"
+KEYWORDS="~amd64"
+
+DEPEND="
+   app-i18n/fcitx:5
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+"

diff --git a/app-i18n/fcitx-sayura/metadata.xml 
b/app-i18n/fcitx-sayura/metadata.xml
index cf5c857c8e32..b42843ddf729 100644
--- a/app-i18n/fcitx-sayura/metadata.xml
+++ b/app-i18n/fcitx-sayura/metadata.xml
@@ -1,6 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
+   
+   tanekli...@gmail.com
+   Yongxiang Liang
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

c...@gentoo.org
Cjk



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/, app-i18n/fcitx/files/

2024-08-15 Thread Sam James
commit: 04d15160b358179c5dabf2a1e142df6d541eef47
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Aug 15 05:56:58 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 15 20:34:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d15160

app-i18n/fcitx: fix missing cstdint for GCC 15

Closes: https://bugs.gentoo.org/937737
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Sam James  gentoo.org>

 app-i18n/fcitx/fcitx-5.1.10-r1.ebuild  | 127 +
 .../fcitx-5.1.10-include-cstdint-for-gcc-15.patch  |  12 ++
 2 files changed, 139 insertions(+)

diff --git a/app-i18n/fcitx/fcitx-5.1.10-r1.ebuild 
b/app-i18n/fcitx/fcitx-5.1.10-r1.ebuild
new file mode 100644
index ..13e9dd85807e
--- /dev/null
+++ b/app-i18n/fcitx/fcitx-5.1.10-r1.ebuild
@@ -0,0 +1,127 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5"
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Fcitx 5 is a generic input method framework"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
+SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="LGPL-2+ Unicode-DFS-2016"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
+REQUIRED_USE="
+   || ( wayland X )
+   X? ( keyboard )
+   wayland? ( keyboard )
+"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !app-i18n/fcitx:4
+   dev-libs/libfmt
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/cairo[X?]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango[X?]
+   doc? (
+   app-text/doxygen
+   dev-texlive/texlive-fontutils
+   )
+   emoji? ( sys-libs/zlib )
+   enchant? ( app-text/enchant:2 )
+   keyboard? (
+   app-text/iso-codes
+   dev-libs/expat
+   dev-libs/json-c:=
+   x11-misc/xkeyboard-config
+   x11-libs/libxkbcommon[X?,wayland?]
+   )
+   systemd? (
+   sys-apps/systemd
+   )
+   !systemd? (
+   dev-libs/libuv
+   sys-apps/dbus
+   )
+   wayland? (
+   dev-libs/glib:2
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+   X? (
+   dev-libs/glib:2
+   >=x11-libs/xcb-imdkit-1.0.3:5
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-libs/xcb-util
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   kde-frameworks/extra-cmake-modules:0
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-include-cstdint-for-gcc-15.patch"
+)
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DBUS=on
+   -DENABLE_XDGAUTOSTART=$(usex autostart)
+   -DENABLE_SERVER=$(usex server)
+   -DENABLE_KEYBOARD=$(usex keyboard)
+   -DENABLE_TEST=$(usex test)
+   -DENABLE_ENCHANT=$(usex enchant)
+   -DENABLE_EMOJI=$(usex emoji)
+   -DENABLE_PRESAGE=$(usex presage)
+   -DENABLE_WAYLAND=$(usex wayland)
+   -DENABLE_X11=$(usex X)
+   -DENABLE_DOC=$(usex doc)
+   -DUSE_SYSTEMD=$(usex systemd)
+   )
+   cmake_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use doc && cmake_src_compile doc
+}
+
+src_install() {
+   cmake_src_install
+   use doc && dodoc -r "${BUILD_DIR}"/doc/*
+}
+
+src_test() {
+   # break by sandbox
+   local CMAKE_SKIP_TESTS=(
+   testdbus
+   testservicewatcher
+   )
+   cmake_src_test
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+
+   elog
+   elog "Follow the instrcutions on:"
+   elog "https://wiki.gentoo.org/wiki/Fcitx#Using_Fcitx";
+   elog "https://fcitx-im.org/wiki/Setup_Fcitx_5";
+   elog "https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland";
+   elog
+}

diff --git a/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch 
b/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch
new file mode 100644
index ..4dcf19d363de
--- /dev/null
+++ b/app-i18n/fcitx/files/fcitx-5.1.10-include-cstdint-for-gcc-15.patch
@@ -0,0 +1,12 @@
+https://github.com/fcitx/fcitx5/pull/1119
+
+--- a/src/lib/fcitx-utils/inputbuffer.h
 b/src/lib/fcitx-utils/inputbuffer.h
+@@ -7,6 +7,7 @@
+ #ifndef _FCITX_UTILS_INPUTBUFFER_H_
+ #define _FCITX_UTILS_INPUTBUFFER_H_
+ 
++#include 
+ #include 
+ #include 
+ #include 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-07-30 Thread Arthur Zamarin
commit: 66b4ad51d6b17a7ba7457f7c9d766bd6b721bf2f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:57 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b4ad51

app-i18n/fcitx-table-extra: Stabilize 5.1.6 amd64, #936945

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
index c66595c482fe..c1dcad9532f9 100644
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 
 DEPEND="
!app-i18n/fcitx-table-extra:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-hangul/

2024-07-30 Thread Arthur Zamarin
commit: fa6304ac7ed80a97b8d009232174ae97c372c872
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:52 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa6304ac

app-i18n/fcitx-hangul: Stabilize 5.1.1 x86, #936943

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild 
b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
index e59e67deae69..ae625a834615 100644
--- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
+++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 
 DEPEND="
!app-i18n/fcitx-hangul:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-07-30 Thread Arthur Zamarin
commit: 5bfcec056f7ecd40584baa1c6ec2fae1b0ea2ee3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:54 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bfcec05

app-i18n/fcitx-table-other: Stabilize 5.1.3 x86, #936944

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
index f057fd74ebac..0708ac8a0552 100644
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="GPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 
 DEPEND="
app-i18n/fcitx:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-anthy/

2024-07-30 Thread Arthur Zamarin
commit: cf435b3c55fb1fe99a9b3ada6837496f9b66b9a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf435b3c

app-i18n/fcitx-anthy: Stabilize 5.1.3 amd64, #936941

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild 
b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
index 2a150cd7350f..9c742247d1f2 100644
--- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
+++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-07-30 Thread Arthur Zamarin
commit: d3a96be590cbc1b545986bc9808aa5ec561be022
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:56 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a96be5

app-i18n/fcitx-table-extra: Stabilize 5.1.6 x86, #936945

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
index 9a28c8eae2d4..c66595c482fe 100644
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 
 DEPEND="
!app-i18n/fcitx-table-extra:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-07-30 Thread Arthur Zamarin
commit: cf2441d3547af079a76cfc1c3f13b323e7d7ff0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2441d3

app-i18n/fcitx-table-other: Stabilize 5.1.3 amd64, #936944

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
index 0708ac8a0552..e29e3badb0d0 100644
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="GPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 
 DEPEND="
app-i18n/fcitx:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-hangul/

2024-07-30 Thread Arthur Zamarin
commit: aec68c6e459c6a47e69752f466ce130941f4b669
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:53 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aec68c6e

app-i18n/fcitx-hangul: Stabilize 5.1.1 amd64, #936943

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild 
b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
index ae625a834615..144b1b4c7537 100644
--- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
+++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 
 DEPEND="
!app-i18n/fcitx-hangul:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/

2024-07-30 Thread Arthur Zamarin
commit: 6e8b32af3d600f5f55f680a4d2d6ba60e87baca6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:51 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:51 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8b32af

app-i18n/fcitx-chewing: Stabilize 5.1.1 amd64, #936942

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
index 6e921e2958a2..5352c815252c 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 
 RDEPEND="
!app-i18n/fcitx-chewing:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/

2024-07-30 Thread Arthur Zamarin
commit: cb77c48f0fec7461f2b09856454dbe71c7072863
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb77c48f

app-i18n/fcitx-chewing: Stabilize 5.1.1 x86, #936942

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
index 7a2ba6c6a106..6e921e2958a2 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 
 RDEPEND="
!app-i18n/fcitx-chewing:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-anthy/

2024-07-30 Thread Arthur Zamarin
commit: ca009caa0b0a18df625b9a95b5d04bf6ade63034
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:49 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca009caa

app-i18n/fcitx-anthy: Stabilize 5.1.3 x86, #936941

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild 
b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
index 0c92f331693c..2a150cd7350f 100644
--- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
+++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2024-07-30 Thread Arthur Zamarin
commit: 09023bede824a014cfd67bfad3643d93662576a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:48 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09023bed

app-i18n/fcitx-m17n: Stabilize 5.1.0 amd64, #936940

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
index 4bb0ef5c92db..2c84a0400495 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2024-07-30 Thread Arthur Zamarin
commit: c4762645c6191d71eb63a8e9d0bbf8ec3e430ef1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jul 30 17:59:47 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jul 30 17:59:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4762645

app-i18n/fcitx-m17n: Stabilize 5.1.0 x86, #936940

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
index 176e587c16af..4bb0ef5c92db 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-lua/

2024-07-29 Thread Sam James
commit: 8eeed2bc30482fe4eb30405d52c1584fc7e5ca95
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 29 17:29:47 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 29 17:29:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eeed2bc

app-i18n/fcitx-lua: Stabilize 5.0.13 amd64, #936885

Signed-off-by: Sam James  gentoo.org>

 app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild 
b/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
index 7a101a7c365d..db42abe4a6e0 100644
--- a/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
+++ b/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="+dlopen test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/

2024-07-29 Thread Sam James
commit: b7e3941cb9017fe1c367790535d24d6c34fc81f7
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 29 17:29:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 29 17:29:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e3941c

app-i18n/fcitx-chinese-addons: Stabilize 5.1.6 x86, #936885

Signed-off-by: Sam James  gentoo.org>

 app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild 
b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild
index 1c057a0a5cc4..a32151fe56b6 100644
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild
+++ b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}_dict.tar.z
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 IUSE="+data +gui webengine +cloudpinyin +qt5 qt6 lua +opencc test"
 REQUIRED_USE="
webengine? ( gui )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-lua/

2024-07-29 Thread Sam James
commit: 44ede651b4f2cd1bafcbc525ecfe6839b7fc3dea
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 29 17:29:49 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 29 17:29:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ede651

app-i18n/fcitx-lua: Stabilize 5.0.13 x86, #936885

Signed-off-by: Sam James  gentoo.org>

 app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild 
b/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
index db42abe4a6e0..ae0fbcfb8ba3 100644
--- a/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
+++ b/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 IUSE="+dlopen test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/

2024-07-29 Thread Sam James
commit: dd291edb7c16cdfe920da77a4b7a115107dbfd77
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 29 17:29:46 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 29 17:29:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd291edb

app-i18n/fcitx-chinese-addons: Stabilize 5.1.6 amd64, #936885

Signed-off-by: Sam James  gentoo.org>

 app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild 
b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild
index 22638f079ea1..1c057a0a5cc4 100644
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild
+++ b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.6.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}_dict.tar.z
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="GPL-2+ LGPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="+data +gui webengine +cloudpinyin +qt5 qt6 lua +opencc test"
 REQUIRED_USE="
webengine? ( gui )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-gtk/

2024-07-28 Thread Joonas Niilola
commit: 7d15b03b595f424bc543b665cf957e0a63f74c7f
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 29 06:57:44 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 29 06:57:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d15b03b

app-i18n/fcitx-gtk: Stabilize 5.1.3 amd64, #936787

Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
index 7b337d19807b..cae187e1ef0c 100644
--- a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
+++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
 REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-07-28 Thread Joonas Niilola
commit: 961bd6fe1ae1f30e380386d5e914f2749fbf1af9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 29 06:34:19 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 29 06:34:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=961bd6fe

app-i18n/fcitx-qt: Stabilize 5.1.5-r2 amd64, #936788

Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
index 5e3924fc6862..f3bb1a58b055 100644
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="BSD LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 IUSE="+qt5 onlyplugin staticplugin qt6 +X wayland"
 REQUIRED_USE="
|| ( qt5 qt6 )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-gtk/

2024-07-28 Thread Joonas Niilola
commit: 6386ebada6a4bd23e39bace85c3a6ccba2d9fae6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 29 06:34:40 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 29 06:34:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6386ebad

app-i18n/fcitx-gtk: Stabilize 5.1.3 x86, #936787

Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
index 10e8a94f5aa7..7b337d19807b 100644
--- a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
+++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
 REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-07-28 Thread Joonas Niilola
commit: a8571456974031f70e8c17e2f5347b31113ff232
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Jul 29 06:22:05 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Jul 29 06:22:05 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8571456

app-i18n/fcitx-qt: Stabilize 5.1.5-r2 x86, #936788

Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
index d942ecaa99a6..5e3924fc6862 100644
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="BSD LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 IUSE="+qt5 onlyplugin staticplugin qt6 +X wayland"
 REQUIRED_USE="
|| ( qt5 qt6 )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-07-26 Thread Arthur Zamarin
commit: f34a0c035133df872697c2476e38a326bbdd1b8b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 26 14:12:18 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 26 14:12:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34a0c03

app-i18n/fcitx: Stabilize 5.1.10 x86, #936592

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx/fcitx-5.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx/fcitx-5.1.10.ebuild 
b/app-i18n/fcitx/fcitx-5.1.10.ebuild
index 5d1c1f236db9..e239a50d18d4 100644
--- a/app-i18n/fcitx/fcitx-5.1.10.ebuild
+++ b/app-i18n/fcitx/fcitx-5.1.10.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 ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv x86"
 IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
 REQUIRED_USE="
|| ( wayland X )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-07-26 Thread Arthur Zamarin
commit: 2702b4014509def7a15fcfb02cf69e09a7270d1f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 26 14:12:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 26 14:12:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2702b401

app-i18n/fcitx: Stabilize 5.1.10 amd64, #936592

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx/fcitx-5.1.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx/fcitx-5.1.10.ebuild 
b/app-i18n/fcitx/fcitx-5.1.10.ebuild
index e239a50d18d4..fd55b1326bb7 100644
--- a/app-i18n/fcitx/fcitx-5.1.10.ebuild
+++ b/app-i18n/fcitx/fcitx-5.1.10.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 ~arm64 ~loong ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~loong ~riscv x86"
 IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
 REQUIRED_USE="
|| ( wayland X )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-07-15 Thread David Seifert
commit: 3b32ad24a7c4ed3192d2b4eece69bf71e61d7abe
Author: David Seifert  gentoo  org>
AuthorDate: Mon Jul 15 08:55:12 2024 +
Commit: David Seifert  gentoo  org>
CommitDate: Mon Jul 15 08:55:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b32ad24

app-i18n/fcitx-rime: fix UnderscoreInUseFlag

Closes: https://bugs.gentoo.org/695056
Signed-off-by: David Seifert  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 10 +-
 app-i18n/fcitx-rime/metadata.xml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
index c40551dffd5e..6c9a037d8000 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-4..ebuild
@@ -19,18 +19,18 @@ fi
 
 LICENSE="GPL-2"
 SLOT="4"
-IUSE="+configuration_tool"
+IUSE="+configuration-tool"
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/pkgconfig
-   configuration_tool? (
+   configuration-tool? (
dev-qt/qtcore:5
dev-qt/qtwidgets:5
)"
 DEPEND=">=app-i18n/fcitx-4.2.9:4
=app-i18n/fcitx-qt5-1.1:4
dev-qt/qtcore:5
dev-qt/qtgui:5
@@ -39,14 +39,14 @@ DEPEND=">=app-i18n/fcitx-4.2.9:4
 RDEPEND="${DEPEND}
app-i18n/rime-data"
 DEPEND="${DEPEND}
-   configuration_tool? ( dev-qt/qtconcurrent:5 )"
+   configuration-tool? ( dev-qt/qtconcurrent:5 )"
 
 DOCS=()
 
 src_configure() {
local mycmakeargs=(
-DRIME_DATA_DIR="${EPREFIX}/usr/share/rime-data"
-   -DENABLE_QT5GUI=$(usex configuration_tool)
+   -DENABLE_QT5GUI=$(usex configuration-tool)
)
 
cmake_src_configure

diff --git a/app-i18n/fcitx-rime/metadata.xml b/app-i18n/fcitx-rime/metadata.xml
index 30d736fc8eac..f7682f2c77f0 100644
--- a/app-i18n/fcitx-rime/metadata.xml
+++ b/app-i18n/fcitx-rime/metadata.xml
@@ -26,7 +26,7 @@
Cjk


-   Install configuration 
tool
+   Install configuration 
tool


fcitx/fcitx5-rime



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-06-15 Thread Yixun Lan
commit: 7d46f0d58290a14a0b25fcbe0a4558ba15b23d05
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun 15 16:23:23 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun 16 06:19:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d46f0d5

app-i18n/fcitx-configtool: add qt6 support

fcitx-configtool provides a QT-based configuration UI
 for fcitx and KDE Configuration Modules.
Now it's time to support QT6 and KDE Plasma 6.

Closes: https://github.com/gentoo/gentoo/pull/37177
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../fcitx-configtool-5.1.6-r1.ebuild   | 94 ++
 1 file changed, 94 insertions(+)

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild
new file mode 100644
index ..69d95324d3f2
--- /dev/null
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6-r1.ebuild
@@ -0,0 +1,94 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-configtool"
+
+inherit cmake unpacker
+
+DESCRIPTION="Configuration module for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64"
+IUSE="kcm +config-qt qt6 test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-i18n/fcitx-5.1.6:5
+   app-text/iso-codes
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   kcm? ( x11-libs/libxkbcommon )
+   !qt6? (
+   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwidgetsaddons:5
+   config-qt? (
+   kde-frameworks/kitemviews:5
+   )
+   kcm? (
+   dev-qt/qtquickcontrols2:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kdeclarative:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kiconthemes:5
+   kde-frameworks/kirigami:5
+   kde-frameworks/kpackage:5
+   kde-plasma/libplasma:5
+   )
+   )
+   qt6? (
+   >=app-i18n/fcitx-qt-5.1.4:5[qt6,-onlyplugin]
+   dev-qt/qtbase:6[concurrent,dbus,gui,widgets]
+   dev-qt/qtsvg:6
+   kde-frameworks/kwidgetsaddons:6
+   config-qt? (
+   kde-frameworks/kitemviews:6
+   )
+   kcm? (
+   dev-qt/qtdeclarative:6
+   kde-frameworks/kcoreaddons:6
+   kde-frameworks/kdeclarative:6
+   kde-frameworks/ki18n:6
+   kde-frameworks/kiconthemes:6
+   kde-frameworks/kirigami:6
+   kde-frameworks/kpackage:6
+   kde-frameworks/ksvg:6
+   kde-frameworks/kcmutils:6
+   kde-plasma/libplasma:6
+   )
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   $(unpacker_src_uri_depends)
+   kde-frameworks/extra-cmake-modules:0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
+   -DENABLE_KCM=$(usex kcm)
+   -DENABLE_CONFIG_QT=$(usex config-qt)
+   -DENABLE_TEST=$(usex test)
+   -DUSE_QT6=$(usex qt6)
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-libpinyin/

2024-06-09 Thread Matt Turner
commit: 4892cff2bf3e43595fdad1b53c5a9747d07464ae
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:49 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4892cff2

app-i18n/fcitx-libpinyin: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-libpinyin/Manifest  |  1 -
 .../fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild   | 74 --
 2 files changed, 75 deletions(-)

diff --git a/app-i18n/fcitx-libpinyin/Manifest 
b/app-i18n/fcitx-libpinyin/Manifest
index 6c2928452c73..ad5d77bddd69 100644
--- a/app-i18n/fcitx-libpinyin/Manifest
+++ b/app-i18n/fcitx-libpinyin/Manifest
@@ -1,3 +1,2 @@
 DIST fcitx-data-model.text.20161206.tar.gz 15099931 BLAKE2B 
80e6a6fe5109011d6ea8683658d3fa89fc00e9dacfd140da3e993afc7db088c445da636797fbdac416e70119d37d47bdb0cb18d3865cebb397dbaa8a3055d703
 SHA512 
26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429
-DIST fcitx-libpinyin-0.5.3_dict.tar.xz 15149856 BLAKE2B 
35297477b3a4df9152162b8ad57d536333c5007510f387323d03e862901f17bb337504f20e6edc8d48e338916a6c4543900974027b60f7e87b0005f836677d29
 SHA512 
d132e0c007bd62286cfa89f6605a5315b6f5ae94a75bdd389fff1061e1547ad64c615fb0b75189d8cf35fa289a53e5d485911e06e368b2bf3af7b5a996fcd08a
 DIST fcitx-libpinyin-0.5.4_dict.tar.xz 15148952 BLAKE2B 
1f6d3d4d334eafd24799b2bd6df9ad42318b819b8989600f0b89992640e45cd660e3b2c4e5c857c5ddccd7893182c41d6f7599a48a70129807922812e6ee9d7d
 SHA512 
e91dbcb42bbaa74320ad593918c3c86cc6f6bc209f3f0fee2f8870c4fb86ecbf3c9f17618b8c8b29db67771fe54ffcffc79c62545299037dc623146e6073b2e1

diff --git a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild 
b/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
deleted file mode 100644
index 1742c97885a1..
--- a/app-i18n/fcitx-libpinyin/fcitx-libpinyin-0.5.3.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 2012-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit cmake xdg-utils
-
-if [[ "${PV}" =~ (^|\.)$ ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/fcitx/fcitx-libpinyin";
-fi
-
-DESCRIPTION="Chinese LibPinyin input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-libpinyin";
-if [[ "${PV}" =~ (^|\.)$ ]]; then
-   SRC_URI="https://download.fcitx-im.org/data/model.text.20161206.tar.gz 
-> fcitx-data-model.text.20161206.tar.gz"
-else
-   SRC_URI="https://download.fcitx-im.org/${PN}/${P}_dict.tar.xz";
-fi
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="4"
-KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="dictionary-manager"
-
-BDEPEND=">=app-i18n/fcitx-4.2.9:4
-   >=app-i18n/libpinyin-2.1.0
-   virtual/pkgconfig
-   dictionary-manager? (
-   >=dev-qt/qtcore-5.7:5
-   >=dev-qt/qtwidgets-5.7:5
-   )"
-DEPEND=">=app-i18n/fcitx-4.2.9:4
-   >=app-i18n/libpinyin-2.1.0:=
-   dev-libs/glib:2
-   sys-apps/dbus
-   virtual/libintl
-   dictionary-manager? (
-   >=app-i18n/fcitx-qt5-1.1:4
-   >=dev-qt/qtcore-5.7:5
-   >=dev-qt/qtdbus-5.7:5
-   >=dev-qt/qtgui-5.7:5
-   >=dev-qt/qtnetwork-5.7:5
-   >=dev-qt/qtwebengine-5.7:5[widgets]
-   >=dev-qt/qtwidgets-5.7:5
-   )"
-RDEPEND="${DEPEND}"
-
-DOCS=(AUTHORS)
-
-src_prepare() {
-   if [[ "${PV}" =~ (^|\.)$ ]]; then
-   ln -s "${DISTDIR}/fcitx-data-model.text.20161206.tar.gz" 
data/model.text.20161206.tar.gz || die
-   fi
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_QT=$(usex dictionary-manager)
-   )
-
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-06-09 Thread Matt Turner
commit: 75d525c3d860b68cd60fb3ee30107c4c40d02162
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:50 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75d525c3

app-i18n/fcitx-table-extra: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-table-extra/Manifest|  1 -
 .../fcitx-table-extra-5.1.5.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-i18n/fcitx-table-extra/Manifest 
b/app-i18n/fcitx-table-extra/Manifest
index 8420d5b7fcc4..a826f2fb18fa 100644
--- a/app-i18n/fcitx-table-extra/Manifest
+++ b/app-i18n/fcitx-table-extra/Manifest
@@ -1,3 +1,2 @@
 DIST fcitx-table-extra-0.3.8.tar.xz 3700736 BLAKE2B 
b8ce4b3aa04eba8b594b86958bb83e348758c30688828a4834643cf7bdd62852c2ca89bc4f75f0cb1b16ce969b0454c58e3abadff9c78318dc0953e0905c75fa
 SHA512 
454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df
-DIST fcitx-table-extra-5.1.5.tar.zst 13837962 BLAKE2B 
52d546636fb0520826d9b4e8df3a68a163edd71a57ac7cc720916ebdd7141d6a4ce194ecb3aa205a568b10a99ae611e607325c652ed293ba16bb783bfd64bfd3
 SHA512 
19cc8f45c26f4841b3c8a4724375f8926741a153757626d4f5a598abc9ea0e12133b0ef13c3a1893675360102f69dd91b8c9861849d8f1677242339f11f475fc
 DIST fcitx-table-extra-5.1.6.tar.zst 13837895 BLAKE2B 
e28c413dc911b37ca20cfcb130a10034550c4c602a4a4e0039861f571654e8c3a2c308757b4e5e21035b783e8ceedd0fd751a41054db7d61ac06aacb4a76d2a9
 SHA512 
feec1363c9d1b2cb1a91e020bb3c83d9f77d78237d26ec55716c8864a8150b4cd5eb3c47c24fc24641ca4d99b2bba08c7de3bc39bf732a89fddb13222469b27a

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.5.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.5.ebuild
deleted file mode 100644
index 9a28c8eae2d4..
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-extra
-
-inherit cmake unpacker xdg
-
-DESCRIPTION="Provides extra table for Fcitx, including Boshiamy, Zhengma, 
Cangjie, and Quick"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-extra";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   !app-i18n/fcitx-table-extra:4
-   app-i18n/fcitx:5
-   app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-lua/

2024-06-09 Thread Matt Turner
commit: 712435dcc2d63cd60f8411d84bd78618d6cfdb95
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:50 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712435dc

app-i18n/fcitx-lua: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-lua/Manifest|  1 -
 app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/app-i18n/fcitx-lua/Manifest b/app-i18n/fcitx-lua/Manifest
index 2c7d6604f3e6..f8c660804087 100644
--- a/app-i18n/fcitx-lua/Manifest
+++ b/app-i18n/fcitx-lua/Manifest
@@ -1,2 +1 @@
-DIST fcitx-lua-5.0.12.tar.xz 33576 BLAKE2B 
2aa2d526e42270a14efc3f163baf775012afb917bdb4aa7f52b2bf420265095100dfc84b61c34e892403b89bc96f3e258fa8030a735f234b820644bb8e443122
 SHA512 
1f6273ff8b9c0c3ef12dfcf508535b7865b33b102a8e158e82853c25717351339ba055012288d857f0aea5596398dd65ab9ed0c822a533b715dafcea3ec44798
 DIST fcitx-lua-5.0.13.tar.zst 40578 BLAKE2B 
05defed55711d26c2fabf41e5474f7f90224a11cd8a758b5f7afc4ed6096560ab6c220745968bb0ca28367004cdf665856d04c3b52830092e3633188cd41c394
 SHA512 
40855f65537c2e56e1a00d7ea160d6aae9d360ff27def7f95b2f08de16c656db7a178a676f49d817b9d16eac80f73ad12f84b966eeed4a3f38f119519d288805

diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild 
b/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
deleted file mode 100644
index d5b83103e4ef..
--- a/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{3,4} )
-
-MY_PN="fcitx5-lua"
-
-inherit cmake lua-single xdg
-
-DESCRIPTION="Lua support for fcitx"
-HOMEPAGE="https://github.com/fcitx/fcitx5-lua";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+dlopen test"
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   ${LUA_DEPS}
-   app-i18n/fcitx:5
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-pkg_setup() {
-   lua-single_pkg_setup
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DUSE_DLOPEN=$(usex dlopen)
-   -DENABLE_TEST=$(usex test)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-06-09 Thread Matt Turner
commit: a395f709433f583a3a3eb9bea451b569744a67a1
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:50 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a395f709

app-i18n/fcitx-rime: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-rime/Manifest|  1 -
 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/app-i18n/fcitx-rime/Manifest b/app-i18n/fcitx-rime/Manifest
index 0c1d80d47488..7a4d116cb852 100644
--- a/app-i18n/fcitx-rime/Manifest
+++ b/app-i18n/fcitx-rime/Manifest
@@ -1,3 +1,2 @@
 DIST fcitx-rime-0.3.2.tar.xz 40960 BLAKE2B 
1c9185dd9d2912e74b9916916fed09a01c30e0867d93fe94e04d5324883783dddbdca0f553d80aa19e2e59d2ec8fd2a50a7f89118c22cb09310296292a566760
 SHA512 
8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1
-DIST fcitx-rime-5.1.4.tar.xz 49508 BLAKE2B 
e9846a0217b741d21c45ad4d6bd216f7d6afaec23ca71af3ab1dfffeeeba62eb85836592d53e70d0ce07217442164ccdecaa94eb36458d70778eb3d7e3bd1ada
 SHA512 
1dc20c801e1ce4fa5e63f06554340af4616b044964d4235995e51dc6074223e30e66da74f354b2b05f77d2e0041af1e720bf2f2b214492ae4516d30761b2e092
 DIST fcitx-rime-5.1.8.tar.zst 61573 BLAKE2B 
a406603aa66146735e3009837e050d0c46446b449e865429a95cfeee361768d5ba0b77cdd5b674f3b90e6391146c115ac07fd0ce88cf6aa04bcac3e4a602
 SHA512 
75b8be80bd5ddc509bfa631f8ed093d89afee2588665b2b7604745b7c0b52376c4d55b36e33b53086c9b63992bfbeaae6292fa3096ec8f9ff9222647ff52e98c

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
deleted file mode 100644
index dd6e94808af2..
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake xdg
-
-MY_PN="fcitx5-rime"
-DESCRIPTION="Chinese RIME input methods for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-rime";
-SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.xz
 -> ${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   !app-i18n/fcitx-rime:4
-   >=app-i18n/fcitx-5.1.2:5
-   app-i18n/librime
-   app-i18n/rime-data
-   virtual/libintl
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-06-09 Thread Matt Turner
commit: 7145848ad102a0d7fd2822ca7a6a235594d6ac1f
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:50 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7145848a

app-i18n/fcitx-table-other: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-table-other/Manifest|  1 -
 .../fcitx-table-other-5.1.2.ebuild | 27 --
 2 files changed, 28 deletions(-)

diff --git a/app-i18n/fcitx-table-other/Manifest 
b/app-i18n/fcitx-table-other/Manifest
index 1f2106f07a9e..c0cc3701cfbd 100644
--- a/app-i18n/fcitx-table-other/Manifest
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -1,2 +1 @@
-DIST fcitx-table-other-5.1.2.tar.zst 532035 BLAKE2B 
de699a15b50eadd4a4693b38ca4ba44ae98ff8c31373305a7d8f83c5ea7c24c811c718f217831bebc3e5fe126d010b866d53929b20b2e7e401ed1bf3252b815a
 SHA512 
d09bba6c60f625a9a9c2aad3599305438809c0bc5b7d5354502cdfb928822cb670f391a14b150637050322021c379b8e07e634bc9a016751755759e0dbd97596
 DIST fcitx-table-other-5.1.3.tar.zst 532361 BLAKE2B 
e966d5b259e96e60bf7f7744653fe6f6111a573ce9f10ccbd7fbd99028d6f38d607a6d51133f3492734b211ac5db214bafcfc0d21069f93da2ca6881e00d67aa
 SHA512 
847e731c23e42b7a34bf145b489636a62812265c8b7d9fe0197f25f953d9683e0f8c96fccc3c6bdbb0a31742ab79258e3fee5b0b7a94e82b392d4d8471897415

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild
deleted file mode 100644
index f057fd74ebac..
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-other
-
-inherit cmake unpacker xdg
-
-DESCRIPTION="Provides some other tables for Fcitx, fork from 
ibus-table-others, scim-tables"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-other";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="GPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   app-i18n/fcitx:5
-   app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-gtk/

2024-06-09 Thread Matt Turner
commit: 48673d689d7d1b7c16edc9df8dc7510387d511c9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:49 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48673d68

app-i18n/fcitx-gtk: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-gtk/Manifest   |  1 -
 app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/app-i18n/fcitx-gtk/Manifest b/app-i18n/fcitx-gtk/Manifest
index 15652a598139..31d9b8298bdf 100644
--- a/app-i18n/fcitx-gtk/Manifest
+++ b/app-i18n/fcitx-gtk/Manifest
@@ -1,2 +1 @@
-DIST fcitx-gtk-5.1.2.tar.xz 53760 BLAKE2B 
25eb0151bbc5a1277a593c2b07dce21f97f29d7d1bf4846a0edff7de0798e5bc33592ee00ddfffa8183a0e8d0bf1aaf1217b9f7e6cfde70c33b456740661e8bc
 SHA512 
585a64b81caef55391e352a5efc2efcded1220c8be378be93e4fc6abc6b70132b3bb3211271d5ed02b1623a6ffcf7ce784de026969025b5efb3497f82676fefa
 DIST fcitx-gtk-5.1.3.tar.zst 67927 BLAKE2B 
0019500e2dc8beb716b16c4a37461e45c4b14fbd1485afd1367a6dad56f2f6d363b3415b3923aceeebe576e47f93680d806a74750ef730fc0046f5eb815d4f94
 SHA512 
e19ba77e9e3d37947871b2c90ecec9089840a5639c2f0dc1a2b11efeda8291c2ee28809a2b4dd69d12f1e5988a13fbd7826cf15c88ce595fa287c81b3efc7f0e

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild
deleted file mode 100644
index 22819d3b08b2..
--- a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-gtk"
-
-inherit cmake gnome2-utils xdg
-
-DESCRIPTION="Gtk im module for fcitx5 and glib based dbus client library"
-HOMEPAGE="https://github.com/fcitx/fcitx5-gtk";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
-REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
-
-RDEPEND="
-   app-i18n/fcitx:5
-   >=dev-libs/glib-2.56
-   x11-libs/libxkbcommon
-   gtk2? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3[wayland?,X?] )
-   gtk4? ( gui-libs/gtk:4[wayland?,X?] )
-   introspection? ( dev-libs/gobject-introspection )
-   X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   kde-frameworks/extra-cmake-modules:0
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GTK2_IM_MODULE=$(usex gtk2)
-   -DENABLE_GTK3_IM_MODULE=$(usex gtk3)
-   -DENABLE_GTK4_IM_MODULE=$(usex gtk4)
-   -DENABLE_SNOOPER=$(usex snooper)
-   -DENABLE_GIR=$(usex introspection)
-   -DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   use gtk2 && gnome2_query_immodules_gtk2
-   use gtk3 && gnome2_query_immodules_gtk3
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   use gtk2 && gnome2_query_immodules_gtk2
-   use gtk3 && gnome2_query_immodules_gtk3
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-06-09 Thread Matt Turner
commit: 4b53d60c3f7b8f854894e91cb1c7b03176b66fd9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:48 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b53d60c

app-i18n/fcitx: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx/Manifest   |   1 -
 app-i18n/fcitx/fcitx-5.1.9.ebuild | 123 --
 2 files changed, 124 deletions(-)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 7b5619699b13..7a939a33b1f3 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,6 +1,5 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
 DIST fcitx-5.1.10.tar.zst 8309913 BLAKE2B 
a63f5c747dd1d7a519873f00f234ae43d1ab5458e57b809f01e2b6cefc3e3921ecd7fff27cf4b21d59842f11e8d397760d90cf6572b42f65d226b21acc18fefc
 SHA512 
196bc26f7dd50596da90e6b4b0a8b4886b57ec928c182427fb8763507f1f4cb39a252bfddcbd6eccaa0cc920070b7b9fda03f18fd444f84154ddd925678ad7d4
-DIST fcitx-5.1.9.tar.zst 8307560 BLAKE2B 
4dcaabdf155f11297cec0cab2353b3e6ce9bcdd76bc31d8efeafe8653e9f06f0ed7bf16ecad19fe298ceb59daae98437214f0c0f5736326ac56fe6eab53f7e9c
 SHA512 
b4964eb48acf224f5bda66a5d81c673983e8e20822b28a37afae00c9319fff9bf5f684e417b799afd92ee51f3d44822d9954640f63ce75d846dbb4868c4a4a22
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
 DIST fcitx-data-pinyin.tar.gz 1608886 BLAKE2B 
3b7e72559bb838b4f2245e6faf2d627df17e9383ef8fe382e10333c1a95d79409ec042caa7d77c9bcd956b1c5d5456dab9d82208cd89d90e2be759c76f56f3d1
 SHA512 
1ee19eed3ee58be6cd6562ec363fe3bf630fff5e8820b3bfdd6d4618fceb082695e888dec5366a3685d58706f720e19319d891c223227237aed12674ea982131
 DIST fcitx-data-py_stroke-20121124.tar.gz 445601 BLAKE2B 
43b29b30da11b18196918e4df847406871eff75595b62608ad86b0ef6de83ec5e1b722645cabb809281075b393b5970e4d9580594caa73060c866c2d3cd988e7
 SHA512 
d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3

diff --git a/app-i18n/fcitx/fcitx-5.1.9.ebuild 
b/app-i18n/fcitx/fcitx-5.1.9.ebuild
deleted file mode 100644
index 5d1c1f236db9..
--- a/app-i18n/fcitx/fcitx-5.1.9.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5"
-
-inherit cmake unpacker xdg
-
-DESCRIPTION="Fcitx 5 is a generic input method framework"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
-SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.zst 
-> ${P}.tar.zst"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="LGPL-2+ Unicode-DFS-2016"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
-REQUIRED_USE="
-   || ( wayland X )
-   X? ( keyboard )
-   wayland? ( keyboard )
-"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !app-i18n/fcitx:4
-   dev-libs/libfmt
-   sys-devel/gettext
-   virtual/libintl
-   x11-libs/cairo[X?]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango[X?]
-   doc? (
-   app-text/doxygen
-   dev-texlive/texlive-fontutils
-   )
-   emoji? ( sys-libs/zlib )
-   enchant? ( app-text/enchant:2 )
-   keyboard? (
-   app-text/iso-codes
-   dev-libs/expat
-   dev-libs/json-c:=
-   x11-misc/xkeyboard-config
-   x11-libs/libxkbcommon[X?,wayland?]
-   )
-   systemd? (
-   sys-apps/systemd
-   )
-   !systemd? (
-   dev-libs/libuv
-   sys-apps/dbus
-   )
-   wayland? (
-   dev-libs/glib:2
-   dev-libs/wayland
-   dev-libs/wayland-protocols
-   dev-util/wayland-scanner
-   )
-   X? (
-   dev-libs/glib:2
-   >=x11-libs/xcb-imdkit-1.0.3:5
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-libs/xcb-util
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-wm
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   kde-frameworks/extra-cmake-modules:0
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DBUS=on
-   -DENABLE_XDGAUTOSTART=$(usex 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-06-09 Thread Matt Turner
commit: de13e81cb99ae19187547058793ba036faa146b2
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:49 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de13e81c

app-i18n/fcitx-configtool: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-configtool/Manifest |  1 -
 .../fcitx-configtool/fcitx-configtool-5.1.5.ebuild | 71 --
 2 files changed, 72 deletions(-)

diff --git a/app-i18n/fcitx-configtool/Manifest 
b/app-i18n/fcitx-configtool/Manifest
index 440a52c57147..163bf9731340 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,3 +1,2 @@
 DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B 
f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca
 SHA512 
1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f
-DIST fcitx-configtool-5.1.5.tar.zst 148724 BLAKE2B 
5bb8c819e0bbf7f962b4e7e91b9e4ba39f0637b478fb7d0d386e6f807c6f46be5ef1e4b52fd4c006dcfee944e33fd928119efb6b332fe16f1bfe17c31d751b11
 SHA512 
da418ad709dd5074bb413e8a042a53c055d151d27e487933481276980bbb1a971f4d1909f43b7cb5bb3983c190cba4a3fc12d6f1a1984dd9babf4607bec7334f
 DIST fcitx-configtool-5.1.6.tar.zst 149667 BLAKE2B 
2536258eb92c04623b2f1aa77c99cf91919cd4f1d23c0bdf7f87ab8528b2b1305ed6771ee93b25d67ace24dfc5b14413d96d13f5487fe58efe93b36c452ff67a
 SHA512 
1cedd3b5eae3c069774da3456799e26ab36cf8b8a6515cf008fe6e9822bfa7d0992ed69c4ef9671484082778cd5560ee6255446be3ebbf00f305143b20531aeb

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.5.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.5.ebuild
deleted file mode 100644
index da44e902b68a..
--- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.5.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-configtool"
-
-inherit cmake unpacker
-
-DESCRIPTION="Configuration module for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="kcm +config-qt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-i18n/fcitx-5.1.6:5
-   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
-   app-text/iso-codes
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwidgetsaddons:5
-   sys-devel/gettext
-   virtual/libintl
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-misc/xkeyboard-config
-   config-qt? (
-   kde-frameworks/kitemviews:5
-   )
-   kcm? (
-   x11-libs/libxkbcommon
-   dev-qt/qtquickcontrols2:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kdeclarative:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/kiconthemes:5
-   kde-frameworks/kirigami:5
-   kde-frameworks/kpackage:5
-   kde-plasma/libplasma:5
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
-   -DENABLE_KCM=$(usex kcm)
-   -DENABLE_CONFIG_QT=$(usex config-qt)
-   -DENABLE_TEST=$(usex test)
-   # kde-frameworks/kitemviews:6 is not ready.
-   -DUSE_QT6=no
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/

2024-06-09 Thread Matt Turner
commit: 951d84da1ee613fd1fd7b8e53883adf73d481867
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  9 18:47:49 2024 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  9 18:54:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=951d84da

app-i18n/fcitx-chinese-addons: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 app-i18n/fcitx-chinese-addons/Manifest |  1 -
 .../fcitx-chinese-addons-5.1.5.ebuild  | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-i18n/fcitx-chinese-addons/Manifest 
b/app-i18n/fcitx-chinese-addons/Manifest
index 96824aabe2a6..f9b1ea5a89dd 100644
--- a/app-i18n/fcitx-chinese-addons/Manifest
+++ b/app-i18n/fcitx-chinese-addons/Manifest
@@ -1,2 +1 @@
-DIST fcitx5-chinese-addons-5.1.5_dict.tar.zst 1007840 BLAKE2B 
dc7cfe09789a6d7ed5d820ebdae133648748478746b3da7ec93a7e1bf31db34d212459dd64e1887bb7cb4ab15f2846fab1d97cf4a17082129c9f4a6cbf819e76
 SHA512 
50559f1f2ffa89eb24ce58a14c3ca21f3c1092961ce90b925fcf89a029d65c0aee3601d89003be5e92f9f1697e72d5eb2dade06863256a9a615f8be9ec2b2fe5
 DIST fcitx5-chinese-addons-5.1.6_dict.tar.zst 1005756 BLAKE2B 
c3b3c12c3b269c71c7136ba140fa833fb28d4ff2698213aa47bdb3fe50ee65830a99c9591180ae0bfd2873c7d84013f26df895f2574372a64cdea9ea887cb052
 SHA512 
f130f4492977662916a1591048832a37ec306f3664a2c5bc5225ba220ea5ffebc3ef78022b2b6d2d8475b556285a0d45508eaf00473f5b636d2e56a7c73d2f38

diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.5.ebuild 
b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.5.ebuild
deleted file mode 100644
index 22638f079ea1..
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.5.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-chinese-addons"
-
-inherit cmake unpacker xdg
-
-DESCRIPTION="Addons related to Chinese, including IME previous bundled inside 
fcitx4."
-HOMEPAGE="https://github.com/fcitx/fcitx5-chinese-addons";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}_dict.tar.zst";
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+data +gui webengine +cloudpinyin +qt5 qt6 lua +opencc test"
-REQUIRED_USE="
-   webengine? ( gui )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-i18n/fcitx-5.1.9:5
-   >=app-i18n/libime-1.1.7:5[data?]
-   >=dev-libs/boost-1.61:=
-   cloudpinyin? ( net-misc/curl )
-   lua? ( app-i18n/fcitx-lua:5 )
-   opencc? ( app-i18n/opencc:= )
-   gui? (
-   qt5? (
-   dev-qt/qtconcurrent:5
-   app-i18n/fcitx-qt:5[qt5,-onlyplugin]
-   webengine? ( dev-qt/qtwebengine:5[widgets] )
-   )
-   qt6? (
-   dev-qt/qtbase:6[concurrent]
-   app-i18n/fcitx-qt:5[qt6,-onlyplugin]
-   webengine? ( dev-qt/qtwebengine:6[widgets] )
-   )
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_BROWSER=$(usex webengine)
-   -DENABLE_CLOUDPINYIN=$(usex cloudpinyin)
-   -DENABLE_DATA=$(usex data)
-   -DENABLE_GUI=$(usex gui)
-   -DENABLE_OPENCC=$(usex opencc)
-   -DENABLE_TEST=$(usex test)
-   -DUSE_WEBKIT=no
-   -DUSE_QT6=$(usex qt6)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-06-01 Thread Yixun Lan
commit: e39f6f08ada6142f3c686eacdd59ebf9832ff48c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 21:54:03 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e39f6f08

app-i18n/fcitx-table-other: drop 5.1.1

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-other/Manifest|  1 -
 .../fcitx-table-other-5.1.1.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-i18n/fcitx-table-other/Manifest 
b/app-i18n/fcitx-table-other/Manifest
index cc76bcbf098f..1f2106f07a9e 100644
--- a/app-i18n/fcitx-table-other/Manifest
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -1,3 +1,2 @@
-DIST fcitx-table-other-5.1.1.tar.xz 284308 BLAKE2B 
7dee4d9ba5debe19568ff3fea7ce025f6b27d0641fd5207fc67e726b61621975d5553478de4136b72ccc930675df4c5096ec340da16471351ef00f107ce94e1a
 SHA512 
13e4139a0ed320f7bae1d9e6ac68eae624235fb00446dc3db7b01913f130324cc1353115c1d8c9b34e04507b9956ef5875ec59a398eec6dfdbda281b67dafdc7
 DIST fcitx-table-other-5.1.2.tar.zst 532035 BLAKE2B 
de699a15b50eadd4a4693b38ca4ba44ae98ff8c31373305a7d8f83c5ea7c24c811c718f217831bebc3e5fe126d010b866d53929b20b2e7e401ed1bf3252b815a
 SHA512 
d09bba6c60f625a9a9c2aad3599305438809c0bc5b7d5354502cdfb928822cb670f391a14b150637050322021c379b8e07e634bc9a016751755759e0dbd97596
 DIST fcitx-table-other-5.1.3.tar.zst 532361 BLAKE2B 
e966d5b259e96e60bf7f7744653fe6f6111a573ce9f10ccbd7fbd99028d6f38d607a6d51133f3492734b211ac5db214bafcfc0d21069f93da2ca6881e00d67aa
 SHA512 
847e731c23e42b7a34bf145b489636a62812265c8b7d9fe0197f25f953d9683e0f8c96fccc3c6bdbb0a31742ab79258e3fee5b0b7a94e82b392d4d8471897415

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.1.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.1.ebuild
deleted file mode 100644
index a0137688d848..
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-other
-
-inherit cmake xdg
-
-DESCRIPTION="Provides some other tables for Fcitx, fork from 
ibus-table-others, scim-tables"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-other";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   app-i18n/fcitx:5
-   app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/

2024-06-01 Thread Yixun Lan
commit: 1aee951f1cdbbed8eac7c86839794faa87efbd5b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 21:57:37 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aee951f

app-i18n/fcitx-chinese-addons: drop 5.1.4

Closes: https://github.com/gentoo/gentoo/pull/36960
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-chinese-addons/Manifest |  1 -
 .../fcitx-chinese-addons-5.1.4.ebuild  | 63 --
 2 files changed, 64 deletions(-)

diff --git a/app-i18n/fcitx-chinese-addons/Manifest 
b/app-i18n/fcitx-chinese-addons/Manifest
index ae0dd3b944a0..96824aabe2a6 100644
--- a/app-i18n/fcitx-chinese-addons/Manifest
+++ b/app-i18n/fcitx-chinese-addons/Manifest
@@ -1,3 +1,2 @@
-DIST fcitx5-chinese-addons-5.1.4_dict.tar.xz 885456 BLAKE2B 
239b2092d9b4ca77d7c0373a85e7a0e5b03e223c477b8704e36657349cf3ba006791e77a064826cd452eb6e5e81d33831feceabb9a51a8d26275f70deb04658a
 SHA512 
99f3cc101532879c126e2699d338528a25531b782a5c1f1e93cd363437567c1ba7b0173aca56f887089d4379e86aecf7977139b5b5c44d54e0bd9a416b01e976
 DIST fcitx5-chinese-addons-5.1.5_dict.tar.zst 1007840 BLAKE2B 
dc7cfe09789a6d7ed5d820ebdae133648748478746b3da7ec93a7e1bf31db34d212459dd64e1887bb7cb4ab15f2846fab1d97cf4a17082129c9f4a6cbf819e76
 SHA512 
50559f1f2ffa89eb24ce58a14c3ca21f3c1092961ce90b925fcf89a029d65c0aee3601d89003be5e92f9f1697e72d5eb2dade06863256a9a615f8be9ec2b2fe5
 DIST fcitx5-chinese-addons-5.1.6_dict.tar.zst 1005756 BLAKE2B 
c3b3c12c3b269c71c7136ba140fa833fb28d4ff2698213aa47bdb3fe50ee65830a99c9591180ae0bfd2873c7d84013f26df895f2574372a64cdea9ea887cb052
 SHA512 
f130f4492977662916a1591048832a37ec306f3664a2c5bc5225ba220ea5ffebc3ef78022b2b6d2d8475b556285a0d45508eaf00473f5b636d2e56a7c73d2f38

diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.4.ebuild 
b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.4.ebuild
deleted file mode 100644
index 009b5efe7416..
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.4.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-chinese-addons"
-
-inherit cmake xdg
-
-DESCRIPTION="Addons related to Chinese, including IME previous bundled inside 
fcitx4."
-HOMEPAGE="https://github.com/fcitx/fcitx5-chinese-addons";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}_dict.tar.xz";
-
-LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-SLOT="5"
-IUSE="+data +gui webengine +cloudpinyin +qt5 qt6 lua +opencc test"
-REQUIRED_USE="
-   webengine? ( gui )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-i18n/fcitx-5.1.6:5
-   >=app-i18n/libime-1.1.3:5[data?]
-   >=dev-libs/boost-1.61:=
-   cloudpinyin? ( net-misc/curl )
-   lua? ( app-i18n/fcitx-lua:5 )
-   opencc? ( app-i18n/opencc:= )
-   gui? (
-   qt5? (
-   dev-qt/qtconcurrent:5
-   app-i18n/fcitx-qt:5[qt5,-onlyplugin]
-   webengine? ( dev-qt/qtwebengine:5[widgets] )
-   )
-   qt6? (
-   dev-qt/qtbase:6[concurrent]
-   app-i18n/fcitx-qt:5[qt6,-onlyplugin]
-   webengine? ( dev-qt/qtwebengine:6[widgets] )
-   )
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_BROWSER=$(usex webengine)
-   -DENABLE_CLOUDPINYIN=$(usex cloudpinyin)
-   -DENABLE_DATA=$(usex data)
-   -DENABLE_GUI=$(usex gui)
-   -DENABLE_OPENCC=$(usex opencc)
-   -DENABLE_TEST=$(usex test)
-   -DUSE_WEBKIT=no
-   -DUSE_QT6=$(usex qt6)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-06-01 Thread Yixun Lan
commit: 87696fcfeedc1a94912ac842bc1b1d844d0c5ec1
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 21:55:24 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87696fcf

app-i18n/fcitx-configtool: drop 5.1.4

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-configtool/Manifest |  1 -
 .../fcitx-configtool/fcitx-configtool-5.1.4.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/app-i18n/fcitx-configtool/Manifest 
b/app-i18n/fcitx-configtool/Manifest
index be98febfa39c..440a52c57147 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,4 +1,3 @@
 DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B 
f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca
 SHA512 
1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f
-DIST fcitx-configtool-5.1.4.tar.xz 110356 BLAKE2B 
942cd0b68d689f865bb46796543cea7746a0409bead0cb0d79f30ca23b988f93ac81ed862855f521c5e36541d210d12f898d45f195dc2afb2181198c846a8b27
 SHA512 
95ac4a8b8c261ae990d30d34ffa02f14f00916197f8f9f81ca4dd8a33c609124b1cfb25ce3ff8ccb653409879606f7f97dc0fd01e8e1d7f2ddba8bdfc51ac6eb
 DIST fcitx-configtool-5.1.5.tar.zst 148724 BLAKE2B 
5bb8c819e0bbf7f962b4e7e91b9e4ba39f0637b478fb7d0d386e6f807c6f46be5ef1e4b52fd4c006dcfee944e33fd928119efb6b332fe16f1bfe17c31d751b11
 SHA512 
da418ad709dd5074bb413e8a042a53c055d151d27e487933481276980bbb1a971f4d1909f43b7cb5bb3983c190cba4a3fc12d6f1a1984dd9babf4607bec7334f
 DIST fcitx-configtool-5.1.6.tar.zst 149667 BLAKE2B 
2536258eb92c04623b2f1aa77c99cf91919cd4f1d23c0bdf7f87ab8528b2b1305ed6771ee93b25d67ace24dfc5b14413d96d13f5487fe58efe93b36c452ff67a
 SHA512 
1cedd3b5eae3c069774da3456799e26ab36cf8b8a6515cf008fe6e9822bfa7d0992ed69c4ef9671484082778cd5560ee6255446be3ebbf00f305143b20531aeb

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.4.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.4.ebuild
deleted file mode 100644
index f58d2433cd8f..
--- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.4.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-configtool"
-
-inherit cmake
-
-DESCRIPTION="Configuration module for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="kcm +config-qt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-i18n/fcitx-5.1.6:5
-   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
-   app-text/iso-codes
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwidgetsaddons:5
-   sys-devel/gettext
-   virtual/libintl
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-misc/xkeyboard-config
-   config-qt? (
-   kde-frameworks/kitemviews:5
-   )
-   kcm? (
-   x11-libs/libxkbcommon
-   dev-qt/qtquickcontrols2:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kdeclarative:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/kiconthemes:5
-   kde-frameworks/kirigami:5
-   kde-frameworks/kpackage:5
-   kde-plasma/libplasma:5
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
-   -DENABLE_KCM=$(usex kcm)
-   -DENABLE_CONFIG_QT=$(usex config-qt)
-   -DENABLE_TEST=$(usex test)
-   # kde-frameworks/kitemviews:6 is not ready.
-   -DUSE_QT6=no
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-06-01 Thread Yixun Lan
commit: 5a47d562c9897c38bfcf118f39147b90b03f6271
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 14:24:59 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:16 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a47d562

app-i18n/fcitx-table-other: add 5.1.3

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-other/Manifest|  1 +
 .../fcitx-table-other-5.1.3.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/app-i18n/fcitx-table-other/Manifest 
b/app-i18n/fcitx-table-other/Manifest
index 2076838b5fe3..cc76bcbf098f 100644
--- a/app-i18n/fcitx-table-other/Manifest
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-table-other-5.1.1.tar.xz 284308 BLAKE2B 
7dee4d9ba5debe19568ff3fea7ce025f6b27d0641fd5207fc67e726b61621975d5553478de4136b72ccc930675df4c5096ec340da16471351ef00f107ce94e1a
 SHA512 
13e4139a0ed320f7bae1d9e6ac68eae624235fb00446dc3db7b01913f130324cc1353115c1d8c9b34e04507b9956ef5875ec59a398eec6dfdbda281b67dafdc7
 DIST fcitx-table-other-5.1.2.tar.zst 532035 BLAKE2B 
de699a15b50eadd4a4693b38ca4ba44ae98ff8c31373305a7d8f83c5ea7c24c811c718f217831bebc3e5fe126d010b866d53929b20b2e7e401ed1bf3252b815a
 SHA512 
d09bba6c60f625a9a9c2aad3599305438809c0bc5b7d5354502cdfb928822cb670f391a14b150637050322021c379b8e07e634bc9a016751755759e0dbd97596
+DIST fcitx-table-other-5.1.3.tar.zst 532361 BLAKE2B 
e966d5b259e96e60bf7f7744653fe6f6111a573ce9f10ccbd7fbd99028d6f38d607a6d51133f3492734b211ac5db214bafcfc0d21069f93da2ca6881e00d67aa
 SHA512 
847e731c23e42b7a34bf145b489636a62812265c8b7d9fe0197f25f953d9683e0f8c96fccc3c6bdbb0a31742ab79258e3fee5b0b7a94e82b392d4d8471897415

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
new file mode 100644
index ..f057fd74ebac
--- /dev/null
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=fcitx5-table-other
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Provides some other tables for Fcitx, fork from 
ibus-table-others, scim-tables"
+HOMEPAGE="https://github.com/fcitx/fcitx5-table-other";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+DEPEND="
+   app-i18n/fcitx:5
+   app-i18n/libime
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-06-01 Thread Yixun Lan
commit: f06d87f8c5e076e13826023a02ee0687d62fdcca
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 21:56:21 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06d87f8

app-i18n/fcitx: drop 5.1.8

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx/Manifest   |   1 -
 app-i18n/fcitx/fcitx-5.1.8.ebuild | 123 --
 2 files changed, 124 deletions(-)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 29e1954d9939..7b5619699b13 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,6 +1,5 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
 DIST fcitx-5.1.10.tar.zst 8309913 BLAKE2B 
a63f5c747dd1d7a519873f00f234ae43d1ab5458e57b809f01e2b6cefc3e3921ecd7fff27cf4b21d59842f11e8d397760d90cf6572b42f65d226b21acc18fefc
 SHA512 
196bc26f7dd50596da90e6b4b0a8b4886b57ec928c182427fb8763507f1f4cb39a252bfddcbd6eccaa0cc920070b7b9fda03f18fd444f84154ddd925678ad7d4
-DIST fcitx-5.1.8.tar.xz 7498828 BLAKE2B 
48aa2d6f81cbba17b2614c9f50491391ab5c55bf9e4e0915f2e34a120f158260b2719cb46f11436b58a5345655ef9d7067523b27cc1b02a1a90bd1b5d8491433
 SHA512 
4472b49cbc3fd20f066bbec4e107eafb5444fffd22feee7b4f5b637d324b03a16e82c950e95624629b984f72a5a62fca73087a032946c4eedb86d8a528c52a43
 DIST fcitx-5.1.9.tar.zst 8307560 BLAKE2B 
4dcaabdf155f11297cec0cab2353b3e6ce9bcdd76bc31d8efeafe8653e9f06f0ed7bf16ecad19fe298ceb59daae98437214f0c0f5736326ac56fe6eab53f7e9c
 SHA512 
b4964eb48acf224f5bda66a5d81c673983e8e20822b28a37afae00c9319fff9bf5f684e417b799afd92ee51f3d44822d9954640f63ce75d846dbb4868c4a4a22
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
 DIST fcitx-data-pinyin.tar.gz 1608886 BLAKE2B 
3b7e72559bb838b4f2245e6faf2d627df17e9383ef8fe382e10333c1a95d79409ec042caa7d77c9bcd956b1c5d5456dab9d82208cd89d90e2be759c76f56f3d1
 SHA512 
1ee19eed3ee58be6cd6562ec363fe3bf630fff5e8820b3bfdd6d4618fceb082695e888dec5366a3685d58706f720e19319d891c223227237aed12674ea982131

diff --git a/app-i18n/fcitx/fcitx-5.1.8.ebuild 
b/app-i18n/fcitx/fcitx-5.1.8.ebuild
deleted file mode 100644
index 3e0b4a144558..
--- a/app-i18n/fcitx/fcitx-5.1.8.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5"
-
-inherit cmake xdg
-
-DESCRIPTION="Fcitx 5 is a generic input method framework"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
-SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="LGPL-2+ Unicode-DFS-2016"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
-REQUIRED_USE="
-   || ( wayland X )
-   X? ( keyboard )
-   wayland? ( keyboard )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !app-i18n/fcitx:4
-   dev-libs/libfmt
-   sys-devel/gettext
-   virtual/libintl
-   x11-libs/cairo[X?]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango[X?]
-   doc? (
-   app-text/doxygen
-   dev-texlive/texlive-fontutils
-   )
-   emoji? ( sys-libs/zlib )
-   enchant? ( app-text/enchant:2 )
-   keyboard? (
-   app-text/iso-codes
-   dev-libs/expat
-   dev-libs/json-c:=
-   x11-misc/xkeyboard-config
-   x11-libs/libxkbcommon[X?,wayland?]
-   )
-   systemd? (
-   sys-apps/systemd
-   )
-   !systemd? (
-   dev-libs/libuv
-   sys-apps/dbus
-   )
-   wayland? (
-   dev-libs/glib:2
-   dev-libs/wayland
-   dev-libs/wayland-protocols
-   dev-util/wayland-scanner
-   )
-   X? (
-   dev-libs/glib:2
-   >=x11-libs/xcb-imdkit-1.0.3:5
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-libs/xcb-util
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-wm
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   kde-frameworks/extra-cmake-modules:0
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DBUS=on
-   -DENABLE_XDGAUTOSTART=

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-06-01 Thread Yixun Lan
commit: d479a31a3fde46a5a95fcb85c5acea5143e68a78
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 21:55:05 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d479a31a

app-i18n/fcitx-table-extra: drop 5.1.4

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-extra/Manifest|  1 -
 .../fcitx-table-extra-5.1.4.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/app-i18n/fcitx-table-extra/Manifest 
b/app-i18n/fcitx-table-extra/Manifest
index 4b21413604e8..8420d5b7fcc4 100644
--- a/app-i18n/fcitx-table-extra/Manifest
+++ b/app-i18n/fcitx-table-extra/Manifest
@@ -1,4 +1,3 @@
 DIST fcitx-table-extra-0.3.8.tar.xz 3700736 BLAKE2B 
b8ce4b3aa04eba8b594b86958bb83e348758c30688828a4834643cf7bdd62852c2ca89bc4f75f0cb1b16ce969b0454c58e3abadff9c78318dc0953e0905c75fa
 SHA512 
454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df
-DIST fcitx-table-extra-5.1.4.tar.xz 7506768 BLAKE2B 
62082946e5e399eda6d4d44e3aaac7e96975da9ec39031735d775f526e7879718dae0fb8020364c65ca684bb186affcd1956a1fb87da9971d0135d9acd025da2
 SHA512 
c26007209706263d29f189a6bb8088d5bde81c322649b6dba21df76fda3dc1a6926066c950bdbd09f3392216bbf61aec8657f8182844b5656e4111554b5025bb
 DIST fcitx-table-extra-5.1.5.tar.zst 13837962 BLAKE2B 
52d546636fb0520826d9b4e8df3a68a163edd71a57ac7cc720916ebdd7141d6a4ce194ecb3aa205a568b10a99ae611e607325c652ed293ba16bb783bfd64bfd3
 SHA512 
19cc8f45c26f4841b3c8a4724375f8926741a153757626d4f5a598abc9ea0e12133b0ef13c3a1893675360102f69dd91b8c9861849d8f1677242339f11f475fc
 DIST fcitx-table-extra-5.1.6.tar.zst 13837895 BLAKE2B 
e28c413dc911b37ca20cfcb130a10034550c4c602a4a4e0039861f571654e8c3a2c308757b4e5e21035b783e8ceedd0fd751a41054db7d61ac06aacb4a76d2a9
 SHA512 
feec1363c9d1b2cb1a91e020bb3c83d9f77d78237d26ec55716c8864a8150b4cd5eb3c47c24fc24641ca4d99b2bba08c7de3bc39bf732a89fddb13222469b27a

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.4.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.4.ebuild
deleted file mode 100644
index 13ba0b2957b7..
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-extra
-
-inherit cmake xdg
-
-DESCRIPTION="Provides extra table for Fcitx, including Boshiamy, Zhengma, 
Cangjie, and Quick"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-extra";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   !app-i18n/fcitx-table-extra:4
-   app-i18n/fcitx:5
-   app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-06-01 Thread Yixun Lan
commit: b8f1bfcd4a0d7ddc0f476c71fba94914cd91924b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 14:36:23 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:23 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f1bfcd

app-i18n/fcitx-rime: add 5.1.8

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-rime/Manifest|  1 +
 app-i18n/fcitx-rime/fcitx-rime-5.1.8.ebuild | 30 +
 2 files changed, 31 insertions(+)

diff --git a/app-i18n/fcitx-rime/Manifest b/app-i18n/fcitx-rime/Manifest
index 0d2759186722..0c1d80d47488 100644
--- a/app-i18n/fcitx-rime/Manifest
+++ b/app-i18n/fcitx-rime/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-rime-0.3.2.tar.xz 40960 BLAKE2B 
1c9185dd9d2912e74b9916916fed09a01c30e0867d93fe94e04d5324883783dddbdca0f553d80aa19e2e59d2ec8fd2a50a7f89118c22cb09310296292a566760
 SHA512 
8c6d845b0899d9b8b9b41b895abd5c1b8916856b71f529aabd08d1c27a2b09bb5a9343912d088da460c2e22da0a3ce759a34fd13099a149bb8cd1ff4eafe29f1
 DIST fcitx-rime-5.1.4.tar.xz 49508 BLAKE2B 
e9846a0217b741d21c45ad4d6bd216f7d6afaec23ca71af3ab1dfffeeeba62eb85836592d53e70d0ce07217442164ccdecaa94eb36458d70778eb3d7e3bd1ada
 SHA512 
1dc20c801e1ce4fa5e63f06554340af4616b044964d4235995e51dc6074223e30e66da74f354b2b05f77d2e0041af1e720bf2f2b214492ae4516d30761b2e092
+DIST fcitx-rime-5.1.8.tar.zst 61573 BLAKE2B 
a406603aa66146735e3009837e050d0c46446b449e865429a95cfeee361768d5ba0b77cdd5b674f3b90e6391146c115ac07fd0ce88cf6aa04bcac3e4a602
 SHA512 
75b8be80bd5ddc509bfa631f8ed093d89afee2588665b2b7604745b7c0b52376c4d55b36e33b53086c9b63992bfbeaae6292fa3096ec8f9ff9222647ff52e98c

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.8.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.8.ebuild
new file mode 100644
index ..7ad6c6710180
--- /dev/null
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.8.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake unpacker xdg
+
+MY_PN="fcitx5-rime"
+DESCRIPTION="Chinese RIME input methods for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-rime";
+SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.zst
 -> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+DEPEND="
+   !app-i18n/fcitx-rime:4
+   >=app-i18n/fcitx-5.1.2:5
+   app-i18n/librime
+   app-i18n/rime-data
+   virtual/libintl
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules
+   sys-devel/gettext
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-06-01 Thread Yixun Lan
commit: 4815b11ed1cc983d8c51eb907ca5626e0d82fe80
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 14:24:51 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4815b11e

app-i18n/fcitx-table-extra: add 5.1.6

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-extra/Manifest|  1 +
 .../fcitx-table-extra-5.1.6.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-i18n/fcitx-table-extra/Manifest 
b/app-i18n/fcitx-table-extra/Manifest
index ca229f6d5eb3..4b21413604e8 100644
--- a/app-i18n/fcitx-table-extra/Manifest
+++ b/app-i18n/fcitx-table-extra/Manifest
@@ -1,3 +1,4 @@
 DIST fcitx-table-extra-0.3.8.tar.xz 3700736 BLAKE2B 
b8ce4b3aa04eba8b594b86958bb83e348758c30688828a4834643cf7bdd62852c2ca89bc4f75f0cb1b16ce969b0454c58e3abadff9c78318dc0953e0905c75fa
 SHA512 
454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df
 DIST fcitx-table-extra-5.1.4.tar.xz 7506768 BLAKE2B 
62082946e5e399eda6d4d44e3aaac7e96975da9ec39031735d775f526e7879718dae0fb8020364c65ca684bb186affcd1956a1fb87da9971d0135d9acd025da2
 SHA512 
c26007209706263d29f189a6bb8088d5bde81c322649b6dba21df76fda3dc1a6926066c950bdbd09f3392216bbf61aec8657f8182844b5656e4111554b5025bb
 DIST fcitx-table-extra-5.1.5.tar.zst 13837962 BLAKE2B 
52d546636fb0520826d9b4e8df3a68a163edd71a57ac7cc720916ebdd7141d6a4ce194ecb3aa205a568b10a99ae611e607325c652ed293ba16bb783bfd64bfd3
 SHA512 
19cc8f45c26f4841b3c8a4724375f8926741a153757626d4f5a598abc9ea0e12133b0ef13c3a1893675360102f69dd91b8c9861849d8f1677242339f11f475fc
+DIST fcitx-table-extra-5.1.6.tar.zst 13837895 BLAKE2B 
e28c413dc911b37ca20cfcb130a10034550c4c602a4a4e0039861f571654e8c3a2c308757b4e5e21035b783e8ceedd0fd751a41054db7d61ac06aacb4a76d2a9
 SHA512 
feec1363c9d1b2cb1a91e020bb3c83d9f77d78237d26ec55716c8864a8150b4cd5eb3c47c24fc24641ca4d99b2bba08c7de3bc39bf732a89fddb13222469b27a

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
new file mode 100644
index ..9a28c8eae2d4
--- /dev/null
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=fcitx5-table-extra
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Provides extra table for Fcitx, including Boshiamy, Zhengma, 
Cangjie, and Quick"
+HOMEPAGE="https://github.com/fcitx/fcitx5-table-extra";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+DEPEND="
+   !app-i18n/fcitx-table-extra:4
+   app-i18n/fcitx:5
+   app-i18n/libime
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-06-01 Thread Yixun Lan
commit: 477a492d3d48d5b33ad02429f587fa001f48d596
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 15:30:56 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477a492d

app-i18n/fcitx: add 5.1.10

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx/Manifest|   1 +
 app-i18n/fcitx/fcitx-5.1.10.ebuild | 123 +
 2 files changed, 124 insertions(+)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 885a4df39cc1..29e1954d9939 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,4 +1,5 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
+DIST fcitx-5.1.10.tar.zst 8309913 BLAKE2B 
a63f5c747dd1d7a519873f00f234ae43d1ab5458e57b809f01e2b6cefc3e3921ecd7fff27cf4b21d59842f11e8d397760d90cf6572b42f65d226b21acc18fefc
 SHA512 
196bc26f7dd50596da90e6b4b0a8b4886b57ec928c182427fb8763507f1f4cb39a252bfddcbd6eccaa0cc920070b7b9fda03f18fd444f84154ddd925678ad7d4
 DIST fcitx-5.1.8.tar.xz 7498828 BLAKE2B 
48aa2d6f81cbba17b2614c9f50491391ab5c55bf9e4e0915f2e34a120f158260b2719cb46f11436b58a5345655ef9d7067523b27cc1b02a1a90bd1b5d8491433
 SHA512 
4472b49cbc3fd20f066bbec4e107eafb5444fffd22feee7b4f5b637d324b03a16e82c950e95624629b984f72a5a62fca73087a032946c4eedb86d8a528c52a43
 DIST fcitx-5.1.9.tar.zst 8307560 BLAKE2B 
4dcaabdf155f11297cec0cab2353b3e6ce9bcdd76bc31d8efeafe8653e9f06f0ed7bf16ecad19fe298ceb59daae98437214f0c0f5736326ac56fe6eab53f7e9c
 SHA512 
b4964eb48acf224f5bda66a5d81c673983e8e20822b28a37afae00c9319fff9bf5f684e417b799afd92ee51f3d44822d9954640f63ce75d846dbb4868c4a4a22
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2

diff --git a/app-i18n/fcitx/fcitx-5.1.10.ebuild 
b/app-i18n/fcitx/fcitx-5.1.10.ebuild
new file mode 100644
index ..5d1c1f236db9
--- /dev/null
+++ b/app-i18n/fcitx/fcitx-5.1.10.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5"
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Fcitx 5 is a generic input method framework"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
+SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="LGPL-2+ Unicode-DFS-2016"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
+REQUIRED_USE="
+   || ( wayland X )
+   X? ( keyboard )
+   wayland? ( keyboard )
+"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !app-i18n/fcitx:4
+   dev-libs/libfmt
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/cairo[X?]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango[X?]
+   doc? (
+   app-text/doxygen
+   dev-texlive/texlive-fontutils
+   )
+   emoji? ( sys-libs/zlib )
+   enchant? ( app-text/enchant:2 )
+   keyboard? (
+   app-text/iso-codes
+   dev-libs/expat
+   dev-libs/json-c:=
+   x11-misc/xkeyboard-config
+   x11-libs/libxkbcommon[X?,wayland?]
+   )
+   systemd? (
+   sys-apps/systemd
+   )
+   !systemd? (
+   dev-libs/libuv
+   sys-apps/dbus
+   )
+   wayland? (
+   dev-libs/glib:2
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+   X? (
+   dev-libs/glib:2
+   >=x11-libs/xcb-imdkit-1.0.3:5
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-libs/xcb-util
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   kde-frameworks/extra-cmake-modules:0
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DBUS=on
+   -DENABLE_XDGAUTOSTART=$(usex autostart)
+   -DENABLE_SERVER=$(usex server)
+   -DENABLE_KEYBOARD=$(usex keyboard)
+   -DENABLE_TEST=$(usex test)
+   -DENABLE_ENCHANT=$(usex enchant)
+   -DENABLE_EMOJI=$(usex emoji)
+   -DENABLE_PRESAGE=$(usex presage)
+

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-06-01 Thread Yixun Lan
commit: 4c04a41a0a47d920f986186a0331c255be36a5fe
Author: Yongxiang Liang  gmail  com>
AuthorDate: Sat Jun  1 14:24:03 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jun  2 03:24:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c04a41a

app-i18n/fcitx-configtool: add 5.1.6

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-configtool/Manifest |  1 +
 .../fcitx-configtool/fcitx-configtool-5.1.6.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-i18n/fcitx-configtool/Manifest 
b/app-i18n/fcitx-configtool/Manifest
index e3e55d41c0ed..be98febfa39c 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,3 +1,4 @@
 DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B 
f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca
 SHA512 
1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f
 DIST fcitx-configtool-5.1.4.tar.xz 110356 BLAKE2B 
942cd0b68d689f865bb46796543cea7746a0409bead0cb0d79f30ca23b988f93ac81ed862855f521c5e36541d210d12f898d45f195dc2afb2181198c846a8b27
 SHA512 
95ac4a8b8c261ae990d30d34ffa02f14f00916197f8f9f81ca4dd8a33c609124b1cfb25ce3ff8ccb653409879606f7f97dc0fd01e8e1d7f2ddba8bdfc51ac6eb
 DIST fcitx-configtool-5.1.5.tar.zst 148724 BLAKE2B 
5bb8c819e0bbf7f962b4e7e91b9e4ba39f0637b478fb7d0d386e6f807c6f46be5ef1e4b52fd4c006dcfee944e33fd928119efb6b332fe16f1bfe17c31d751b11
 SHA512 
da418ad709dd5074bb413e8a042a53c055d151d27e487933481276980bbb1a971f4d1909f43b7cb5bb3983c190cba4a3fc12d6f1a1984dd9babf4607bec7334f
+DIST fcitx-configtool-5.1.6.tar.zst 149667 BLAKE2B 
2536258eb92c04623b2f1aa77c99cf91919cd4f1d23c0bdf7f87ab8528b2b1305ed6771ee93b25d67ace24dfc5b14413d96d13f5487fe58efe93b36c452ff67a
 SHA512 
1cedd3b5eae3c069774da3456799e26ab36cf8b8a6515cf008fe6e9822bfa7d0992ed69c4ef9671484082778cd5560ee6255446be3ebbf00f305143b20531aeb

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6.ebuild
new file mode 100644
index ..da44e902b68a
--- /dev/null
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.6.ebuild
@@ -0,0 +1,71 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-configtool"
+
+inherit cmake unpacker
+
+DESCRIPTION="Configuration module for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="kcm +config-qt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-i18n/fcitx-5.1.6:5
+   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
+   app-text/iso-codes
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwidgetsaddons:5
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   config-qt? (
+   kde-frameworks/kitemviews:5
+   )
+   kcm? (
+   x11-libs/libxkbcommon
+   dev-qt/qtquickcontrols2:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kdeclarative:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kiconthemes:5
+   kde-frameworks/kirigami:5
+   kde-frameworks/kpackage:5
+   kde-plasma/libplasma:5
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
+   -DENABLE_KCM=$(usex kcm)
+   -DENABLE_CONFIG_QT=$(usex config-qt)
+   -DENABLE_TEST=$(usex test)
+   # kde-frameworks/kitemviews:6 is not ready.
+   -DUSE_QT6=no
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-04-24 Thread Yixun Lan
commit: 18f7b3b56b54cc8d7be721bff5d8e5e310db452a
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Apr 24 01:01:31 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f7b3b5

app-i18n/fcitx-table-other: drop 5.1.0

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-other/Manifest|  1 -
 .../fcitx-table-other-5.1.0.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-i18n/fcitx-table-other/Manifest 
b/app-i18n/fcitx-table-other/Manifest
index bea63c8d753e..2076838b5fe3 100644
--- a/app-i18n/fcitx-table-other/Manifest
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -1,3 +1,2 @@
-DIST fcitx-table-other-5.1.0.tar.xz 285864 BLAKE2B 
22ccfe519d497fb12c929404632b4e683e0471f8e5183492e9e1607b7a09042c30fc4515d323c0a0d33bfa683ed93b59af988622bc83148fc89e825605626612
 SHA512 
91b1b38edad9eef862f0bd72423cd2caf343688563190b8b67a24d468d6a1b367847c5e87cc3f440ab5a41a03575721206f86a75b7568b3453e975d4457bf03b
 DIST fcitx-table-other-5.1.1.tar.xz 284308 BLAKE2B 
7dee4d9ba5debe19568ff3fea7ce025f6b27d0641fd5207fc67e726b61621975d5553478de4136b72ccc930675df4c5096ec340da16471351ef00f107ce94e1a
 SHA512 
13e4139a0ed320f7bae1d9e6ac68eae624235fb00446dc3db7b01913f130324cc1353115c1d8c9b34e04507b9956ef5875ec59a398eec6dfdbda281b67dafdc7
 DIST fcitx-table-other-5.1.2.tar.zst 532035 BLAKE2B 
de699a15b50eadd4a4693b38ca4ba44ae98ff8c31373305a7d8f83c5ea7c24c811c718f217831bebc3e5fe126d010b866d53929b20b2e7e401ed1bf3252b815a
 SHA512 
d09bba6c60f625a9a9c2aad3599305438809c0bc5b7d5354502cdfb928822cb670f391a14b150637050322021c379b8e07e634bc9a016751755759e0dbd97596

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
deleted file mode 100644
index a0137688d848..
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-other
-
-inherit cmake xdg
-
-DESCRIPTION="Provides some other tables for Fcitx, fork from 
ibus-table-others, scim-tables"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-other";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   app-i18n/fcitx:5
-   app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-04-24 Thread Yixun Lan
commit: 4bc66043e36119d29cf3e1536af9e6ed890efe54
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Apr 24 01:01:16 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc66043

app-i18n/fcitx-table-extra: drop 5.1.3

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-extra/Manifest|  1 -
 .../fcitx-table-extra-5.1.3.ebuild | 29 --
 2 files changed, 30 deletions(-)

diff --git a/app-i18n/fcitx-table-extra/Manifest 
b/app-i18n/fcitx-table-extra/Manifest
index 9d57b2efc026..ca229f6d5eb3 100644
--- a/app-i18n/fcitx-table-extra/Manifest
+++ b/app-i18n/fcitx-table-extra/Manifest
@@ -1,4 +1,3 @@
 DIST fcitx-table-extra-0.3.8.tar.xz 3700736 BLAKE2B 
b8ce4b3aa04eba8b594b86958bb83e348758c30688828a4834643cf7bdd62852c2ca89bc4f75f0cb1b16ce969b0454c58e3abadff9c78318dc0953e0905c75fa
 SHA512 
454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df
-DIST fcitx-table-extra-5.1.3.tar.xz 7557460 BLAKE2B 
c5a06cd79d19ad3794379da24f0fa2c41b7edba3b62a7e377d1b85c66844c10167e46bfbb7d79c3795f22b579eeac99b0c37e79e2778fb73fb92595495776b89
 SHA512 
14dc416c5d5936484fd0a940ee8e1e3ddd34064b48213e69d3e93ce63d60c95ceac727cf3925e2aa0457d001ef72276f647246b739b98a6480f27b47e356cc3b
 DIST fcitx-table-extra-5.1.4.tar.xz 7506768 BLAKE2B 
62082946e5e399eda6d4d44e3aaac7e96975da9ec39031735d775f526e7879718dae0fb8020364c65ca684bb186affcd1956a1fb87da9971d0135d9acd025da2
 SHA512 
c26007209706263d29f189a6bb8088d5bde81c322649b6dba21df76fda3dc1a6926066c950bdbd09f3392216bbf61aec8657f8182844b5656e4111554b5025bb
 DIST fcitx-table-extra-5.1.5.tar.zst 13837962 BLAKE2B 
52d546636fb0520826d9b4e8df3a68a163edd71a57ac7cc720916ebdd7141d6a4ce194ecb3aa205a568b10a99ae611e607325c652ed293ba16bb783bfd64bfd3
 SHA512 
19cc8f45c26f4841b3c8a4724375f8926741a153757626d4f5a598abc9ea0e12133b0ef13c3a1893675360102f69dd91b8c9861849d8f1677242339f11f475fc

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild
deleted file mode 100644
index 13ba0b2957b7..
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-extra
-
-inherit cmake xdg
-
-DESCRIPTION="Provides extra table for Fcitx, including Boshiamy, Zhengma, 
Cangjie, and Quick"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-extra";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   !app-i18n/fcitx-table-extra:4
-   app-i18n/fcitx:5
-   app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-04-24 Thread Yixun Lan
commit: 9f8eabfda25936e9c7afef9c8c090ba2e90864de
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Apr 24 01:00:22 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8eabfd

app-i18n/fcitx-configtool: drop 5.1.3

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-configtool/Manifest |  1 -
 .../fcitx-configtool/fcitx-configtool-5.1.3.ebuild | 72 --
 2 files changed, 73 deletions(-)

diff --git a/app-i18n/fcitx-configtool/Manifest 
b/app-i18n/fcitx-configtool/Manifest
index 93939ace416b..e3e55d41c0ed 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,4 +1,3 @@
 DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B 
f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca
 SHA512 
1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f
-DIST fcitx-configtool-5.1.3.tar.xz 110124 BLAKE2B 
0aa608b80388ef0ecb2bb693a23bb600addcffcb61f446c7cdafe9930a00809ab62a77cad008602e3cc0bd0ae743fb1bbef9caabf52cc45fdb42586316031f9f
 SHA512 
05be9591c7e609e302f4c803d2799ee7d02fab5de5577067bdffe31fb507f28deb1d674f38d319628c2fa4b5948c4a6958704d18e19bd7c9006683cdeaed11d3
 DIST fcitx-configtool-5.1.4.tar.xz 110356 BLAKE2B 
942cd0b68d689f865bb46796543cea7746a0409bead0cb0d79f30ca23b988f93ac81ed862855f521c5e36541d210d12f898d45f195dc2afb2181198c846a8b27
 SHA512 
95ac4a8b8c261ae990d30d34ffa02f14f00916197f8f9f81ca4dd8a33c609124b1cfb25ce3ff8ccb653409879606f7f97dc0fd01e8e1d7f2ddba8bdfc51ac6eb
 DIST fcitx-configtool-5.1.5.tar.zst 148724 BLAKE2B 
5bb8c819e0bbf7f962b4e7e91b9e4ba39f0637b478fb7d0d386e6f807c6f46be5ef1e4b52fd4c006dcfee944e33fd928119efb6b332fe16f1bfe17c31d751b11
 SHA512 
da418ad709dd5074bb413e8a042a53c055d151d27e487933481276980bbb1a971f4d1909f43b7cb5bb3983c190cba4a3fc12d6f1a1984dd9babf4607bec7334f

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild
deleted file mode 100644
index f58d2433cd8f..
--- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-configtool"
-
-inherit cmake
-
-DESCRIPTION="Configuration module for Fcitx"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="kcm +config-qt test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=app-i18n/fcitx-5.1.6:5
-   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
-   app-text/iso-codes
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-   dev-qt/qtx11extras:5
-   kde-frameworks/kwidgetsaddons:5
-   sys-devel/gettext
-   virtual/libintl
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-misc/xkeyboard-config
-   config-qt? (
-   kde-frameworks/kitemviews:5
-   )
-   kcm? (
-   x11-libs/libxkbcommon
-   dev-qt/qtquickcontrols2:5
-   kde-frameworks/kcoreaddons:5
-   kde-frameworks/kdeclarative:5
-   kde-frameworks/ki18n:5
-   kde-frameworks/kiconthemes:5
-   kde-frameworks/kirigami:5
-   kde-frameworks/kpackage:5
-   kde-plasma/libplasma:5
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
-   -DENABLE_KCM=$(usex kcm)
-   -DENABLE_CONFIG_QT=$(usex config-qt)
-   -DENABLE_TEST=$(usex test)
-   # kde-frameworks/kitemviews:6 is not ready.
-   -DUSE_QT6=no
-   )
-
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-lua/

2024-04-24 Thread Yixun Lan
commit: cfa075dd874ff229a4c53ddde7d0aa6794ad7d5b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Tue Apr 23 12:53:15 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa075dd

app-i18n/fcitx-lua: add 5.0.13

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-lua/Manifest|  1 +
 app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/app-i18n/fcitx-lua/Manifest b/app-i18n/fcitx-lua/Manifest
index 596dd080a9ff..2c7d6604f3e6 100644
--- a/app-i18n/fcitx-lua/Manifest
+++ b/app-i18n/fcitx-lua/Manifest
@@ -1 +1,2 @@
 DIST fcitx-lua-5.0.12.tar.xz 33576 BLAKE2B 
2aa2d526e42270a14efc3f163baf775012afb917bdb4aa7f52b2bf420265095100dfc84b61c34e892403b89bc96f3e258fa8030a735f234b820644bb8e443122
 SHA512 
1f6273ff8b9c0c3ef12dfcf508535b7865b33b102a8e158e82853c25717351339ba055012288d857f0aea5596398dd65ab9ed0c822a533b715dafcea3ec44798
+DIST fcitx-lua-5.0.13.tar.zst 40578 BLAKE2B 
05defed55711d26c2fabf41e5474f7f90224a11cd8a758b5f7afc4ed6096560ab6c220745968bb0ca28367004cdf665856d04c3b52830092e3633188cd41c394
 SHA512 
40855f65537c2e56e1a00d7ea160d6aae9d360ff27def7f95b2f08de16c656db7a178a676f49d817b9d16eac80f73ad12f84b966eeed4a3f38f119519d288805

diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild 
b/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
new file mode 100644
index ..7a101a7c365d
--- /dev/null
+++ b/app-i18n/fcitx-lua/fcitx-lua-5.0.13.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+LUA_COMPAT=( lua5-{3,4} )
+
+MY_PN="fcitx5-lua"
+
+inherit cmake lua-single xdg unpacker
+
+DESCRIPTION="Lua support for fcitx"
+HOMEPAGE="https://github.com/fcitx/fcitx5-lua";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+dlopen test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   ${LUA_DEPS}
+   app-i18n/fcitx:5
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+pkg_setup() {
+   lua-single_pkg_setup
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DUSE_DLOPEN=$(usex dlopen)
+   -DENABLE_TEST=$(usex test)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-04-24 Thread Yixun Lan
commit: 8ee1069abb5e0b846abda107b049fdc706e871b1
Author: Yongxiang Liang  gmail  com>
AuthorDate: Tue Apr 23 12:56:22 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee1069a

app-i18n/fcitx-configtool: add 5.1.5

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-configtool/Manifest |  1 +
 .../fcitx-configtool/fcitx-configtool-5.1.5.ebuild | 71 ++
 2 files changed, 72 insertions(+)

diff --git a/app-i18n/fcitx-configtool/Manifest 
b/app-i18n/fcitx-configtool/Manifest
index 10b2e3818783..93939ace416b 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,3 +1,4 @@
 DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B 
f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca
 SHA512 
1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f
 DIST fcitx-configtool-5.1.3.tar.xz 110124 BLAKE2B 
0aa608b80388ef0ecb2bb693a23bb600addcffcb61f446c7cdafe9930a00809ab62a77cad008602e3cc0bd0ae743fb1bbef9caabf52cc45fdb42586316031f9f
 SHA512 
05be9591c7e609e302f4c803d2799ee7d02fab5de5577067bdffe31fb507f28deb1d674f38d319628c2fa4b5948c4a6958704d18e19bd7c9006683cdeaed11d3
 DIST fcitx-configtool-5.1.4.tar.xz 110356 BLAKE2B 
942cd0b68d689f865bb46796543cea7746a0409bead0cb0d79f30ca23b988f93ac81ed862855f521c5e36541d210d12f898d45f195dc2afb2181198c846a8b27
 SHA512 
95ac4a8b8c261ae990d30d34ffa02f14f00916197f8f9f81ca4dd8a33c609124b1cfb25ce3ff8ccb653409879606f7f97dc0fd01e8e1d7f2ddba8bdfc51ac6eb
+DIST fcitx-configtool-5.1.5.tar.zst 148724 BLAKE2B 
5bb8c819e0bbf7f962b4e7e91b9e4ba39f0637b478fb7d0d386e6f807c6f46be5ef1e4b52fd4c006dcfee944e33fd928119efb6b332fe16f1bfe17c31d751b11
 SHA512 
da418ad709dd5074bb413e8a042a53c055d151d27e487933481276980bbb1a971f4d1909f43b7cb5bb3983c190cba4a3fc12d6f1a1984dd9babf4607bec7334f

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.5.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.5.ebuild
new file mode 100644
index ..da44e902b68a
--- /dev/null
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-configtool"
+
+inherit cmake unpacker
+
+DESCRIPTION="Configuration module for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="kcm +config-qt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-i18n/fcitx-5.1.6:5
+   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
+   app-text/iso-codes
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwidgetsaddons:5
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   config-qt? (
+   kde-frameworks/kitemviews:5
+   )
+   kcm? (
+   x11-libs/libxkbcommon
+   dev-qt/qtquickcontrols2:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kdeclarative:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kiconthemes:5
+   kde-frameworks/kirigami:5
+   kde-frameworks/kpackage:5
+   kde-plasma/libplasma:5
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
+   -DENABLE_KCM=$(usex kcm)
+   -DENABLE_CONFIG_QT=$(usex config-qt)
+   -DENABLE_TEST=$(usex test)
+   # kde-frameworks/kitemviews:6 is not ready.
+   -DUSE_QT6=no
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-gtk/

2024-04-24 Thread Yixun Lan
commit: c10c3f75f86b8d8c7ab481ab8368502b4e527b81
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Apr 24 01:00:45 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:31 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10c3f75

app-i18n/fcitx-gtk: drop 5.1.1

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-gtk/Manifest   |  1 -
 app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild | 60 ---
 2 files changed, 61 deletions(-)

diff --git a/app-i18n/fcitx-gtk/Manifest b/app-i18n/fcitx-gtk/Manifest
index 4097cb7e8bff..15652a598139 100644
--- a/app-i18n/fcitx-gtk/Manifest
+++ b/app-i18n/fcitx-gtk/Manifest
@@ -1,3 +1,2 @@
-DIST fcitx-gtk-5.1.1.tar.xz 53716 BLAKE2B 
6231d3b0c2fd788f0f780aee41837b9d8fb21f730b271082d8517f6f0da7e0a0d5216fd6364998bfe535872cf334b63fb1b326167175657d2c5cb59bac4aae45
 SHA512 
14dc84661e33435df5157127b2a4a81adc399cdc833e1c32795783d60bf10fd301fb658fc48673cad87abccfe3bccbb7b4ee0d0da74460b7ef1d6529a554a3eb
 DIST fcitx-gtk-5.1.2.tar.xz 53760 BLAKE2B 
25eb0151bbc5a1277a593c2b07dce21f97f29d7d1bf4846a0edff7de0798e5bc33592ee00ddfffa8183a0e8d0bf1aaf1217b9f7e6cfde70c33b456740661e8bc
 SHA512 
585a64b81caef55391e352a5efc2efcded1220c8be378be93e4fc6abc6b70132b3bb3211271d5ed02b1623a6ffcf7ce784de026969025b5efb3497f82676fefa
 DIST fcitx-gtk-5.1.3.tar.zst 67927 BLAKE2B 
0019500e2dc8beb716b16c4a37461e45c4b14fbd1485afd1367a6dad56f2f6d363b3415b3923aceeebe576e47f93680d806a74750ef730fc0046f5eb815d4f94
 SHA512 
e19ba77e9e3d37947871b2c90ecec9089840a5639c2f0dc1a2b11efeda8291c2ee28809a2b4dd69d12f1e5988a13fbd7826cf15c88ce595fa287c81b3efc7f0e

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild
deleted file mode 100644
index 22819d3b08b2..
--- a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-gtk"
-
-inherit cmake gnome2-utils xdg
-
-DESCRIPTION="Gtk im module for fcitx5 and glib based dbus client library"
-HOMEPAGE="https://github.com/fcitx/fcitx5-gtk";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
-REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
-
-RDEPEND="
-   app-i18n/fcitx:5
-   >=dev-libs/glib-2.56
-   x11-libs/libxkbcommon
-   gtk2? ( x11-libs/gtk+:2 )
-   gtk3? ( x11-libs/gtk+:3[wayland?,X?] )
-   gtk4? ( gui-libs/gtk:4[wayland?,X?] )
-   introspection? ( dev-libs/gobject-introspection )
-   X? ( x11-libs/libX11 )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   kde-frameworks/extra-cmake-modules:0
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_GTK2_IM_MODULE=$(usex gtk2)
-   -DENABLE_GTK3_IM_MODULE=$(usex gtk3)
-   -DENABLE_GTK4_IM_MODULE=$(usex gtk4)
-   -DENABLE_SNOOPER=$(usex snooper)
-   -DENABLE_GIR=$(usex introspection)
-   -DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
-   )
-   cmake_src_configure
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-   use gtk2 && gnome2_query_immodules_gtk2
-   use gtk3 && gnome2_query_immodules_gtk3
-}
-
-pkg_postrm() {
-   xdg_pkg_postrm
-   use gtk2 && gnome2_query_immodules_gtk2
-   use gtk3 && gnome2_query_immodules_gtk3
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-04-24 Thread Yixun Lan
commit: 2abff245b94fb18612984a064e80d669e26b068b
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Apr 24 01:01:51 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2abff245

app-i18n/fcitx: drop 5.1.7

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx/Manifest   |   1 -
 app-i18n/fcitx/fcitx-5.1.7.ebuild | 123 --
 2 files changed, 124 deletions(-)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index a10e687f522f..885a4df39cc1 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,5 +1,4 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
-DIST fcitx-5.1.7.tar.xz 7497708 BLAKE2B 
3063148573a5fc7d564784bf4ed82ddabb8c1763c9c41e232b8aff442f15df21586abda37e3908abd3da2c90ffd21746add8664d98ed78cf14620edff8f45105
 SHA512 
0bc11065e0c3357471c51bdfa6f752e089a6d361349002e62f4ac952c8a0f1790a27aba195d027b340103eb4a6eef0efec124b8931ac2285e8b1b69ca3487269
 DIST fcitx-5.1.8.tar.xz 7498828 BLAKE2B 
48aa2d6f81cbba17b2614c9f50491391ab5c55bf9e4e0915f2e34a120f158260b2719cb46f11436b58a5345655ef9d7067523b27cc1b02a1a90bd1b5d8491433
 SHA512 
4472b49cbc3fd20f066bbec4e107eafb5444fffd22feee7b4f5b637d324b03a16e82c950e95624629b984f72a5a62fca73087a032946c4eedb86d8a528c52a43
 DIST fcitx-5.1.9.tar.zst 8307560 BLAKE2B 
4dcaabdf155f11297cec0cab2353b3e6ce9bcdd76bc31d8efeafe8653e9f06f0ed7bf16ecad19fe298ceb59daae98437214f0c0f5736326ac56fe6eab53f7e9c
 SHA512 
b4964eb48acf224f5bda66a5d81c673983e8e20822b28a37afae00c9319fff9bf5f684e417b799afd92ee51f3d44822d9954640f63ce75d846dbb4868c4a4a22
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2

diff --git a/app-i18n/fcitx/fcitx-5.1.7.ebuild 
b/app-i18n/fcitx/fcitx-5.1.7.ebuild
deleted file mode 100644
index 3e0b4a144558..
--- a/app-i18n/fcitx/fcitx-5.1.7.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5"
-
-inherit cmake xdg
-
-DESCRIPTION="Fcitx 5 is a generic input method framework"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
-SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="LGPL-2+ Unicode-DFS-2016"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
-REQUIRED_USE="
-   || ( wayland X )
-   X? ( keyboard )
-   wayland? ( keyboard )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !app-i18n/fcitx:4
-   dev-libs/libfmt
-   sys-devel/gettext
-   virtual/libintl
-   x11-libs/cairo[X?]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango[X?]
-   doc? (
-   app-text/doxygen
-   dev-texlive/texlive-fontutils
-   )
-   emoji? ( sys-libs/zlib )
-   enchant? ( app-text/enchant:2 )
-   keyboard? (
-   app-text/iso-codes
-   dev-libs/expat
-   dev-libs/json-c:=
-   x11-misc/xkeyboard-config
-   x11-libs/libxkbcommon[X?,wayland?]
-   )
-   systemd? (
-   sys-apps/systemd
-   )
-   !systemd? (
-   dev-libs/libuv
-   sys-apps/dbus
-   )
-   wayland? (
-   dev-libs/glib:2
-   dev-libs/wayland
-   dev-libs/wayland-protocols
-   dev-util/wayland-scanner
-   )
-   X? (
-   dev-libs/glib:2
-   >=x11-libs/xcb-imdkit-1.0.3:5
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-libs/xcb-util
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-wm
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   kde-frameworks/extra-cmake-modules:0
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DBUS=on
-   -DENABLE_XDGAUTOSTART=$(usex autostart)
-   -DENABLE_SERVER=$(usex server)
-   -DENABLE_KEYBOARD=$(usex keyboard)
-   -DENABLE_TEST=$(usex test)
-   -DENABLE_ENCHANT=$(usex enchant)
-   -DENABLE_EMOJI=$(usex emoji)
-   -DENABLE_PRESAGE=$(usex presage)
-  

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-04-24 Thread Yixun Lan
commit: a3ea31ae2f43f5d21968a3b5adcbd4886ddc7cf6
Author: Yongxiang Liang  gmail  com>
AuthorDate: Tue Apr 23 12:52:57 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:07 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ea31ae

app-i18n/fcitx-table-other: add 5.1.2

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-other/Manifest|  1 +
 .../fcitx-table-other-5.1.2.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/app-i18n/fcitx-table-other/Manifest 
b/app-i18n/fcitx-table-other/Manifest
index f8dee9e3b6c2..bea63c8d753e 100644
--- a/app-i18n/fcitx-table-other/Manifest
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-table-other-5.1.0.tar.xz 285864 BLAKE2B 
22ccfe519d497fb12c929404632b4e683e0471f8e5183492e9e1607b7a09042c30fc4515d323c0a0d33bfa683ed93b59af988622bc83148fc89e825605626612
 SHA512 
91b1b38edad9eef862f0bd72423cd2caf343688563190b8b67a24d468d6a1b367847c5e87cc3f440ab5a41a03575721206f86a75b7568b3453e975d4457bf03b
 DIST fcitx-table-other-5.1.1.tar.xz 284308 BLAKE2B 
7dee4d9ba5debe19568ff3fea7ce025f6b27d0641fd5207fc67e726b61621975d5553478de4136b72ccc930675df4c5096ec340da16471351ef00f107ce94e1a
 SHA512 
13e4139a0ed320f7bae1d9e6ac68eae624235fb00446dc3db7b01913f130324cc1353115c1d8c9b34e04507b9956ef5875ec59a398eec6dfdbda281b67dafdc7
+DIST fcitx-table-other-5.1.2.tar.zst 532035 BLAKE2B 
de699a15b50eadd4a4693b38ca4ba44ae98ff8c31373305a7d8f83c5ea7c24c811c718f217831bebc3e5fe126d010b866d53929b20b2e7e401ed1bf3252b815a
 SHA512 
d09bba6c60f625a9a9c2aad3599305438809c0bc5b7d5354502cdfb928822cb670f391a14b150637050322021c379b8e07e634bc9a016751755759e0dbd97596

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild
new file mode 100644
index ..f057fd74ebac
--- /dev/null
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=fcitx5-table-other
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Provides some other tables for Fcitx, fork from 
ibus-table-others, scim-tables"
+HOMEPAGE="https://github.com/fcitx/fcitx5-table-other";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+DEPEND="
+   app-i18n/fcitx:5
+   app-i18n/libime
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-04-24 Thread Yixun Lan
commit: 2e0f25819f9abb9aeb2054d03e6f2e2e55a5c05e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Tue Apr 23 12:35:55 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:44:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e0f2581

app-i18n/fcitx: add 5.1.9

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx/Manifest   |   1 +
 app-i18n/fcitx/fcitx-5.1.9.ebuild | 123 ++
 2 files changed, 124 insertions(+)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 4a254773a624..a10e687f522f 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,6 +1,7 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
 DIST fcitx-5.1.7.tar.xz 7497708 BLAKE2B 
3063148573a5fc7d564784bf4ed82ddabb8c1763c9c41e232b8aff442f15df21586abda37e3908abd3da2c90ffd21746add8664d98ed78cf14620edff8f45105
 SHA512 
0bc11065e0c3357471c51bdfa6f752e089a6d361349002e62f4ac952c8a0f1790a27aba195d027b340103eb4a6eef0efec124b8931ac2285e8b1b69ca3487269
 DIST fcitx-5.1.8.tar.xz 7498828 BLAKE2B 
48aa2d6f81cbba17b2614c9f50491391ab5c55bf9e4e0915f2e34a120f158260b2719cb46f11436b58a5345655ef9d7067523b27cc1b02a1a90bd1b5d8491433
 SHA512 
4472b49cbc3fd20f066bbec4e107eafb5444fffd22feee7b4f5b637d324b03a16e82c950e95624629b984f72a5a62fca73087a032946c4eedb86d8a528c52a43
+DIST fcitx-5.1.9.tar.zst 8307560 BLAKE2B 
4dcaabdf155f11297cec0cab2353b3e6ce9bcdd76bc31d8efeafe8653e9f06f0ed7bf16ecad19fe298ceb59daae98437214f0c0f5736326ac56fe6eab53f7e9c
 SHA512 
b4964eb48acf224f5bda66a5d81c673983e8e20822b28a37afae00c9319fff9bf5f684e417b799afd92ee51f3d44822d9954640f63ce75d846dbb4868c4a4a22
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
 DIST fcitx-data-pinyin.tar.gz 1608886 BLAKE2B 
3b7e72559bb838b4f2245e6faf2d627df17e9383ef8fe382e10333c1a95d79409ec042caa7d77c9bcd956b1c5d5456dab9d82208cd89d90e2be759c76f56f3d1
 SHA512 
1ee19eed3ee58be6cd6562ec363fe3bf630fff5e8820b3bfdd6d4618fceb082695e888dec5366a3685d58706f720e19319d891c223227237aed12674ea982131
 DIST fcitx-data-py_stroke-20121124.tar.gz 445601 BLAKE2B 
43b29b30da11b18196918e4df847406871eff75595b62608ad86b0ef6de83ec5e1b722645cabb809281075b393b5970e4d9580594caa73060c866c2d3cd988e7
 SHA512 
d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3

diff --git a/app-i18n/fcitx/fcitx-5.1.9.ebuild 
b/app-i18n/fcitx/fcitx-5.1.9.ebuild
new file mode 100644
index ..5d1c1f236db9
--- /dev/null
+++ b/app-i18n/fcitx/fcitx-5.1.9.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5"
+
+inherit cmake unpacker xdg
+
+DESCRIPTION="Fcitx 5 is a generic input method framework"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
+SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="LGPL-2+ Unicode-DFS-2016"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
+REQUIRED_USE="
+   || ( wayland X )
+   X? ( keyboard )
+   wayland? ( keyboard )
+"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !app-i18n/fcitx:4
+   dev-libs/libfmt
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/cairo[X?]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango[X?]
+   doc? (
+   app-text/doxygen
+   dev-texlive/texlive-fontutils
+   )
+   emoji? ( sys-libs/zlib )
+   enchant? ( app-text/enchant:2 )
+   keyboard? (
+   app-text/iso-codes
+   dev-libs/expat
+   dev-libs/json-c:=
+   x11-misc/xkeyboard-config
+   x11-libs/libxkbcommon[X?,wayland?]
+   )
+   systemd? (
+   sys-apps/systemd
+   )
+   !systemd? (
+   dev-libs/libuv
+   sys-apps/dbus
+   )
+   wayland? (
+   dev-libs/glib:2
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+   X? (
+   dev-libs/glib:2
+   >=x11-libs/xcb-imdkit-1.0.3:5
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-l

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-gtk/

2024-04-24 Thread Yixun Lan
commit: 0b055d7e9335d9e4e6d15958b0a88aed6cde11c3
Author: Yongxiang Liang  gmail  com>
AuthorDate: Tue Apr 23 12:52:10 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Apr 24 23:45:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b055d7e

app-i18n/fcitx-gtk: add 5.1.3

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-gtk/Manifest   |  1 +
 app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/app-i18n/fcitx-gtk/Manifest b/app-i18n/fcitx-gtk/Manifest
index c436532992df..4097cb7e8bff 100644
--- a/app-i18n/fcitx-gtk/Manifest
+++ b/app-i18n/fcitx-gtk/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-gtk-5.1.1.tar.xz 53716 BLAKE2B 
6231d3b0c2fd788f0f780aee41837b9d8fb21f730b271082d8517f6f0da7e0a0d5216fd6364998bfe535872cf334b63fb1b326167175657d2c5cb59bac4aae45
 SHA512 
14dc84661e33435df5157127b2a4a81adc399cdc833e1c32795783d60bf10fd301fb658fc48673cad87abccfe3bccbb7b4ee0d0da74460b7ef1d6529a554a3eb
 DIST fcitx-gtk-5.1.2.tar.xz 53760 BLAKE2B 
25eb0151bbc5a1277a593c2b07dce21f97f29d7d1bf4846a0edff7de0798e5bc33592ee00ddfffa8183a0e8d0bf1aaf1217b9f7e6cfde70c33b456740661e8bc
 SHA512 
585a64b81caef55391e352a5efc2efcded1220c8be378be93e4fc6abc6b70132b3bb3211271d5ed02b1623a6ffcf7ce784de026969025b5efb3497f82676fefa
+DIST fcitx-gtk-5.1.3.tar.zst 67927 BLAKE2B 
0019500e2dc8beb716b16c4a37461e45c4b14fbd1485afd1367a6dad56f2f6d363b3415b3923aceeebe576e47f93680d806a74750ef730fc0046f5eb815d4f94
 SHA512 
e19ba77e9e3d37947871b2c90ecec9089840a5639c2f0dc1a2b11efeda8291c2ee28809a2b4dd69d12f1e5988a13fbd7826cf15c88ce595fa287c81b3efc7f0e

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
new file mode 100644
index ..10e8a94f5aa7
--- /dev/null
+++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.3.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-gtk"
+
+inherit cmake gnome2-utils unpacker xdg
+
+DESCRIPTION="Gtk im module for fcitx5 and glib based dbus client library"
+HOMEPAGE="https://github.com/fcitx/fcitx5-gtk";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.zst 
-> ${P}.tar.zst"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
+REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
+
+RDEPEND="
+   app-i18n/fcitx:5
+   >=dev-libs/glib-2.56
+   x11-libs/libxkbcommon
+   gtk2? ( x11-libs/gtk+:2 )
+   gtk3? ( x11-libs/gtk+:3[wayland?,X?] )
+   gtk4? ( gui-libs/gtk:4[wayland?,X?] )
+   introspection? ( dev-libs/gobject-introspection )
+   X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   kde-frameworks/extra-cmake-modules:0
+"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GTK2_IM_MODULE=$(usex gtk2)
+   -DENABLE_GTK3_IM_MODULE=$(usex gtk3)
+   -DENABLE_GTK4_IM_MODULE=$(usex gtk4)
+   -DENABLE_SNOOPER=$(usex snooper)
+   -DENABLE_GIR=$(usex introspection)
+   -DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   use gtk2 && gnome2_query_immodules_gtk2
+   use gtk3 && gnome2_query_immodules_gtk3
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   use gtk2 && gnome2_query_immodules_gtk2
+   use gtk3 && gnome2_query_immodules_gtk3
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-04-03 Thread Yixun Lan
commit: ad241abf27a086fe1604b5d1ed46f121687663aa
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Apr  3 15:01:48 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Apr  4 02:50:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad241abf

app-i18n/fcitx-qt: drop 5.1.4

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-qt/Manifest  |  1 -
 app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild | 65 -
 2 files changed, 66 deletions(-)

diff --git a/app-i18n/fcitx-qt/Manifest b/app-i18n/fcitx-qt/Manifest
index 0642e34f4708..cd9e904371c3 100644
--- a/app-i18n/fcitx-qt/Manifest
+++ b/app-i18n/fcitx-qt/Manifest
@@ -1,2 +1 @@
-DIST fcitx-qt-5.1.4.tar.xz 92880 BLAKE2B 
b165740e173fe21e8953b5605713c0250265e4906c25a56c5320f2560d261a9b8d4111f0960287b08fa7ac18c917d0da737fb1022bba7f76ca2e2e00d2d4f060
 SHA512 
942999327415e3d4195c18c2fb02e12a313e3a2cf1dd1e32d0e6a7a98b625bcc1b3a7278934bb583a029dee43a271dba9bac75face42729249557f60e1146adf
 DIST fcitx-qt-5.1.5.tar.xz 93980 BLAKE2B 
b119cbf886a6c7d37c3d959897dea38ad2c1112811ed776ed53ee715f441798b300d54023b34980f625ef2cf3235be4f6c64f7e8c2c65568c8487306714bdb1f
 SHA512 
736677a268d345a962e8c44af81870d2cfc62db72c7a089e2c11151f7f682659ec83307a3397d1feb2dda7e9419847d5e365f7a20ca9b7d6216b690cb9c515c7

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild
deleted file mode 100644
index 6aef4f82cf22..
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5-qt"
-
-inherit cmake
-
-DESCRIPTION="Qt library and IM module for fcitx5"
-HOMEPAGE="https://github.com/fcitx/fcitx5-qt";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="BSD LGPL-2.1+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+qt5 onlyplugin staticplugin qt6 +X wayland"
-REQUIRED_USE="
-   || ( qt5 qt6 )
-   qt5? ( X )
-   staticplugin? ( onlyplugin )
-"
-
-RDEPEND="
-   !onlyplugin? (
-   >=app-i18n/fcitx-5.1.5:5
-   qt5? ( dev-qt/qtconcurrent:5 )
-   )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtdbus:5
-   dev-qt/qtgui:5=
-   dev-qt/qtwidgets:5
-   wayland? ( dev-qt/qtwayland:5 )
-   )
-   qt6? (
-   dev-qt/qtbase:6[dbus,gui,widgets,wayland?]
-   wayland? ( dev-qt/qtwayland:6 )
-   )
-   X? (
-   x11-libs/libX11
-   x11-libs/libxcb
-   x11-libs/libxkbcommon
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-   !onlyplugin? ( sys-devel/gettext )
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_QT4=no
-   -DENABLE_QT5=$(usex qt5)
-   -DENABLE_QT6=$(usex qt6)
-   -DENABLE_QT6_WAYLAND_WORKAROUND=$(usex qt6 $(usex wayland))
-   -DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
-   -DBUILD_STATIC_PLUGIN=$(usex staticplugin)
-   )
-   cmake_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-04-03 Thread Yixun Lan
commit: 9d0b6a0580b36b4a6855594892ae0d491c866a87
Author: Yongxiang Liang  gmail  com>
AuthorDate: Thu Apr  4 02:38:13 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Apr  4 02:50:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d0b6a05

app-i18n/fcitx-qt: Add missing slot operators

It needs to be recompiled because it uses private api of QT
when a subslot of qt6 changes.

Closes: https://github.com/gentoo/gentoo/pull/36077
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 .../fcitx-qt/{fcitx-qt-5.1.5-r1.ebuild => fcitx-qt-5.1.5-r2.ebuild}  | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
similarity index 96%
rename from app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
rename to app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
index e08026f4846e..d942ecaa99a6 100644
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r2.ebuild
@@ -11,6 +11,7 @@ DESCRIPTION="Qt library and IM module for fcitx5"
 HOMEPAGE="https://github.com/fcitx/fcitx5-qt";
 SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
 
+S="${WORKDIR}/${MY_PN}-${PV}"
 LICENSE="BSD LGPL-2.1+"
 SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
@@ -34,7 +35,7 @@ RDEPEND="
wayland? ( dev-qt/qtwayland:5 )
)
qt6? (
-   dev-qt/qtbase:6[dbus,gui,widgets,wayland?]
+   dev-qt/qtbase:6=[dbus,gui,widgets,wayland?]
wayland? ( dev-qt/qtwayland:6 )
)
X? (
@@ -50,8 +51,6 @@ BDEPEND="
!onlyplugin? ( sys-devel/gettext )
 "
 
-S="${WORKDIR}/${MY_PN}-${PV}"
-
 src_configure() {
local mycmakeargs=(
-DENABLE_QT4=no



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-03-08 Thread Yixun Lan
commit: cf33cd6be476e25d3bb5f607cb1d204c96e55f89
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Mar  8 16:59:42 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sat Mar  9 01:05:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf33cd6b

app-i18n/fcitx-qt: fix build with pure wayland

Closes: https://github.com/gentoo/gentoo/pull/35673
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-qt/{fcitx-qt-5.1.5.ebuild => fcitx-qt-5.1.5-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
similarity index 98%
rename from app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild
rename to app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
index 6aef4f82cf22..e08026f4846e 100644
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.5-r1.ebuild
@@ -58,6 +58,7 @@ src_configure() {
-DENABLE_QT5=$(usex qt5)
-DENABLE_QT6=$(usex qt6)
-DENABLE_QT6_WAYLAND_WORKAROUND=$(usex qt6 $(usex wayland))
+   -DENABLE_X11=$(usex X)
-DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
-DBUILD_STATIC_PLUGIN=$(usex staticplugin)
)



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-03-08 Thread Yixun Lan
commit: b3998c05714be708942f095f76bf9b9a973553bb
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Mar  8 11:16:46 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar  8 12:16:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3998c05

app-i18n/fcitx-qt: update Manifest

Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-qt/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-qt/Manifest b/app-i18n/fcitx-qt/Manifest
index e7bf43365fcc..0642e34f4708 100644
--- a/app-i18n/fcitx-qt/Manifest
+++ b/app-i18n/fcitx-qt/Manifest
@@ -1,2 +1,2 @@
 DIST fcitx-qt-5.1.4.tar.xz 92880 BLAKE2B 
b165740e173fe21e8953b5605713c0250265e4906c25a56c5320f2560d261a9b8d4111f0960287b08fa7ac18c917d0da737fb1022bba7f76ca2e2e00d2d4f060
 SHA512 
942999327415e3d4195c18c2fb02e12a313e3a2cf1dd1e32d0e6a7a98b625bcc1b3a7278934bb583a029dee43a271dba9bac75face42729249557f60e1146adf
-DIST fcitx-qt-5.1.5.tar.xz 93968 BLAKE2B 
ce8d0f1d5f92b90500273e5f08efd422a7c3c6734e1472f9b8ce0d87bb1e5309d6cc0b1f6fbff22d061d4ae03db4f434460fd7bc1faf130d097a6742ea3ba810
 SHA512 
e2c54c942affc457eb1ffc0bbc32b6352a603db12b9c04f723881efb9232a4c348b9b18d9c32373f21790aa8483e72b73acfdfd5b96a61d5010f3ce66e0c5607
+DIST fcitx-qt-5.1.5.tar.xz 93980 BLAKE2B 
b119cbf886a6c7d37c3d959897dea38ad2c1112811ed776ed53ee715f441798b300d54023b34980f625ef2cf3235be4f6c64f7e8c2c65568c8487306714bdb1f
 SHA512 
736677a268d345a962e8c44af81870d2cfc62db72c7a089e2c11151f7f682659ec83307a3397d1feb2dda7e9419847d5e365f7a20ca9b7d6216b690cb9c515c7



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-03-08 Thread Yixun Lan
commit: 460e29d4ace2da8af612b3e6e0c593b6f0f937b9
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Mar  1 13:33:50 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar  8 09:06:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=460e29d4

app-i18n/fcitx-qt: add 5.1.5

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-qt/Manifest  |  1 +
 app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild | 65 +
 2 files changed, 66 insertions(+)

diff --git a/app-i18n/fcitx-qt/Manifest b/app-i18n/fcitx-qt/Manifest
index 414c8e399b34..e7bf43365fcc 100644
--- a/app-i18n/fcitx-qt/Manifest
+++ b/app-i18n/fcitx-qt/Manifest
@@ -1 +1,2 @@
 DIST fcitx-qt-5.1.4.tar.xz 92880 BLAKE2B 
b165740e173fe21e8953b5605713c0250265e4906c25a56c5320f2560d261a9b8d4111f0960287b08fa7ac18c917d0da737fb1022bba7f76ca2e2e00d2d4f060
 SHA512 
942999327415e3d4195c18c2fb02e12a313e3a2cf1dd1e32d0e6a7a98b625bcc1b3a7278934bb583a029dee43a271dba9bac75face42729249557f60e1146adf
+DIST fcitx-qt-5.1.5.tar.xz 93968 BLAKE2B 
ce8d0f1d5f92b90500273e5f08efd422a7c3c6734e1472f9b8ce0d87bb1e5309d6cc0b1f6fbff22d061d4ae03db4f434460fd7bc1faf130d097a6742ea3ba810
 SHA512 
e2c54c942affc457eb1ffc0bbc32b6352a603db12b9c04f723881efb9232a4c348b9b18d9c32373f21790aa8483e72b73acfdfd5b96a61d5010f3ce66e0c5607

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild
new file mode 100644
index ..6aef4f82cf22
--- /dev/null
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.5.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-qt"
+
+inherit cmake
+
+DESCRIPTION="Qt library and IM module for fcitx5"
+HOMEPAGE="https://github.com/fcitx/fcitx5-qt";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="BSD LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+qt5 onlyplugin staticplugin qt6 +X wayland"
+REQUIRED_USE="
+   || ( qt5 qt6 )
+   qt5? ( X )
+   staticplugin? ( onlyplugin )
+"
+
+RDEPEND="
+   !onlyplugin? (
+   >=app-i18n/fcitx-5.1.5:5
+   qt5? ( dev-qt/qtconcurrent:5 )
+   )
+   qt5? (
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5=
+   dev-qt/qtwidgets:5
+   wayland? ( dev-qt/qtwayland:5 )
+   )
+   qt6? (
+   dev-qt/qtbase:6[dbus,gui,widgets,wayland?]
+   wayland? ( dev-qt/qtwayland:6 )
+   )
+   X? (
+   x11-libs/libX11
+   x11-libs/libxcb
+   x11-libs/libxkbcommon
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+   !onlyplugin? ( sys-devel/gettext )
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_QT4=no
+   -DENABLE_QT5=$(usex qt5)
+   -DENABLE_QT6=$(usex qt6)
+   -DENABLE_QT6_WAYLAND_WORKAROUND=$(usex qt6 $(usex wayland))
+   -DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
+   -DBUILD_STATIC_PLUGIN=$(usex staticplugin)
+   )
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-03-08 Thread Yixun Lan
commit: bf5b8fe02ba4072ebd99aad3aa173a9994fbd8d9
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Mar  1 13:34:23 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar  8 09:09:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5b8fe0

app-i18n/fcitx-table-other: add 5.1.1

Closes: https://github.com/gentoo/gentoo/pull/35589
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-other/Manifest|  1 +
 .../fcitx-table-other-5.1.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-i18n/fcitx-table-other/Manifest 
b/app-i18n/fcitx-table-other/Manifest
index 2bd702407d0c..f8dee9e3b6c2 100644
--- a/app-i18n/fcitx-table-other/Manifest
+++ b/app-i18n/fcitx-table-other/Manifest
@@ -1 +1,2 @@
 DIST fcitx-table-other-5.1.0.tar.xz 285864 BLAKE2B 
22ccfe519d497fb12c929404632b4e683e0471f8e5183492e9e1607b7a09042c30fc4515d323c0a0d33bfa683ed93b59af988622bc83148fc89e825605626612
 SHA512 
91b1b38edad9eef862f0bd72423cd2caf343688563190b8b67a24d468d6a1b367847c5e87cc3f440ab5a41a03575721206f86a75b7568b3453e975d4457bf03b
+DIST fcitx-table-other-5.1.1.tar.xz 284308 BLAKE2B 
7dee4d9ba5debe19568ff3fea7ce025f6b27d0641fd5207fc67e726b61621975d5553478de4136b72ccc930675df4c5096ec340da16471351ef00f107ce94e1a
 SHA512 
13e4139a0ed320f7bae1d9e6ac68eae624235fb00446dc3db7b01913f130324cc1353115c1d8c9b34e04507b9956ef5875ec59a398eec6dfdbda281b67dafdc7

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.1.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.1.ebuild
new file mode 100644
index ..a0137688d848
--- /dev/null
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=fcitx5-table-other
+
+inherit cmake xdg
+
+DESCRIPTION="Provides some other tables for Fcitx, fork from 
ibus-table-others, scim-tables"
+HOMEPAGE="https://github.com/fcitx/fcitx5-table-other";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+DEPEND="
+   app-i18n/fcitx:5
+   app-i18n/libime
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-03-08 Thread Yixun Lan
commit: 3a78a58bdab807e02f2634be3768734250ed85b1
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Mar  1 13:34:08 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar  8 09:06:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a78a58b

app-i18n/fcitx-table-extra: add 5.1.4

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-table-extra/Manifest|  1 +
 .../fcitx-table-extra-5.1.4.ebuild | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/app-i18n/fcitx-table-extra/Manifest 
b/app-i18n/fcitx-table-extra/Manifest
index 0a911f66bc93..78a5b058f9a5 100644
--- a/app-i18n/fcitx-table-extra/Manifest
+++ b/app-i18n/fcitx-table-extra/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-table-extra-0.3.8.tar.xz 3700736 BLAKE2B 
b8ce4b3aa04eba8b594b86958bb83e348758c30688828a4834643cf7bdd62852c2ca89bc4f75f0cb1b16ce969b0454c58e3abadff9c78318dc0953e0905c75fa
 SHA512 
454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df
 DIST fcitx-table-extra-5.1.3.tar.xz 7557460 BLAKE2B 
c5a06cd79d19ad3794379da24f0fa2c41b7edba3b62a7e377d1b85c66844c10167e46bfbb7d79c3795f22b579eeac99b0c37e79e2778fb73fb92595495776b89
 SHA512 
14dc416c5d5936484fd0a940ee8e1e3ddd34064b48213e69d3e93ce63d60c95ceac727cf3925e2aa0457d001ef72276f647246b739b98a6480f27b47e356cc3b
+DIST fcitx-table-extra-5.1.4.tar.xz 7506768 BLAKE2B 
62082946e5e399eda6d4d44e3aaac7e96975da9ec39031735d775f526e7879718dae0fb8020364c65ca684bb186affcd1956a1fb87da9971d0135d9acd025da2
 SHA512 
c26007209706263d29f189a6bb8088d5bde81c322649b6dba21df76fda3dc1a6926066c950bdbd09f3392216bbf61aec8657f8182844b5656e4111554b5025bb

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.4.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.4.ebuild
new file mode 100644
index ..13ba0b2957b7
--- /dev/null
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.4.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=fcitx5-table-extra
+
+inherit cmake xdg
+
+DESCRIPTION="Provides extra table for Fcitx, including Boshiamy, Zhengma, 
Cangjie, and Quick"
+HOMEPAGE="https://github.com/fcitx/fcitx5-table-extra";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+DEPEND="
+   !app-i18n/fcitx-table-extra:4
+   app-i18n/fcitx:5
+   app-i18n/libime
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-03-08 Thread Yixun Lan
commit: 1eca8602ab91a32e3735a5e2e938644d87ae8f76
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Mar  1 13:32:55 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar  8 09:06:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eca8602

app-i18n/fcitx-configtool: add 5.1.4

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-configtool/Manifest |  1 +
 .../fcitx-configtool/fcitx-configtool-5.1.4.ebuild | 72 ++
 2 files changed, 73 insertions(+)

diff --git a/app-i18n/fcitx-configtool/Manifest 
b/app-i18n/fcitx-configtool/Manifest
index dbd36834a892..10b2e3818783 100644
--- a/app-i18n/fcitx-configtool/Manifest
+++ b/app-i18n/fcitx-configtool/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-configtool-0.4.10.tar.xz 50440 BLAKE2B 
f2f2241d3ea139f6f3de9b8c6ffcc71c789dfa291efe4c551596eebc8a04f13f9fe698cc25d8349a174399044d15ddca2aeab952ac2bc7f0f4e9e47d453329ca
 SHA512 
1c1267e9de694bbd5f258b5bba1e7514c4f8556cdc82a1cce5eafd8a4ec571955285dade0acd02f128eca01f867a30c5c6264ee7e91d32a333eba6e4d275fe8f
 DIST fcitx-configtool-5.1.3.tar.xz 110124 BLAKE2B 
0aa608b80388ef0ecb2bb693a23bb600addcffcb61f446c7cdafe9930a00809ab62a77cad008602e3cc0bd0ae743fb1bbef9caabf52cc45fdb42586316031f9f
 SHA512 
05be9591c7e609e302f4c803d2799ee7d02fab5de5577067bdffe31fb507f28deb1d674f38d319628c2fa4b5948c4a6958704d18e19bd7c9006683cdeaed11d3
+DIST fcitx-configtool-5.1.4.tar.xz 110356 BLAKE2B 
942cd0b68d689f865bb46796543cea7746a0409bead0cb0d79f30ca23b988f93ac81ed862855f521c5e36541d210d12f898d45f195dc2afb2181198c846a8b27
 SHA512 
95ac4a8b8c261ae990d30d34ffa02f14f00916197f8f9f81ca4dd8a33c609124b1cfb25ce3ff8ccb653409879606f7f97dc0fd01e8e1d7f2ddba8bdfc51ac6eb

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.4.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.4.ebuild
new file mode 100644
index ..f58d2433cd8f
--- /dev/null
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.4.ebuild
@@ -0,0 +1,72 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-configtool"
+
+inherit cmake
+
+DESCRIPTION="Configuration module for Fcitx"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="kcm +config-qt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=app-i18n/fcitx-5.1.6:5
+   >=app-i18n/fcitx-qt-5.1.4:5[qt5,-onlyplugin]
+   app-text/iso-codes
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtdbus:5
+   dev-qt/qtgui:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+   dev-qt/qtx11extras:5
+   kde-frameworks/kwidgetsaddons:5
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-misc/xkeyboard-config
+   config-qt? (
+   kde-frameworks/kitemviews:5
+   )
+   kcm? (
+   x11-libs/libxkbcommon
+   dev-qt/qtquickcontrols2:5
+   kde-frameworks/kcoreaddons:5
+   kde-frameworks/kdeclarative:5
+   kde-frameworks/ki18n:5
+   kde-frameworks/kiconthemes:5
+   kde-frameworks/kirigami:5
+   kde-frameworks/kpackage:5
+   kde-plasma/libplasma:5
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
+   -DENABLE_KCM=$(usex kcm)
+   -DENABLE_CONFIG_QT=$(usex config-qt)
+   -DENABLE_TEST=$(usex test)
+   # kde-frameworks/kitemviews:6 is not ready.
+   -DUSE_QT6=no
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-03-08 Thread Yixun Lan
commit: dccd9cb29d417ddd115302f774fe5686e9572a70
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Mar  1 13:32:00 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar  8 09:06:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccd9cb2

app-i18n/fcitx: add 5.1.8

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx/Manifest   |   1 +
 app-i18n/fcitx/fcitx-5.1.8.ebuild | 123 ++
 2 files changed, 124 insertions(+)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 3bf41ef39b53..4a254773a624 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,5 +1,6 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
 DIST fcitx-5.1.7.tar.xz 7497708 BLAKE2B 
3063148573a5fc7d564784bf4ed82ddabb8c1763c9c41e232b8aff442f15df21586abda37e3908abd3da2c90ffd21746add8664d98ed78cf14620edff8f45105
 SHA512 
0bc11065e0c3357471c51bdfa6f752e089a6d361349002e62f4ac952c8a0f1790a27aba195d027b340103eb4a6eef0efec124b8931ac2285e8b1b69ca3487269
+DIST fcitx-5.1.8.tar.xz 7498828 BLAKE2B 
48aa2d6f81cbba17b2614c9f50491391ab5c55bf9e4e0915f2e34a120f158260b2719cb46f11436b58a5345655ef9d7067523b27cc1b02a1a90bd1b5d8491433
 SHA512 
4472b49cbc3fd20f066bbec4e107eafb5444fffd22feee7b4f5b637d324b03a16e82c950e95624629b984f72a5a62fca73087a032946c4eedb86d8a528c52a43
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
 DIST fcitx-data-pinyin.tar.gz 1608886 BLAKE2B 
3b7e72559bb838b4f2245e6faf2d627df17e9383ef8fe382e10333c1a95d79409ec042caa7d77c9bcd956b1c5d5456dab9d82208cd89d90e2be759c76f56f3d1
 SHA512 
1ee19eed3ee58be6cd6562ec363fe3bf630fff5e8820b3bfdd6d4618fceb082695e888dec5366a3685d58706f720e19319d891c223227237aed12674ea982131
 DIST fcitx-data-py_stroke-20121124.tar.gz 445601 BLAKE2B 
43b29b30da11b18196918e4df847406871eff75595b62608ad86b0ef6de83ec5e1b722645cabb809281075b393b5970e4d9580594caa73060c866c2d3cd988e7
 SHA512 
d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3

diff --git a/app-i18n/fcitx/fcitx-5.1.8.ebuild 
b/app-i18n/fcitx/fcitx-5.1.8.ebuild
new file mode 100644
index ..3e0b4a144558
--- /dev/null
+++ b/app-i18n/fcitx/fcitx-5.1.8.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5"
+
+inherit cmake xdg
+
+DESCRIPTION="Fcitx 5 is a generic input method framework"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
+SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="LGPL-2+ Unicode-DFS-2016"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
+REQUIRED_USE="
+   || ( wayland X )
+   X? ( keyboard )
+   wayland? ( keyboard )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !app-i18n/fcitx:4
+   dev-libs/libfmt
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/cairo[X?]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango[X?]
+   doc? (
+   app-text/doxygen
+   dev-texlive/texlive-fontutils
+   )
+   emoji? ( sys-libs/zlib )
+   enchant? ( app-text/enchant:2 )
+   keyboard? (
+   app-text/iso-codes
+   dev-libs/expat
+   dev-libs/json-c:=
+   x11-misc/xkeyboard-config
+   x11-libs/libxkbcommon[X?,wayland?]
+   )
+   systemd? (
+   sys-apps/systemd
+   )
+   !systemd? (
+   dev-libs/libuv
+   sys-apps/dbus
+   )
+   wayland? (
+   dev-libs/glib:2
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+   X? (
+   dev-libs/glib:2
+   >=x11-libs/xcb-imdkit-1.0.3:5
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-libs/xcb-util
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   kde-frameworks/extra-cmake-modules:0
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DBUS=on
+   -DENABLE_XDG

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-gtk/

2024-03-08 Thread Yixun Lan
commit: 83f119ed02ae5d6ed1b354af7ea0989a0d0053c9
Author: Yongxiang Liang  gmail  com>
AuthorDate: Fri Mar  1 13:33:08 2024 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Mar  8 09:06:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83f119ed

app-i18n/fcitx-gtk: add 5.1.2

Upstream fixed it in the new version.

Closes: https://bugs.gentoo.org/925920
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-i18n/fcitx-gtk/Manifest   |  1 +
 app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild | 60 +++
 2 files changed, 61 insertions(+)

diff --git a/app-i18n/fcitx-gtk/Manifest b/app-i18n/fcitx-gtk/Manifest
index c81c7c371ad2..c436532992df 100644
--- a/app-i18n/fcitx-gtk/Manifest
+++ b/app-i18n/fcitx-gtk/Manifest
@@ -1 +1,2 @@
 DIST fcitx-gtk-5.1.1.tar.xz 53716 BLAKE2B 
6231d3b0c2fd788f0f780aee41837b9d8fb21f730b271082d8517f6f0da7e0a0d5216fd6364998bfe535872cf334b63fb1b326167175657d2c5cb59bac4aae45
 SHA512 
14dc84661e33435df5157127b2a4a81adc399cdc833e1c32795783d60bf10fd301fb658fc48673cad87abccfe3bccbb7b4ee0d0da74460b7ef1d6529a554a3eb
+DIST fcitx-gtk-5.1.2.tar.xz 53760 BLAKE2B 
25eb0151bbc5a1277a593c2b07dce21f97f29d7d1bf4846a0edff7de0798e5bc33592ee00ddfffa8183a0e8d0bf1aaf1217b9f7e6cfde70c33b456740661e8bc
 SHA512 
585a64b81caef55391e352a5efc2efcded1220c8be378be93e4fc6abc6b70132b3bb3211271d5ed02b1623a6ffcf7ce784de026969025b5efb3497f82676fefa

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild
new file mode 100644
index ..22819d3b08b2
--- /dev/null
+++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5-gtk"
+
+inherit cmake gnome2-utils xdg
+
+DESCRIPTION="Gtk im module for fcitx5 and glib based dbus client library"
+HOMEPAGE="https://github.com/fcitx/fcitx5-gtk";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="LGPL-2.1+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
+REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
+
+RDEPEND="
+   app-i18n/fcitx:5
+   >=dev-libs/glib-2.56
+   x11-libs/libxkbcommon
+   gtk2? ( x11-libs/gtk+:2 )
+   gtk3? ( x11-libs/gtk+:3[wayland?,X?] )
+   gtk4? ( gui-libs/gtk:4[wayland?,X?] )
+   introspection? ( dev-libs/gobject-introspection )
+   X? ( x11-libs/libX11 )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   kde-frameworks/extra-cmake-modules:0
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_GTK2_IM_MODULE=$(usex gtk2)
+   -DENABLE_GTK3_IM_MODULE=$(usex gtk3)
+   -DENABLE_GTK4_IM_MODULE=$(usex gtk4)
+   -DENABLE_SNOOPER=$(usex snooper)
+   -DENABLE_GIR=$(usex introspection)
+   -DBUILD_ONLY_PLUGIN=$(usex onlyplugin)
+   )
+   cmake_src_configure
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   use gtk2 && gnome2_query_immodules_gtk2
+   use gtk3 && gnome2_query_immodules_gtk3
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   use gtk2 && gnome2_query_immodules_gtk2
+   use gtk3 && gnome2_query_immodules_gtk3
+}



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/

2024-02-06 Thread WANG Xuerui
commit: 510bd401240b4b3ae7f6881486efe90dbdf577a7
Author: Ryan Qian  bitbili  net>
AuthorDate: Fri Feb  2 14:09:09 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Feb  7 05:16:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=510bd401

app-i18n/fcitx-chewing: fix icon collision between slot 4 and 5

Since the corresponding major dependencies app-i18n/fcitx:5 and
app-i18n/fcitx:4 are mutually blocked, it is sufficient to make these
two also mutually blocked.

Closes: https://bugs.gentoo.org/923577
Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
index 9c30a68cf4fa..7a2ba6c6a106 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
@@ -16,6 +16,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 RDEPEND="
+   !app-i18n/fcitx-chewing:4
>=app-i18n/fcitx-5.1.6:5
>=app-i18n/libchewing-0.5.0
 "



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-02-06 Thread WANG Xuerui
commit: f342541d0b1c0e6a45667fceb479b21b080e03df
Author: Ryan Qian  bitbili  net>
AuthorDate: Fri Feb  2 14:05:25 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Feb  7 05:16:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f342541d

app-i18n/fcitx-table-extra: fix icon collisions between slot 4 and 5

Since the corresponding major dependencies app-i18n/fcitx:5 and
app-i18n/fcitx:4 are mutually blocked, it is sufficient to make these
two also mutually blocked.

Closes: https://bugs.gentoo.org/923580
Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild
index 199ff7f064a8..13ba0b2957b7 100644
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild
@@ -16,6 +16,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
+   !app-i18n/fcitx-table-extra:4
app-i18n/fcitx:5
app-i18n/libime
 "



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-hangul/

2024-02-06 Thread WANG Xuerui
commit: 832091ce9db1197f7b544d44c3cc1adba60fe483
Author: Ryan Qian  bitbili  net>
AuthorDate: Fri Feb  2 14:07:54 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Feb  7 05:16:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=832091ce

app-i18n/fcitx-hangul: fix icon collision between slot 4 and 5

Since the corresponding major dependencies app-i18n/fcitx:5 and
app-i18n/fcitx:4 are mutually blocked, it is sufficient to make these
two also mutually blocked.

Closes: https://bugs.gentoo.org/923578
Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild 
b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
index 80cd01264b60..e59e67deae69 100644
--- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
+++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
@@ -16,6 +16,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
+   !app-i18n/fcitx-hangul:4
>=app-i18n/fcitx-5.1.6:5
>=app-i18n/libhangul-0.0.12
virtual/libiconv



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-anthy/

2024-02-06 Thread WANG Xuerui
commit: 065d965493d80d649a45865c74b472b99f41bbf2
Author: Ryan Qian  bitbili  net>
AuthorDate: Fri Feb  2 14:10:15 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Feb  7 05:16:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065d9654

app-i18n/fcitx-anthy: fix icon collisions between slot 4 and 5

Since the corresponding major dependencies app-i18n/fcitx:5 and
app-i18n/fcitx:4 are mutually blocked, it is sufficient to make these
two also mutually blocked.

Closes: https://bugs.gentoo.org/923576
Closes: https://github.com/gentoo/gentoo/pull/35148
Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild 
b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
index dea567bb74f8..0c92f331693c 100644
--- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
+++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
@@ -18,6 +18,7 @@ IUSE="test"
 RESTRICT="!test? ( test )"
 
 RDEPEND="
+   !app-i18n/fcitx-anthy:4
app-i18n/anthy
>=app-i18n/fcitx-5.1.6:5
 "



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-02-06 Thread WANG Xuerui
commit: 50ba2f6c2828198cea145470e93afc99d8b3eebc
Author: Ryan Qian  bitbili  net>
AuthorDate: Fri Feb  2 13:55:07 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Feb  7 05:16:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ba2f6c

app-i18n/fcitx-rime: fix icon collision between slot 4 and 5

Since the corresponding major dependencies app-i18n/fcitx:5 and
app-i18n/fcitx:4 are mutually blocked, it is sufficient to make these
two also mutually blocked.

Closes: https://bugs.gentoo.org/923579
Signed-off-by: Ryan Qian  bitbili.net>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
index e480e0cabd8b..dd6e94808af2 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -15,6 +15,7 @@ SLOT="5"
 KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
+   !app-i18n/fcitx-rime:4
>=app-i18n/fcitx-5.1.2:5
app-i18n/librime
app-i18n/rime-data



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-01-18 Thread WANG Xuerui
commit: 1346db068026166c491cc426aebfe13ac0e5e044
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 22:53:16 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jan 18 15:09:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1346db06

app-i18n/fcitx-table-extra: add 5.1.3

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-table-extra/Manifest|  1 +
 .../fcitx-table-extra-5.1.3.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/app-i18n/fcitx-table-extra/Manifest 
b/app-i18n/fcitx-table-extra/Manifest
index 09415d03df66..57d853eff8c2 100644
--- a/app-i18n/fcitx-table-extra/Manifest
+++ b/app-i18n/fcitx-table-extra/Manifest
@@ -1,2 +1,3 @@
 DIST fcitx-table-extra-0.3.8.tar.xz 3700736 BLAKE2B 
b8ce4b3aa04eba8b594b86958bb83e348758c30688828a4834643cf7bdd62852c2ca89bc4f75f0cb1b16ce969b0454c58e3abadff9c78318dc0953e0905c75fa
 SHA512 
454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df
 DIST fcitx-table-extra-5.1.1.tar.xz 7625532 BLAKE2B 
f71836435f0c700194eb274d20665dc439b2e2504624726867b3aa7d67c641b1370d3f08c4f8b5899c1d55e5a703902ae8156f9f898b489f30106a0f5f70
 SHA512 
d01edd197fc4a73fc0726632d0f67d6eb96a9bd3e905c4c9efd6b4b767629f339fbf25902efcffbc3c9357a91784d26c1a239374775b40b29cc989392fff
+DIST fcitx-table-extra-5.1.3.tar.xz 7557460 BLAKE2B 
c5a06cd79d19ad3794379da24f0fa2c41b7edba3b62a7e377d1b85c66844c10167e46bfbb7d79c3795f22b579eeac99b0c37e79e2778fb73fb92595495776b89
 SHA512 
14dc416c5d5936484fd0a940ee8e1e3ddd34064b48213e69d3e93ce63d60c95ceac727cf3925e2aa0457d001ef72276f647246b739b98a6480f27b47e356cc3b

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild
new file mode 100644
index ..199ff7f064a8
--- /dev/null
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN=fcitx5-table-extra
+
+inherit cmake xdg
+
+DESCRIPTION="Provides extra table for Fcitx, including Boshiamy, Zhengma, 
Cangjie, and Quick"
+HOMEPAGE="https://github.com/fcitx/fcitx5-table-extra";
+SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="GPL-3+"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+
+DEPEND="
+   app-i18n/fcitx:5
+   app-i18n/libime
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   kde-frameworks/extra-cmake-modules:0
+   virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-01-18 Thread WANG Xuerui
commit: 3e5a3e4c56c11e77d036ac62eae7010a5d0d4779
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 23:03:02 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jan 18 15:09:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e5a3e4c

app-i18n/fcitx-table-extra: drop 5.1.1

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-table-extra/Manifest|  1 -
 .../fcitx-table-extra-5.1.1.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-i18n/fcitx-table-extra/Manifest 
b/app-i18n/fcitx-table-extra/Manifest
index 57d853eff8c2..0a911f66bc93 100644
--- a/app-i18n/fcitx-table-extra/Manifest
+++ b/app-i18n/fcitx-table-extra/Manifest
@@ -1,3 +1,2 @@
 DIST fcitx-table-extra-0.3.8.tar.xz 3700736 BLAKE2B 
b8ce4b3aa04eba8b594b86958bb83e348758c30688828a4834643cf7bdd62852c2ca89bc4f75f0cb1b16ce969b0454c58e3abadff9c78318dc0953e0905c75fa
 SHA512 
454798e9bd25c630ce98e2daf7296e82ba5fbc98027171038a5a7b9ac3169c153302a6703d9416718ec3a0b76db6d732caf3f03c6e6005841c9d7798702542df
-DIST fcitx-table-extra-5.1.1.tar.xz 7625532 BLAKE2B 
f71836435f0c700194eb274d20665dc439b2e2504624726867b3aa7d67c641b1370d3f08c4f8b5899c1d55e5a703902ae8156f9f898b489f30106a0f5f70
 SHA512 
d01edd197fc4a73fc0726632d0f67d6eb96a9bd3e905c4c9efd6b4b767629f339fbf25902efcffbc3c9357a91784d26c1a239374775b40b29cc989392fff
 DIST fcitx-table-extra-5.1.3.tar.xz 7557460 BLAKE2B 
c5a06cd79d19ad3794379da24f0fa2c41b7edba3b62a7e377d1b85c66844c10167e46bfbb7d79c3795f22b579eeac99b0c37e79e2778fb73fb92595495776b89
 SHA512 
14dc416c5d5936484fd0a940ee8e1e3ddd34064b48213e69d3e93ce63d60c95ceac727cf3925e2aa0457d001ef72276f647246b739b98a6480f27b47e356cc3b

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
deleted file mode 100644
index 199ff7f064a8..
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=fcitx5-table-extra
-
-inherit cmake xdg
-
-DESCRIPTION="Provides extra table for Fcitx, including Boshiamy, Zhengma, 
Cangjie, and Quick"
-HOMEPAGE="https://github.com/fcitx/fcitx5-table-extra";
-SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-
-DEPEND="
-   app-i18n/fcitx:5
-   app-i18n/libime
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   kde-frameworks/extra-cmake-modules:0
-   virtual/pkgconfig
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-01-18 Thread WANG Xuerui
commit: 9ed7b0d958425336fb3038f67a3fd3e43f684f02
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 22:53:04 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jan 18 15:09:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ed7b0d9

app-i18n/fcitx: add 5.1.7

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx/Manifest   |   1 +
 app-i18n/fcitx/fcitx-5.1.7.ebuild | 123 ++
 2 files changed, 124 insertions(+)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 7a5d7b726a37..066d709e0cfb 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,5 +1,6 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
 DIST fcitx-5.1.6.tar.xz 7493752 BLAKE2B 
b34d4cbe495b3d85090755e6291125a393e9b259cc35ac3eb60550d32160bf315ff2db2e9904b65b365a375f35d922b031f2428f106e196c2a91106c7d0965d2
 SHA512 
8f10dfb230d4b4c7e559eb77e7a56c17964e404dc12bd3319f7dc715159a289faa1df95a342a0a1723e7d645aba808b967fd10d04ac065de2c49843a7905e7cb
+DIST fcitx-5.1.7.tar.xz 7497708 BLAKE2B 
3063148573a5fc7d564784bf4ed82ddabb8c1763c9c41e232b8aff442f15df21586abda37e3908abd3da2c90ffd21746add8664d98ed78cf14620edff8f45105
 SHA512 
0bc11065e0c3357471c51bdfa6f752e089a6d361349002e62f4ac952c8a0f1790a27aba195d027b340103eb4a6eef0efec124b8931ac2285e8b1b69ca3487269
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
 DIST fcitx-data-pinyin.tar.gz 1608886 BLAKE2B 
3b7e72559bb838b4f2245e6faf2d627df17e9383ef8fe382e10333c1a95d79409ec042caa7d77c9bcd956b1c5d5456dab9d82208cd89d90e2be759c76f56f3d1
 SHA512 
1ee19eed3ee58be6cd6562ec363fe3bf630fff5e8820b3bfdd6d4618fceb082695e888dec5366a3685d58706f720e19319d891c223227237aed12674ea982131
 DIST fcitx-data-py_stroke-20121124.tar.gz 445601 BLAKE2B 
43b29b30da11b18196918e4df847406871eff75595b62608ad86b0ef6de83ec5e1b722645cabb809281075b393b5970e4d9580594caa73060c866c2d3cd988e7
 SHA512 
d80ff9a3549e07c7a6935e686785f9a076c58f1a782a832ae28ee65e2a213d67f089f450ce09bed87ec2a141c32b9c1fcb83c221ddcab436858fa9009f161fb3

diff --git a/app-i18n/fcitx/fcitx-5.1.7.ebuild 
b/app-i18n/fcitx/fcitx-5.1.7.ebuild
new file mode 100644
index ..3e0b4a144558
--- /dev/null
+++ b/app-i18n/fcitx/fcitx-5.1.7.ebuild
@@ -0,0 +1,123 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="fcitx5"
+
+inherit cmake xdg
+
+DESCRIPTION="Fcitx 5 is a generic input method framework"
+HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
+SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.xz 
-> ${P}.tar.xz"
+
+LICENSE="LGPL-2+ Unicode-DFS-2016"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
+IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
+REQUIRED_USE="
+   || ( wayland X )
+   X? ( keyboard )
+   wayland? ( keyboard )
+"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   !app-i18n/fcitx:4
+   dev-libs/libfmt
+   sys-devel/gettext
+   virtual/libintl
+   x11-libs/cairo[X?]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/pango[X?]
+   doc? (
+   app-text/doxygen
+   dev-texlive/texlive-fontutils
+   )
+   emoji? ( sys-libs/zlib )
+   enchant? ( app-text/enchant:2 )
+   keyboard? (
+   app-text/iso-codes
+   dev-libs/expat
+   dev-libs/json-c:=
+   x11-misc/xkeyboard-config
+   x11-libs/libxkbcommon[X?,wayland?]
+   )
+   systemd? (
+   sys-apps/systemd
+   )
+   !systemd? (
+   dev-libs/libuv
+   sys-apps/dbus
+   )
+   wayland? (
+   dev-libs/glib:2
+   dev-libs/wayland
+   dev-libs/wayland-protocols
+   dev-util/wayland-scanner
+   )
+   X? (
+   dev-libs/glib:2
+   >=x11-libs/xcb-imdkit-1.0.3:5
+   x11-libs/libX11
+   x11-libs/libxkbfile
+   x11-libs/xcb-util
+   x11-libs/xcb-util-keysyms
+   x11-libs/xcb-util-wm
+   )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+   virtual/pkgconfig
+   kde-frameworks/extra-cmake-modules:0
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_configure() {
+   local mycmakeargs=(
+   -DENABLE_DBUS=on
+   -DENABLE

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-01-18 Thread WANG Xuerui
commit: 4a9a3acd8753db1b425c41225361cc349aeffc68
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 23:02:26 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu Jan 18 15:09:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9a3acd

app-i18n/fcitx: drop 5.1.6

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx/Manifest   |   1 -
 app-i18n/fcitx/fcitx-5.1.6.ebuild | 123 --
 2 files changed, 124 deletions(-)

diff --git a/app-i18n/fcitx/Manifest b/app-i18n/fcitx/Manifest
index 066d709e0cfb..3bf41ef39b53 100644
--- a/app-i18n/fcitx/Manifest
+++ b/app-i18n/fcitx/Manifest
@@ -1,5 +1,4 @@
 DIST fcitx-4.2.9.8_dict.tar.xz 8737888 BLAKE2B 
2de3ccbf1b37a9bcf1a3cb257d7837669e946765722c3d6f442ad071d7d81a6e8178e47051fc3aa53b9b4771d3aca602c2e22fa7a3d117a9e1f2779497e02c52
 SHA512 
50a954c3178f53fd2d441cdaf81fb44a7fe8dfb263fa6d8dd4ee4884fc7ae8321880c726c9366d11e2a4ac8da2233268d06e5d0800d4527ba0bdb1a1430248ed
-DIST fcitx-5.1.6.tar.xz 7493752 BLAKE2B 
b34d4cbe495b3d85090755e6291125a393e9b259cc35ac3eb60550d32160bf315ff2db2e9904b65b365a375f35d922b031f2428f106e196c2a91106c7d0965d2
 SHA512 
8f10dfb230d4b4c7e559eb77e7a56c17964e404dc12bd3319f7dc715159a289faa1df95a342a0a1723e7d645aba808b967fd10d04ac065de2c49843a7905e7cb
 DIST fcitx-5.1.7.tar.xz 7497708 BLAKE2B 
3063148573a5fc7d564784bf4ed82ddabb8c1763c9c41e232b8aff442f15df21586abda37e3908abd3da2c90ffd21746add8664d98ed78cf14620edff8f45105
 SHA512 
0bc11065e0c3357471c51bdfa6f752e089a6d361349002e62f4ac952c8a0f1790a27aba195d027b340103eb4a6eef0efec124b8931ac2285e8b1b69ca3487269
 DIST fcitx-data-en_dict-20121020.tar.gz 630491 BLAKE2B 
2df897b1c9fb3a2ce186ee590e5f3ccbc7930f047218bf0fefa317f74b3287fc0be9c393d3310fe07208379118ec4c46608a1c703ef37b3aee65b2d790cb7f0d
 SHA512 
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
 DIST fcitx-data-pinyin.tar.gz 1608886 BLAKE2B 
3b7e72559bb838b4f2245e6faf2d627df17e9383ef8fe382e10333c1a95d79409ec042caa7d77c9bcd956b1c5d5456dab9d82208cd89d90e2be759c76f56f3d1
 SHA512 
1ee19eed3ee58be6cd6562ec363fe3bf630fff5e8820b3bfdd6d4618fceb082695e888dec5366a3685d58706f720e19319d891c223227237aed12674ea982131

diff --git a/app-i18n/fcitx/fcitx-5.1.6.ebuild 
b/app-i18n/fcitx/fcitx-5.1.6.ebuild
deleted file mode 100644
index 3e0b4a144558..
--- a/app-i18n/fcitx/fcitx-5.1.6.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="fcitx5"
-
-inherit cmake xdg
-
-DESCRIPTION="Fcitx 5 is a generic input method framework"
-HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5";
-SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.xz 
-> ${P}.tar.xz"
-
-LICENSE="LGPL-2+ Unicode-DFS-2016"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
-IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
-REQUIRED_USE="
-   || ( wayland X )
-   X? ( keyboard )
-   wayland? ( keyboard )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   !app-i18n/fcitx:4
-   dev-libs/libfmt
-   sys-devel/gettext
-   virtual/libintl
-   x11-libs/cairo[X?]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/pango[X?]
-   doc? (
-   app-text/doxygen
-   dev-texlive/texlive-fontutils
-   )
-   emoji? ( sys-libs/zlib )
-   enchant? ( app-text/enchant:2 )
-   keyboard? (
-   app-text/iso-codes
-   dev-libs/expat
-   dev-libs/json-c:=
-   x11-misc/xkeyboard-config
-   x11-libs/libxkbcommon[X?,wayland?]
-   )
-   systemd? (
-   sys-apps/systemd
-   )
-   !systemd? (
-   dev-libs/libuv
-   sys-apps/dbus
-   )
-   wayland? (
-   dev-libs/glib:2
-   dev-libs/wayland
-   dev-libs/wayland-protocols
-   dev-util/wayland-scanner
-   )
-   X? (
-   dev-libs/glib:2
-   >=x11-libs/xcb-imdkit-1.0.3:5
-   x11-libs/libX11
-   x11-libs/libxkbfile
-   x11-libs/xcb-util
-   x11-libs/xcb-util-keysyms
-   x11-libs/xcb-util-wm
-   )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   virtual/pkgconfig
-   kde-frameworks/extra-cmake-modules:0
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DBUS=on
-   -DENABLE_XDGAUTOSTART=$(usex autostart)
-   -DENABLE_SERVER=$(usex server)
-   -DENABLE_KEYBOARD=$(usex keyboard)
-   -DENABLE_TEST=$(usex test)
-   -DENABLE_ENCHANT=$(usex enchant)
-   -DENABLE_EMOJI=$(usex emoji)
-   -DENABLE_PRESAGE=$(usex presage)
- 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-17 Thread WANG Xuerui
commit: 42a82c1486640e6f26b5cbf1873e6f4e7bd7e95c
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 11:08:56 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 17:03:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a82c14

app-i18n/fcitx-rime: Fix dependency on librime

Closes: https://bugs.gentoo.org/922232
Closes: https://github.com/gentoo/gentoo/pull/34860
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 .../{fcitx-rime-0.3.2.ebuild => fcitx-rime-0.3.2-r1.ebuild}  | 9 +++--
 app-i18n/fcitx-rime/fcitx-rime-4..ebuild | 9 +++--
 2 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
similarity index 86%
rename from app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
rename to app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
index 06a5ed3da016..b9da1cbd7122 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-0.3.2.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-0.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2012-2020 Gentoo Authors
+# Copyright 2012-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -13,21 +13,18 @@ fi
 
 DESCRIPTION="Chinese RIME input methods for Fcitx"
 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime";
-if [[ "${PV}" =~ (^|\.)$ ]]; then
-   SRC_URI=""
-else
+if [[ ! "${PV}" =~ (^|\.)$ ]]; then
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz";
 fi
 
 LICENSE="GPL-2"
 SLOT="4"
 KEYWORDS="amd64 ppc ppc64 ~riscv x86"
-IUSE=""
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4
virtual/pkgconfig"
 DEPEND=">=app-i18n/fcitx-4.2.9:4
-   >=app-i18n/librime-1.0.0:=
+   https://fcitx-im.org/ https://github.com/fcitx/fcitx-rime";
-if [[ "${PV}" =~ (^|\.)$ ]]; then
-   SRC_URI=""
-else
+if [[ ! "${PV}" =~ (^|\.)$ ]]; then
SRC_URI="https://download.fcitx-im.org/${PN}/${P}.tar.xz";
 fi
 
 LICENSE="GPL-2"
 SLOT="4"
-KEYWORDS=""
 IUSE="+configuration_tool"
 
 BDEPEND=">=app-i18n/fcitx-4.2.9:4
@@ -31,7 +28,7 @@ BDEPEND=">=app-i18n/fcitx-4.2.9:4
dev-qt/qtwidgets:5
)"
 DEPEND=">=app-i18n/fcitx-4.2.9:4
-   >=app-i18n/librime-1.0.0:=
+   =app-i18n/fcitx-qt5-1.1:4



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-hangul/

2024-01-17 Thread WANG Xuerui
commit: 969a4841ee0b36f124d795e9e74da988d23d8ab7
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:46 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:34 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969a4841

app-i18n/fcitx-hangul: Keyword loong, #922103

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild 
b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
index 4721f74194c0..80cd01264b60 100644
--- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
+++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
>=app-i18n/fcitx-5.1.6:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-01-17 Thread WANG Xuerui
commit: 22fae2e9ac4017b9218bdce298d09c23265c6300
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:42 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fae2e9

app-i18n/fcitx-table-other: Keyword loong, #922103

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
index 651879e2af08..a0137688d848 100644
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="GPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
app-i18n/fcitx:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-01-17 Thread WANG Xuerui
commit: ab505119430f3f5a28b7e381127f952eec1e4ec9
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:39 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab505119

app-i18n/fcitx-table-extra: Keyword loong, #922103

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
index a3da7e19c79b..199ff7f064a8 100644
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
app-i18n/fcitx:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/

2024-01-17 Thread WANG Xuerui
commit: 0978940425a62ad5f3a13fc342766c889a8463ff
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:44 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09789404

app-i18n/fcitx-chewing: Keyword loong, #922103

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
index e88193b99c88..9c30a68cf4fa 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 RDEPEND="
>=app-i18n/fcitx-5.1.6:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2024-01-17 Thread WANG Xuerui
commit: eaf1f299fdb11cc567ef0b7bc6549e762f593a0e
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:48 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf1f299

app-i18n/fcitx-m17n: Keyword loong, #922103

Closes: https://github.com/gentoo/gentoo/pull/34862
Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
index e63fa7c4a6b3..176e587c16af 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-17 Thread WANG Xuerui
commit: 7525191d18b7beda7b3d5ceabace10bf0c006eba
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:37 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7525191d

app-i18n/fcitx-rime: Keyword loong, #922103

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
index 00d41eaa040a..e480e0cabd8b 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 
 DEPEND="
>=app-i18n/fcitx-5.1.2:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-anthy/

2024-01-17 Thread WANG Xuerui
commit: b6734fd596c15a23705cea62c218f13c9efea210
Author: Yongxiang Liang  gmail  com>
AuthorDate: Wed Jan 17 10:57:33 2024 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Wed Jan 17 16:48:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6734fd5

app-i18n/fcitx-anthy: Keyword loong, #922103

Signed-off-by: Yongxiang Liang  gmail.com>
Signed-off-by: WANG Xuerui  gentoo.org>

 app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild 
b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
index d9f38cf483f4..dea567bb74f8 100644
--- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
+++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-gtk/

2024-01-17 Thread Jakov Smolić
commit: a834d2f6ea1298c82a19531fb34d7123d43360c8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:55 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a834d2f6

app-i18n/fcitx-gtk: Keyword 5.1.1 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild 
b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild
index 675cef418753..22819d3b08b2 100644
--- a/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild
+++ b/app-i18n/fcitx-gtk/fcitx-gtk-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="gtk2 +gtk3 +gtk4 +introspection +snooper onlyplugin wayland +X"
 REQUIRED_USE="|| ( gtk2 gtk3 gtk4 )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/

2024-01-17 Thread Jakov Smolić
commit: a732e9ecce344830f3dee1f29f678bbc3ed31d18
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:53 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a732e9ec

app-i18n/fcitx-chinese-addons: Keyword 5.1.3 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild 
b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild
index 020989bae80a..009b5efe7416 100644
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild
+++ b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/fcitx/fcitx5-chinese-addons";
 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}_dict.tar.xz";
 
 LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 SLOT="5"
 IUSE="+data +gui webengine +cloudpinyin +qt5 qt6 lua +opencc test"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chewing/

2024-01-17 Thread Jakov Smolić
commit: 35977be624c40ebe0dae4732dff8a85f97e6de49
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:04:00 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:04:00 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35977be6

app-i18n/fcitx-chewing: Keyword 5.1.1 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild 
b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
index c5aacc62df18..e88193b99c88 100644
--- a/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
+++ b/app-i18n/fcitx-chewing/fcitx-chewing-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=app-i18n/fcitx-5.1.6:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-lua/

2024-01-17 Thread Jakov Smolić
commit: 6b2b58b7f242da2089f583e28a61f11ef08dcf9b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:52 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2b58b7

app-i18n/fcitx-lua: Keyword 5.0.12 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild 
b/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
index 1d3c96b66235..d5b83103e4ef 100644
--- a/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
+++ b/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="+dlopen test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2024-01-17 Thread Jakov Smolić
commit: be8da0e445b03bd8bf0f0ce9284d4c328f5d27bd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:04:02 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:04:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be8da0e4

app-i18n/fcitx-m17n: Keyword 5.1.0 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
index 9e177f1dbdd8..e63fa7c4a6b3 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-extra/

2024-01-17 Thread Jakov Smolić
commit: 59f2b9139728fed460a8f6ca7904709821de992d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:57 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:57 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59f2b913

app-i18n/fcitx-table-extra: Keyword 5.1.1 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild 
b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
index 81668d6b271a..a3da7e19c79b 100644
--- a/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
+++ b/app-i18n/fcitx-table-extra/fcitx-table-extra-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="GPL-3+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 DEPEND="
app-i18n/fcitx:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-table-other/

2024-01-17 Thread Jakov Smolić
commit: 2091699cba93e6d6100b707098682a24a3abf637
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:58 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2091699c

app-i18n/fcitx-table-other: Keyword 5.1.0 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild 
b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
index d43b7c116168..651879e2af08 100644
--- a/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
+++ b/app-i18n/fcitx-table-other/fcitx-table-other-5.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="GPL-3"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 DEPEND="
app-i18n/fcitx:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-hangul/

2024-01-17 Thread Jakov Smolić
commit: 8258963e6e2ddbcd91ed20b4025d55e4fb2a647e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:04:01 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:04:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8258963e

app-i18n/fcitx-hangul: Keyword 5.1.1 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild 
b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
index ed5c5e8c1151..4721f74194c0 100644
--- a/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
+++ b/app-i18n/fcitx-hangul/fcitx-hangul-5.1.1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 DEPEND="
>=app-i18n/fcitx-5.1.6:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-anthy/

2024-01-17 Thread Jakov Smolić
commit: c90b328f817cd59651d5216f2ae3178d9bfbf72f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:59 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c90b328f

app-i18n/fcitx-anthy: Keyword 5.1.3 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild 
b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
index 67ffea37c988..d9f38cf483f4 100644
--- a/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
+++ b/app-i18n/fcitx-anthy/fcitx-anthy-5.1.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-configtool/

2024-01-17 Thread Jakov Smolić
commit: 8d138f1acff9e9071ee9f3f65b79ee1e48a6a465
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:54 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d138f1a

app-i18n/fcitx-configtool: Keyword 5.1.3 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild 
b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild
index 2b9a3040ff09..f58d2433cd8f 100644
--- a/app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild
+++ b/app-i18n/fcitx-configtool/fcitx-configtool-5.1.3.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="GPL-2+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="kcm +config-qt test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-rime/

2024-01-17 Thread Jakov Smolić
commit: 0d98d5ce5b5c7770c3162b586e574e27fd19135b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:56 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d98d5ce

app-i18n/fcitx-rime: Keyword 5.1.4 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild 
b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
index 8c1d7c82895e..00d41eaa040a 100644
--- a/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
+++ b/app-i18n/fcitx-rime/fcitx-rime-5.1.4.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5-rime/fcitx5-rime-${PV}.tar.
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 
 DEPEND="
>=app-i18n/fcitx-5.1.2:5



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx/

2024-01-17 Thread Jakov Smolić
commit: 0fada5e8565a8968ce426c9ed2f04ce460f8b3ed
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:50 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fada5e8

app-i18n/fcitx: Keyword 5.1.6 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx/fcitx-5.1.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx/fcitx-5.1.6.ebuild 
b/app-i18n/fcitx/fcitx-5.1.6.ebuild
index 3b01a1d9687a..3e0b4a144558 100644
--- a/app-i18n/fcitx/fcitx-5.1.6.ebuild
+++ b/app-i18n/fcitx/fcitx-5.1.6.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/fcitx5/fcitx5-${PV}_dict.tar.xz ->
 
 LICENSE="LGPL-2+ Unicode-DFS-2016"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="+autostart doc +emoji +enchant +keyboard presage +server systemd test 
wayland +X"
 REQUIRED_USE="
|| ( wayland X )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-qt/

2024-01-17 Thread Jakov Smolić
commit: eae888d7235c30bd4d41e00fd0ccf4649895934a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Jan 17 09:03:52 2024 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Jan 17 09:03:52 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eae888d7

app-i18n/fcitx-qt: Keyword 5.1.4 riscv, #922103

Signed-off-by: Jakov Smolić  gentoo.org>

 app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild 
b/app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild
index 25d2a1888692..6aef4f82cf22 100644
--- a/app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild
+++ b/app-i18n/fcitx-qt/fcitx-qt-5.1.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="BSD LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~riscv ~x86"
 IUSE="+qt5 onlyplugin staticplugin qt6 +X wayland"
 REQUIRED_USE="
|| ( qt5 qt6 )



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-chinese-addons/

2024-01-16 Thread Arthur Zamarin
commit: 17e843e12ab1f30e476cfa9dd0514d922ffa2e35
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 16 17:49:21 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 16 17:49:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e843e1

app-i18n/fcitx-chinese-addons: Keyword 5.1.3 arm64, #922103

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild 
b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild
index 67b8c1a3d265..020989bae80a 100644
--- a/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild
+++ b/app-i18n/fcitx-chinese-addons/fcitx-chinese-addons-5.1.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/fcitx/fcitx5-chinese-addons";
 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}_dict.tar.xz";
 
 LICENSE="GPL-2+ LGPL-2+"
-KEYWORDS="~amd64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~x86"
 SLOT="5"
 IUSE="+data +gui webengine +cloudpinyin +qt5 qt6 lua +opencc test"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-m17n/

2024-01-16 Thread Arthur Zamarin
commit: 4897bcc8badaeb0d2fcca27366c0bb6f13302a04
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 16 17:49:25 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 16 17:49:25 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4897bcc8

app-i18n/fcitx-m17n: Keyword 5.1.0 arm64, #922103

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild 
b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
index 194032d2fb7e..9e177f1dbdd8 100644
--- a/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
+++ b/app-i18n/fcitx-m17n/fcitx-m17n-5.1.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-i18n/fcitx-lua/

2024-01-16 Thread Arthur Zamarin
commit: 670f0dcb9e64a54cc6b243e55ba83184a8faa388
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan 16 17:49:20 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan 16 17:49:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670f0dcb

app-i18n/fcitx-lua: Keyword 5.0.12 arm64, #922103

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild 
b/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
index e0a59277feee..1d3c96b66235 100644
--- a/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
+++ b/app-i18n/fcitx-lua/fcitx-lua-5.0.12.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_PN}-${PV}.tar.xz ->
 
 LICENSE="LGPL-2.1+"
 SLOT="5"
-KEYWORDS="~amd64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong ~x86"
 IUSE="+dlopen test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="!test? ( test )"



  1   2   3   4   >