mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-i18n/fcitx-unikey: add 5.1.11
Part-of: https://github.com/gentoo/gentoo/pull/46548 Signed-off-by: Yongxiang Liang <tanekliang@gmail.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
committed by
Yixun Lan
parent
de7f9c8cd4
commit
491db34710
@@ -1,2 +1,3 @@
|
||||
DIST fcitx5-unikey-5.1.10.tar.zst 115658 BLAKE2B 6877f2bcb83e942f5bed0c269e83d9a812ba5b2629cf2f7624b3153043915331d48395d738d524e971114cabd61bac0b82b3870d80c0d180e3bcd4b13b35d847 SHA512 444eaa5642c12072741e2236f2346b0f61429afaba79dba9a0ce99a21f28041221c6d04ab0b73a39025d8896bf3c09aab08edc57748de7913300d138f6ff6028
|
||||
DIST fcitx5-unikey-5.1.11.tar.zst 116425 BLAKE2B 1531727a9afee716cde1d38c47034d1382aab13f2969aa9441589e0dade683633925a412dcc6dd7f18a22ccb3a7cfc66a8a1509fb03f8faaaa53e486071064e8 SHA512 a0b86ab7cac647b08ba3e058a25344940e84dbfd6627ba63d388a6f4a7facefa1305bbb95eb3cf3aff55ae167afb839a82cbee72cac8691ad3af3155b5619ffa
|
||||
DIST fcitx5-unikey-5.1.8.tar.zst 114365 BLAKE2B b88b4b81acb1108720daddb17761a5dc6b4a678d625091fa33d724d7606ad855b4040796568d4701f129a093f6f9c5f3103b30b1431a5171b209531e8ec0230a SHA512 cee0bafc018624b8509504304278a1e0f86b8ac81021b0426d0281cfb7fd71c6fdb43a99a0605df0831a97433282ab15fb1382c51a56bed2969baeb7e6fc6d6c
|
||||
|
||||
37
app-i18n/fcitx-unikey/fcitx-unikey-5.1.11.ebuild
Normal file
37
app-i18n/fcitx-unikey/fcitx-unikey-5.1.11.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 2024-2026 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
|
||||
}
|
||||
Reference in New Issue
Block a user