gentoo-zh/app-i18n/fcitx-rime/fcitx-rime-5.1.3.ebuild
2023-11-15 08:43:35 +08:00

32 lines
689 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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"
else
MY_PN="fcitx5-rime"
S="${WORKDIR}/${MY_PN}-${PV}"
SRC_URI="https://github.com/fcitx/fcitx5-rime/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="GPL-2"
SLOT="5"
RDEPEND="
>=app-i18n/fcitx-5.1.0:5
>=app-i18n/librime-1.0
>=app-i18n/rime-data-0.3.0
app-i18n/rime-prelude
x11-libs/libnotify"
DEPEND="${RDEPEND}"