From 5fbb34e4230bd9cc5fb263acdefaac3f762ded97 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sun, 17 Oct 2021 20:34:28 -0400 Subject: Rip fcitx5 from gentoo-zh. --- app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild | 30 +++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild (limited to 'app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild') diff --git a/app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild b/app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild new file mode 100644 index 0000000..d46c1f3 --- /dev/null +++ b/app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.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