app-i18n/fcitx-cskk - 1.2.0 (gentoo-zh)

Search

Package Information

Description:
SKK input method plugin for fcitx5 that uses LibCSKK
Homepage:
https://github.com/fcitx/fcitx5-cskk
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
1.2.0 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="fcitx5-cskk"

inherit cmake

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"
IUSE="+qt5"

DEPEND="
	app-i18n/cskk
	>=app-i18n/fcitx-5.0.6:5
	app-i18n/fcitx-qt[qt5?,-onlyplugin]
	app-i18n/libskk
	app-i18n/skk-jisyo
	qt5? (
		dev-qt/qtcore:5
		dev-qt/qtgui:5
		dev-qt/qtwidgets:5
	)
"
RDEPEND="${DEPEND}"
BDEPEND="
	kde-frameworks/extra-cmake-modules
	virtual/pkgconfig
"

src_configure() {
	local mycmakeargs=(
		-DENABLE_QT=$(usex qt5)
	)
	cmake_src_configure
}

USE Flags

qt5
Default: Enabled (+)

Dependencies

DEPEND

	app-i18n/cskk
	>=app-i18n/fcitx-5.0.6:5
	app-i18n/fcitx-qt[qt5?,-onlyplugin]
	app-i18n/libskk
	app-i18n/skk-jisyo
	qt5? (
		dev-qt/qtcore:5
		dev-qt/qtgui:5
		dev-qt/qtwidgets:5
	)

RDEPEND

	app-i18n/cskk
	>=app-i18n/fcitx-5.0.6:5
	app-i18n/fcitx-qt[qt5?,-onlyplugin]
	app-i18n/libskk
	app-i18n/skk-jisyo
	qt5? (
		dev-qt/qtcore:5
		dev-qt/qtgui:5
		dev-qt/qtwidgets:5
	)

BDEPEND

	kde-frameworks/extra-cmake-modules
	virtual/pkgconfig

Manifest for 1.2.0

Type File Size Source URLs
DIST fcitx-cskk-1.2.0.tar.gz 174281 bytes https://github.com/fcitx/fcitx5-cskk/archive/v1.2.0.tar.gz