clean cvs header
[gentoo-zh.git] / app-i18n / ibus-rime / ibus-rime-9999.ebuild
blobac8b722ea52397effb90240b72ef89f7169c826c
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 inherit git-r3
8 DESCRIPTION="Rime Input Method Engine for IBus Framework"
9 HOMEPAGE="http://code.google.com/p/rimeime/"
10 EGIT_REPO_URI="https://github.com/lotem/${PN}.git"
12 LICENSE="GPL-3"
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
17 COMMON_DEPEND="app-i18n/ibus
18 app-i18n/librime
19 x11-libs/libnotify"
20 DEPEND="${COMMON_DEPEND}
21 dev-util/cmake"
22 RDEPEND="${COMMON_DEPEND}
23 app-i18n/rime-data"
25 src_prepare() {
26 sed -i -e "/libexecdir/s:/usr/lib:/usr/libexec:" Makefile || die
27 sed -i -e "/exec/s:/usr/lib:/usr/libexec:" rime.xml || die