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

(-)vmware-view-client-2.2.0.ebuild (-2 / +22 lines)
Lines 5-13 Link Here
5
EAPI=5
5
EAPI=5
6
inherit multilib
6
inherit multilib
7
7
8
UBUNTU_VERSION="0ubuntu0.14.04.debian"
9
8
DESCRIPTION="Horizon delivers virtualized remoted desktops and applications"
10
DESCRIPTION="Horizon delivers virtualized remoted desktops and applications"
9
HOMEPAGE="http://www.vmware.com/products/horizon-view"
11
HOMEPAGE="http://www.vmware.com/products/horizon-view"
10
SRC_URI="http://archive.canonical.com/ubuntu/pool/partner/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz"
12
SRC_URI="http://archive.canonical.com/ubuntu/pool/partner/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz
13
	http://archive.canonical.com/ubuntu/pool/partner/${PN:0:1}/${PN}/${PN}_${PV}-${UBUNTU_VERSION}.tar.gz"
11
14
12
LICENSE="vmware"
15
LICENSE="vmware"
13
SLOT="0"
16
SLOT="0"
Lines 88-96 Link Here
88
91
89
	dolib usr/lib/pcoip/vchan_plugins/*.so
92
	dolib usr/lib/pcoip/vchan_plugins/*.so
90
93
94
	insinto /usr/share/doc/vmware-horizon-view-client
95
	doins usr/share/doc/vmware-view-client/*
96
	# Don't compress, else the EULAs can't be found
97
	docompress -x usr/share/doc
98
99
#	if use nls ; then
100
#		for _lang in ${ILANG} ; do
101
#			use linguas_${_lang} && domo usr/share/locale/${_lang}/*/*.mo
102
#		done
103
#	fi
104
91
	if use nls ; then
105
	if use nls ; then
92
		for _lang in ${ILANG} ; do
106
		for _lang in ${ILANG} ; do
93
			use linguas_${_lang} && domo usr/share/locale/${_lang}/*/*.mo
107
			insinto /usr/share/locale/${_lang}/LC_MESSAGES
108
			use linguas_${_lang} && doins usr/share/locale/${_lang}/*/*.mo
94
		done
109
		done
95
	fi
110
	fi
111
112
	# Debian desktop stuff
113
	domenu "${WORKDIR}"/debian/${PN}.desktop
114
	insinto /usr/share/pixmaps
115
	doins "${WORKDIR}"/debian/${PN}-vmware.png
96
}
116
}

Return to bug 507300