summaryrefslogtreecommitdiff
path: root/app-i18n/fcitx5-rime
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n/fcitx5-rime')
-rw-r--r--app-i18n/fcitx5-rime/Manifest2
-rw-r--r--app-i18n/fcitx5-rime/fcitx5-rime-5.0.7.ebuild30
2 files changed, 32 insertions, 0 deletions
diff --git a/app-i18n/fcitx5-rime/Manifest b/app-i18n/fcitx5-rime/Manifest
new file mode 100644
index 0000000..154ef4f
--- /dev/null
+++ b/app-i18n/fcitx5-rime/Manifest
@@ -0,0 +1,2 @@
+DIST fcitx5-rime-5.0.7.tar.gz 46583 BLAKE2B b42e3105fc63f41b9706aff74a1f4ed7a178cb89a200bf1f4559328ca129ff2badc3a3ee955bd395698469c2752951a7a9e97b55ab59582ad4706088043c426d SHA512 88e58faa52d0cb57feb5cf13000417438d317b2ad5bdb5162714edee80f9d4df1e6662bbcbe6c67721bc7f2fc188a4564a8bcfc42e7ebe681aa486a497eaeeb1
+EBUILD fcitx5-rime-5.0.7.ebuild 638 BLAKE2B 6304acb281a6a9aa715bf1ff7f7b33008189517d3007845860801a3f8118a568e9e1883b25d676b3bc7e5446159003d5988df71e276e610554edad6b0e777ab1 SHA512 c849d06ccc6e343257853cf250180f70317f080c3c8f872d258aefdda85e014ca0461e4c8ca2d94aeaf165d7fa9dd92d1d620363436a9a8bb438022f8c54e734
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