commit: fa3204ac4bb465c0dc9bac32e31ed1389b98c50a Author: jinqiang zhang <peeweep <AT> 0x0 <DOT> ee> AuthorDate: Sun Oct 26 04:54:18 2025 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Tue Oct 28 02:59:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3204ac
app-i18n/fcitx-unikey: add 5.1.8 Closes: https://github.com/gentoo/gentoo/pull/44338 Signed-off-by: jinqiang zhang <peeweep <AT> 0x0.ee> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> app-i18n/fcitx-unikey/Manifest | 1 + app-i18n/fcitx-unikey/fcitx-unikey-5.1.8.ebuild | 37 +++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/app-i18n/fcitx-unikey/Manifest b/app-i18n/fcitx-unikey/Manifest index 4f324f18311c..5280d8643588 100644 --- a/app-i18n/fcitx-unikey/Manifest +++ b/app-i18n/fcitx-unikey/Manifest @@ -1 +1,2 @@ DIST fcitx5-unikey-5.1.6.tar.zst 114937 BLAKE2B 96c832dbea695f8d90910ae4a1d07c69a05fce5a2bc982f47dd4b2b4e0566607e76a9b8afbd769bf51317c080ab276feef4285b918f7e0e82375f09b0b97007f SHA512 05e13eb63fedc4dd6852c0fa42efd89ceba1f6d90a9d8d1c04547d0bc3877f46ebce4cfb0a495331d911401a070b10cc42d5d5af818cc9ba6c8923a87254e89c +DIST fcitx5-unikey-5.1.8.tar.zst 114365 BLAKE2B b88b4b81acb1108720daddb17761a5dc6b4a678d625091fa33d724d7606ad855b4040796568d4701f129a093f6f9c5f3103b30b1431a5171b209531e8ec0230a SHA512 cee0bafc018624b8509504304278a1e0f86b8ac81021b0426d0281cfb7fd71c6fdb43a99a0605df0831a97433282ab15fb1382c51a56bed2969baeb7e6fc6d6c diff --git a/app-i18n/fcitx-unikey/fcitx-unikey-5.1.8.ebuild b/app-i18n/fcitx-unikey/fcitx-unikey-5.1.8.ebuild new file mode 100644 index 000000000000..8fd1a2edd5f3 --- /dev/null +++ b/app-i18n/fcitx-unikey/fcitx-unikey-5.1.8.ebuild @@ -0,0 +1,37 @@ +# Copyright 2024-2025 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 test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=app-i18n/fcitx-5.1.13:5 + >=app-i18n/fcitx-qt-5.1.4:5[qt6(+),-onlyplugin] + gui? ( dev-qt/qtbase:6[dbus,gui,widgets] ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + kde-frameworks/extra-cmake-modules:0 + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DENABLE_QT=$(usex gui) + -DENABLE_TEST=$(usex test) + ) + cmake_src_configure +}
