diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-07-25 20:48:29 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-07-25 20:48:29 +0000 |
commit | d341f583eed2be3646efead5d0e94414965c931c (patch) | |
tree | adf7d757ce19e8e9e677bfcd9bc9227bb09e374a /net-misc/icaclient | |
parent | hopefully fix digest size. (diff) | |
download | gentoo-2-d341f583eed2be3646efead5d0e94414965c931c.tar.gz gentoo-2-d341f583eed2be3646efead5d0e94414965c931c.tar.bz2 gentoo-2-d341f583eed2be3646efead5d0e94414965c931c.zip |
Added patch from bug #108328 and marking stable on amd64 and x86.
(Portage version: 2.1.1_pre2-r6)
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r-- | net-misc/icaclient/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/icaclient/files/digest-icaclient-9.0 | 2 | ||||
-rw-r--r-- | net-misc/icaclient/icaclient-9.0.ebuild | 18 |
3 files changed, 16 insertions, 9 deletions
diff --git a/net-misc/icaclient/ChangeLog b/net-misc/icaclient/ChangeLog index 9211a9f40688..6b56856f9612 100644 --- a/net-misc/icaclient/ChangeLog +++ b/net-misc/icaclient/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/icaclient # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.27 2006/06/12 21:07:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/ChangeLog,v 1.28 2006/07/25 20:48:29 wolf31o2 Exp $ + + 25 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> icaclient-9.0.ebuild: + Added patch from bug #108328 and marking stable on amd64 and x86. 12 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> icaclient-6.30-r1.ebuild, icaclient-7.0.ebuild, -icaclient-8.0-r2.ebuild, diff --git a/net-misc/icaclient/files/digest-icaclient-9.0 b/net-misc/icaclient/files/digest-icaclient-9.0 index 3db6df5daef2..dccd902e57bd 100644 --- a/net-misc/icaclient/files/digest-icaclient-9.0 +++ b/net-misc/icaclient/files/digest-icaclient-9.0 @@ -1 +1,3 @@ MD5 f04f94705b600e59d2af8457241f4767 ICAClient-9.0-1.i386.rpm 1315649 +RMD160 a43df9c5e29a48053eb4021119f249305f9602bc ICAClient-9.0-1.i386.rpm 1315649 +SHA256 896f3c45a8ccdb9e4952fc3090e42fd382f93e3e6cad19373525bcee241da6fa ICAClient-9.0-1.i386.rpm 1315649 diff --git a/net-misc/icaclient/icaclient-9.0.ebuild b/net-misc/icaclient/icaclient-9.0.ebuild index 57ff8e2f005a..4dfead58fec1 100644 --- a/net-misc/icaclient/icaclient-9.0.ebuild +++ b/net-misc/icaclient/icaclient-9.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-9.0.ebuild,v 1.6 2006/06/12 21:07:16 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/icaclient/icaclient-9.0.ebuild,v 1.7 2006/07/25 20:48:29 wolf31o2 Exp $ -inherit multilib +inherit eutils multilib DESCRIPTION="ICA Client" HOMEPAGE="http://www.citrix.com/" @@ -10,8 +10,8 @@ SRC_URI="ICAClient-9.0-1.i386.rpm" LICENSE="as-is" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" -IUSE="gnome" +KEYWORDS="-* amd64 x86" +IUSE="" RESTRICT="fetch" RDEPEND="virtual/libc @@ -88,8 +88,10 @@ src_install() { insinto /usr/$(get_libdir)/nsbrowser/plugins dosym /opt/ICAClient/npica.so /usr/$(get_libdir)/nsbrowser/plugins/npica.so - if use gnome; then - insinto /usr/share/applications - doins lib/ICAClient/desktop/*.desktop - fi + # The .desktop file included in the rpm links to /usr/lib, so we make a new one + # The program gives errors and has slowdowns if the locale is not English, so + # strip it since it has no translations anyway + doicon lib/ICAClient/icons/* + make_wrapper wfcmgr 'env LC_ALL="" LANG="" /opt/ICAClient/wfcmgr' + make_desktop_entry wfcmgr 'Citrix ICA Client' citrix48.xpm } |