Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191755 Details for
Bug 191176
NX Web Component (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bump to version 3.3.0-2
nxweb-3.3.0_p2.ebuild (text/plain), 1.17 KB, created by
Assaf Berg
on 2009-05-19 08:21:18 UTC
(
hide
)
Description:
bump to version 3.3.0-2
Filename:
MIME Type:
Creator:
Assaf Berg
Created:
2009-05-19 08:21:18 UTC
Size:
1.17 KB
patch
obsolete
># ebuild to install NX Web Companion >inherit webapp eutils > >DESCRIPTION="NX Web Companion is the web client package for nomachine.org's nxserver" >HOMEPAGE="http://www.nomachine.com/" > ># package version without patch level (e.g. 3.3.0) >MY_PV_M="${PV%%_p*}" > ># package version with patch level (e.g. 3.3.0-2) >MY_PV_P="${PV//_p/-}" > >SRC_URI="http://64.34.161.181/download/${MY_PV_M}/Linux/nxplugin-${MY_PV_P}.i386.tar.gz" >LICENSE="nomachine" >#KEYWORDS="~amd64 ~x86" >KEYWORDS="~x86" >IUSE="" >RESTRICT="mirror" > >DEPEND=">=net-misc/nxserver-freeedition-3.3.0" > >src_unpack() { > unpack ${A} > > epatch ${FILESDIR}/nxapplet-disable-java-check.patch >} > > >src_install() { > webapp_src_preinst > > einfo "Patching nxapplet.html with server hostname: ${VHOST_HOSTNAME}" > sed -i -e "s|http://webserver|http://${VHOST_HOSTNAME}/${PN}|" usr/NX/share/plugin/nxapplet.html > [ "$VHOST_HOSTNAME" = localhost ] && ewarn "Server hostname is localhost, the plugin will not be usable from remote hosts" > > cp -R usr/NX/share/* ${D}/${MY_HTDOCSDIR} > > #TODO: webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt > # Note to the user that she can access the client at http://localhost/nxweb/plugin/nxapplet.html > > webapp_src_install >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 191176
:
129936
|
191755
|
191756
|
306703
|
306705
|
306707