1 # Copyright 1999-2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
6 inherit cmake xdg-utils
8 if [[ "${PV}" == 9999* ]]; then
10 EGIT_REPO_URI
="https://github.com/fcitx/libime.git"
11 EGIT_SUBMODULES
=(src
/libime
/core
/kenlm
)
13 KEYWORDS
="~amd64 ~x86"
14 SRC_URI
="https://download.fcitx-im.org/fcitx5/libime/libime-${PV}_dict.tar.xz"
17 DESCRIPTION
="Fcitx5 Next generation of fcitx "
18 HOMEPAGE
="https://fcitx-im.org/ https://gitlab.com/fcitx/libime"
20 LICENSE
="BSD-1 GPL-2+ LGPL-2+ MIT"
25 RDEPEND
="app-i18n/fcitx:5"
28 kde-frameworks/extra-cmake-modules:5
38 -DCMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
39 -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"