summaryrefslogtreecommitdiff
blob: 9e7caea3cc3abc01ce065873d37d1380e2c3b9aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-kdehelper/uim-kdehelper-0.1.0-r1.ebuild,v 1.3 2005/06/20 04:41:47 usata Exp $

inherit kde

S="${WORKDIR}/${PN}"

DESCRIPTION="Qt replacement of toolbar, system tray, applet and candidate window for UIM library."
HOMEPAGE="http://uim.freedesktop.org/Software/uim-kdehelper"
SRC_URI="http://freedesktop.org/~kzk/uim-kdehelper/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND="app-i18n/uim
	!>=app-i18n/uim-0.4.6"

need-kde 3
need-qt 3.2

pkg_postinst() {
	einfo
	einfo "If you want to use uim-candwin-qt instead of gtk one,"
	einfo "set UIM_CANDWIN_PROG to uim-candwin-qt."
	einfo "% export UIM_CANDWIN_PROG=\"uim-candwin-qt\" (bash)"
	einfo "> setenv UIM_CANDWIN_PROG \"uim-candwin-qt\" (csh)"
	einfo
}