diff --git a/app-i18n/fcitx-cskk/Manifest b/app-i18n/fcitx-cskk/Manifest new file mode 100644 index 000000000..9c9cc2871 --- /dev/null +++ b/app-i18n/fcitx-cskk/Manifest @@ -0,0 +1 @@ +DIST fcitx-cskk-1.2.0.tar.gz 174281 BLAKE2B d5ec4fea62ad2e1d1d95f5b71bf9d466afbeb4e8d22b841c5e5b9fa51aa32ae23de47fcb853db2a7c4b99e308ce0ef62775ac6449e45dd2eaebf184bb5a83c3f SHA512 dfbad9fe14c3293152db6081172f59c1ecbb384cf235a24885e465a66fc8fd2ae7c6aed4ad9537e92f9fc8109a9ebb9fc2cb8e19e8e0b3f65755225fb9245634 diff --git a/app-i18n/fcitx-cskk/fcitx-cskk-1.2.0.ebuild b/app-i18n/fcitx-cskk/fcitx-cskk-1.2.0.ebuild new file mode 100644 index 000000000..93e7e1e0e --- /dev/null +++ b/app-i18n/fcitx-cskk/fcitx-cskk-1.2.0.ebuild @@ -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 +} diff --git a/app-i18n/fcitx-cskk/metadata.xml b/app-i18n/fcitx-cskk/metadata.xml new file mode 100644 index 000000000..348295524 --- /dev/null +++ b/app-i18n/fcitx-cskk/metadata.xml @@ -0,0 +1,7 @@ + + + + + fcitx/fcitx5-cskk + +