You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-i18n/ibus-rime/ibus-rime-0.9.9.ebuild

29 lines
633 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Rime Input Method Engine for IBus Framework"
HOMEPAGE="http://rime.im/"
SRC_URI="https://rimeime.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
COMMON_DEPEND="app-i18n/ibus
app-i18n/librime
x11-libs/libnotify"
DEPEND="${COMMON_DEPEND}
dev-util/cmake"
RDEPEND="${COMMON_DEPEND}
app-i18n/rime-data"
S=${WORKDIR}/${PN}
src_prepare() {
sed -i -e "/^libexecdir/s:/lib:/libexec:" Makefile || die
sed -i -e "/exec/s:/usr/lib:/usr/libexec:" rime.xml || die
}