Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108328
Collapse All | Expand All

(-)icaclient-9.0.ebuild (-6 / +7 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-9.0.ebuild,v 1.5 2006/01/11 05:24:48 weeve Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-9.0.ebuild,v 1.5 2006/01/11 05:24:48 weeve Exp $
4
4
5
inherit multilib
5
inherit eutils multilib
6
6
7
DESCRIPTION="ICA Client"
7
DESCRIPTION="ICA Client"
8
HOMEPAGE="http://www.citrix.com/site/SS/downloads/details.asp?dID=2755&downloadID=3323"
8
HOMEPAGE="http://www.citrix.com/site/SS/downloads/details.asp?dID=2755&downloadID=3323"
Lines 11-17 SRC_URI="ICAClient-9.0-1.i386.rpm" Link Here
11
LICENSE="as-is"
11
LICENSE="as-is"
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="-* ~x86 ~amd64"
13
KEYWORDS="-* ~x86 ~amd64"
14
IUSE="gnome"
15
RESTRICT="fetch"
14
RESTRICT="fetch"
16
15
17
RDEPEND="virtual/libc
16
RDEPEND="virtual/libc
Lines 88-95 src_install() { Link Here
88
	insinto /usr/$(get_libdir)/nsbrowser/plugins
87
	insinto /usr/$(get_libdir)/nsbrowser/plugins
89
	dosym /opt/ICAClient/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so
88
	dosym /opt/ICAClient/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so
90
89
91
	if use gnome; then
90
	# The .desktop file included in the rpm links to /usr/lib, so we make a new one
92
		insinto /usr/share/applications
91
	# The program gives errors and has slowdowns if the locale is not English, so
93
		doins lib/ICAClient/desktop/*.desktop
92
	# strip it since it has no translations anyway
94
	fi
93
	doicon lib/ICAClient/icons/*
94
	make_wrapper wfcmgr 'env LC_ALL="" LANG="" /opt/ICAClient/wfcmgr'
95
	make_desktop_entry wfcmgr 'Citrix ICA Client' citrix48.xpm
95
}
96
}

Return to bug 108328