From 63a209b0ceb0c80f7a8af7fd8b6fa56687bf1d0b Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 17 Jul 2022 10:43:49 -0400 Subject: fcitx5 --- app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild (limited to 'app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild') diff --git a/app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild b/app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild new file mode 100644 index 0000000..d46c1f3 --- /dev/null +++ b/app-i18n/fcitx5-rime/fcitx5-rime-5.0.14.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xdg cmake + +DESCRIPTION="Rime Support for Fcitx5" +HOMEPAGE="https://github.com/fcitx/fcitx5-rime" + +if [[ "${PV}" == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/fcitx/fcitx5-rime.git" + KEYWORDS="" +else + SRC_URI="https://github.com/fcitx/fcitx5-rime/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="5" +IUSE="" + +RDEPEND="app-i18n/fcitx5 + >=app-i18n/librime-1.0 + >=app-i18n/rime-data-0.3.0 + x11-libs/libnotify + !app-i18n/fcitx-rime" + +DEPEND="${RDEPEND}" \ No newline at end of file -- cgit v1.2.3