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/im-canna/im-canna-0.3.2.2.ebuild

38 lines
855 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-canna/im-canna-0.3.2.2.ebuild,v 1.7 2012/05/03 19:24:25 jdhore Exp $
EAPI="1"
DESCRIPTION="Japanese Canna input method module for GTK+2"
HOMEPAGE="http://bonobo.gnome.gr.jp/~nakai/immodule/"
SRC_URI="http://bonobo.gnome.gr.jp/~nakai/immodule/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.4:2
app-i18n/canna"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
econf || die
emake || die
}
src_install() {
make DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README
}
pkg_postinst() {
gtk-query-immodules-2.0 > "${ROOT}/etc/gtk-2.0/gtk.immodules"
}
pkg_postrm() {
gtk-query-immodules-2.0 > "${ROOT}/etc/gtk-2.0/gtk.immodules"
}