media-fonts/sarasa-gothic: add 1.0.11, drop 1.0.10
[gentoo-zh.git] / app-i18n / fcitx-hangul / fcitx-hangul-9999.ebuild
bloba1df2d91c3f8419c026fa204d73c62e6e4e784cc
1 # Copyright 1999-2023 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit cmake xdg
8 DESCRIPTION="Korean Hangul input method for Fcitx"
9 HOMEPAGE="https://fcitx-im.org/ https://github.com/fcitx/fcitx5-hangul"
11 inherit git-r3
12 EGIT_REPO_URI="https://github.com/fcitx/fcitx5-hangul"
14 LICENSE="LGPL-2.1+"
15 SLOT="5"
17 BDEPEND="
18 sys-devel/gettext
19 virtual/pkgconfig
21 DEPEND="
22 >=app-i18n/fcitx-5.1.5:5
23 >=app-i18n/libhangul-0.0.12
24 virtual/libiconv
25 virtual/libintl
27 RDEPEND="${DEPEND}"
29 DOCS=(AUTHORS)