-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app-i18n/fcitx-cskk: new package, add 1.2.0
Signed-off-by: YamaD <[email protected]>
- Loading branch information
1 parent
81fec86
commit 7ae137f
Showing
3 changed files
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |