1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
7 EGIT_REPO_URI
="https://github.com/fcitx/fcitx5-configtool.git"
8 if [[ "${PV}" == 9999 ]]; then
11 KEYWORDS
="~amd64 ~x86"
15 DESCRIPTION
="Configuration module for Fcitx"
16 HOMEPAGE
="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-configtool"
20 IUSE
="+kcm +config-qt test"
22 RDEPEND
="app-i18n/fcitx5
23 app-i18n/fcitx5-qt[qt5,-only_plugin]
29 kde-frameworks/kitemviews:5
30 kde-frameworks/kwidgetsaddons:5
35 kde-frameworks/kconfigwidgets:5
36 kde-frameworks/kcoreaddons:5
37 kde-frameworks/ki18n:5
38 kde-frameworks/kirigami:5
39 kde-frameworks/kdeclarative:5
45 kde-frameworks/kitemviews:5
47 !${CATEGORY}/${PN}:4[-minimal(-)]"
50 kde-frameworks/extra-cmake-modules:5
56 -DKDE_INSTALL_USE_QT_SYS_PATHS=yes
57 -DENABLE_KCM=$
(usex kcm
)
58 -DENABLE_CONFIG_QT=$
(usex config-qt
)
59 -DENABLE_TEST=$
(usex
test)