Skip to content

Commit

Permalink
app-i18n/fcitx-cskk: new package, add 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: YamaD <[email protected]>
  • Loading branch information
yamader authored and liangyongxiang committed Feb 6, 2024
1 parent 81fec86 commit 7ae137f
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-i18n/fcitx-cskk/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST fcitx-cskk-1.2.0.tar.gz 174281 BLAKE2B d5ec4fea62ad2e1d1d95f5b71bf9d466afbeb4e8d22b841c5e5b9fa51aa32ae23de47fcb853db2a7c4b99e308ce0ef62775ac6449e45dd2eaebf184bb5a83c3f SHA512 dfbad9fe14c3293152db6081172f59c1ecbb384cf235a24885e465a66fc8fd2ae7c6aed4ad9537e92f9fc8109a9ebb9fc2cb8e19e8e0b3f65755225fb9245634
44 changes: 44 additions & 0 deletions app-i18n/fcitx-cskk/fcitx-cskk-1.2.0.ebuild
Original file line number Diff line number Diff line change
@@ -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
}
7 changes: 7 additions & 0 deletions app-i18n/fcitx-cskk/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 7ae137f

Please sign in to comment.