# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/eric/cvsroot/gentoo-x86/app-i18n/xim-select/xim-select-0.0.3.ebuild,v 1.1 2005/04/20 07:55:35 eric Exp $ DESCRIPTION="XIM selector" HOMEPAGE="http://staff.gentoo.org.tw/~palatis/xim-select/" SRC_URI="http://staff.gentoo.org.tw/~palatis/xim-select/files/${PN}-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="virtual/x11" RDEPENED="sys-apps/debianutils" src_compile() { einfo "Nothing to do for compile, either." return } src_install() { insinto /usr/bin dobin xim-select.sh exeinto /etc/X11/xinit/xinitrc.d doexe 00startxim insinto /etc/xim-select/fallback doins etc/xim-select/fallback/* dodoc ChangeLog dodoc COPYING dodoc INSTALL dodoc README dodoc TODO } pkg_postinst() { ewarn ewarn "The argument format has changed a lot from 0.0.1 => 0.0.2." ewarn "If you are upgrading from 0.0.1, you MUST remake your .xsession, " ewarn ".xinitrc or .gnomerc, else it will just fail." ewarn }