app-i18n/fcitx-cskk: new package, add 1.2.0

Signed-off-by: YamaD <me@dyama.net>
This commit is contained in:
YamaD 2024-02-06 20:27:23 +09:00 committed by 梁永祥
parent 81fec86ba1
commit 7ae137f0eb
3 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST fcitx-cskk-1.2.0.tar.gz 174281 BLAKE2B d5ec4fea62ad2e1d1d95f5b71bf9d466afbeb4e8d22b841c5e5b9fa51aa32ae23de47fcb853db2a7c4b99e308ce0ef62775ac6449e45dd2eaebf184bb5a83c3f SHA512 dfbad9fe14c3293152db6081172f59c1ecbb384cf235a24885e465a66fc8fd2ae7c6aed4ad9537e92f9fc8109a9ebb9fc2cb8e19e8e0b3f65755225fb9245634

View File

@ -0,0 +1,44 @@
# 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"
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
"
S="${WORKDIR}/${MY_PN}-${PV}"
src_configure() {
local mycmakeargs=(
-DENABLE_QT=$(usex qt5)
)
cmake_src_configure
}

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">fcitx/fcitx5-cskk</remote-id>
</upstream>
</pkgmetadata>