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.

30 lines
792 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ibus-rime-0.9.2.ebuild,v 1.1 2012/09/01 10:54:20 yngwin Exp $
EAPI=4
inherit vcs-snapshot
DESCRIPTION="Rime Input Method Engine for IBus Framework"
HOMEPAGE="http://code.google.com/p/rimeime/"
SRC_URI="https://github.com/lotem/${PN}/tarball/rime-${PV} -> ${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"
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
}