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
11 EGIT_REPO_URI
="https://github.com/fcitx/fcitx5-hangul"
16 S
="${WORKDIR}/${MY_PN}-${PV}"
17 DESCRIPTION
="Korean Hangul input method for Fcitx"
18 HOMEPAGE
="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul"
19 if [[ "${PV}" =~
(^|\.
)9999$
]]; then
22 SRC_URI
="https://download.fcitx-im.org/fcitx5/${MY_PN}/${MY_P}.tar.xz"
27 KEYWORDS
="~amd64 ~x86"
30 BDEPEND
="sys-devel/gettext
32 DEPEND
=">=app-i18n/fcitx-5.0.2:5
33 >=app-i18n/libhangul-0.0.12