Install this version:
emerge -a =app-i18n/fcitx-cskk-1.2.0-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =app-i18n/fcitx-cskk-1.2.0-r1
Or alternatively:
emerge --autounmask-write -a =app-i18n/fcitx-cskk-1.2.0-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.2.0-r1 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="fcitx5-cskk"
inherit cmake xdg
DESCRIPTION="SKK input method plugin for fcitx5 that uses LibCSKK"
HOMEPAGE="https://github.com/fcitx/fcitx5-cskk"
SRC_URI="https://github.com/fcitx/fcitx5-cskk/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
app-i18n/cskk
>=app-i18n/fcitx-5.0.6:5
app-i18n/libskk
app-i18n/skk-jisyo
"
RDEPEND="${DEPEND}"
BDEPEND="
kde-frameworks/extra-cmake-modules
virtual/pkgconfig
"
PATCHES=(
"${FILESDIR}/${P}-cmake-minimum.patch"
"${FILESDIR}/${P}-standardpaths.patch"
)
src_configure() {
local mycmakeargs=(
-DENABLE_QT=OFF
)
cmake_src_configure
}
app-i18n/cskk >=app-i18n/fcitx-5.0.6:5 app-i18n/libskk app-i18n/skk-jisyo
app-i18n/cskk >=app-i18n/fcitx-5.0.6:5 app-i18n/libskk app-i18n/skk-jisyo
kde-frameworks/extra-cmake-modules virtual/pkgconfig