app-i18n/fcitx-chewing: add 5.0.12, drop 5.0.11
[gentoo-zh.git] / app-i18n / fcitx-chewing / fcitx-chewing-5.0.12.ebuild
blob2016e03a440242e981e778b44be34b0234f42dca
1 # Copyright 2022 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 inherit cmake xdg
8 MY_PN="fcitx5-chewing"
9 DESCRIPTION="Chewing Wrapper for Fcitx."
10 HOMEPAGE="https://github.com/fcitx/fcitx5-chewing"
11 SRC_URI="https://github.com/fcitx/fcitx5-chewing/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
13 LICENSE="GPL-2+"
14 SLOT="5"
15 KEYWORDS="~amd64"
17 BDEPEND="virtual/pkgconfig"
18 RDEPEND="
19 app-i18n/fcitx:5
20 >=app-i18n/libchewing-0.5.0
22 DEPEND="${RDEPEND}"
23 S="${WORKDIR}/${MY_PN}-${PV}"