commit:     d3ef689b07ac07ce057fa958a5a429b98b3e92bb
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 24 17:10:46 2020 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Mar 24 17:11:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3ef689b

www-apps/novnc: fix install and create /usr/bin symlink

Closes: https://bugs.gentoo.org/714096
Closes: https://bugs.gentoo.org/714202
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 www-apps/novnc/novnc-1.1.0.ebuild | 2 ++
 www-apps/novnc/novnc-9999.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/www-apps/novnc/novnc-1.1.0.ebuild 
b/www-apps/novnc/novnc-1.1.0.ebuild
index 130e5d59469..734f516e33b 100644
--- a/www-apps/novnc/novnc-1.1.0.ebuild
+++ b/www-apps/novnc/novnc-1.1.0.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
 else
        SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+       S="${WORKDIR}/noVNC-${PV}"
 fi
 
 LICENSE="LGPL-3"
@@ -42,4 +43,5 @@ src_install() {
        insinto /usr/share/novnc
        doins -r vnc.html vnc_lite.html app/ core/ vendor/
        dosym vnc_lite.html /usr/share/novnc/vnc_auto.html  # for compat
+       dosym ../share/novnc/utils/launch.sh /usr/bin/novnc
 }

diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild
index 130e5d59469..734f516e33b 100644
--- a/www-apps/novnc/novnc-9999.ebuild
+++ b/www-apps/novnc/novnc-9999.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]] ; then
 else
        SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
+       S="${WORKDIR}/noVNC-${PV}"
 fi
 
 LICENSE="LGPL-3"
@@ -42,4 +43,5 @@ src_install() {
        insinto /usr/share/novnc
        doins -r vnc.html vnc_lite.html app/ core/ vendor/
        dosym vnc_lite.html /usr/share/novnc/vnc_auto.html  # for compat
+       dosym ../share/novnc/utils/launch.sh /usr/bin/novnc
 }

Reply via email to