blob: cf71f9186b0e8780eda6731c3404a60f4f5e3e85 (
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.4 2005/07/12 13:37:16 matsuu 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="~amd64 ~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
}
|