app-i18n/ibus-rime - 9999 (gentoo-zh)

Search

Install

Install this version:

emerge -a =app-i18n/ibus-rime-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-i18n/ibus-rime-9999

Or alternatively:

emerge --autounmask-write -a =app-i18n/ibus-rime-9999

Package Information

Description:
Rime Input Method Engine for IBus Framework
Homepage:
http://code.google.com/p/rimeime/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit git-r3

DESCRIPTION="Rime Input Method Engine for IBus Framework"
HOMEPAGE="http://code.google.com/p/rimeime/"
EGIT_REPO_URI="https://github.com/lotem/${PN}.git"

LICENSE="GPL-3"
SLOT="0"

COMMON_DEPEND="app-i18n/ibus
	app-i18n/librime
	x11-libs/libnotify"
DEPEND="${COMMON_DEPEND}
	dev-build/cmake"
RDEPEND="${COMMON_DEPEND}
	app-i18n/rime-data"

src_prepare() {
	sed -i -e "/libexecdir/s:/usr/lib:/usr/libexec:" Makefile || die
	sed -i -e "/exec/s:/usr/lib:/usr/libexec:" rime.xml || die
}

Inherited Eclasses

Dependencies

DEPEND

app-i18n/ibus
	app-i18n/librime
	x11-libs/libnotify
	dev-build/cmake

RDEPEND

app-i18n/ibus
	app-i18n/librime
	x11-libs/libnotify
	app-i18n/rime-data