Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 515216 Details for
Bug 644910
www-apps/novnc-0.6.2: use ebuild helpers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
novnc-0.6.2.patch
novnc.patch (text/plain), 1.29 KB, created by
Benda Xu
on 2018-01-18 07:46:32 UTC
(
hide
)
Description:
novnc-0.6.2.patch
Filename:
MIME Type:
Creator:
Benda Xu
Created:
2018-01-18 07:46:32 UTC
Size:
1.29 KB
patch
obsolete
>commit 3b4ffb6396bdce3e12e63e0ce97acfdb602c078c >Author: Benda Xu <heroxbd@gentoo.org> >Date: Thu Jan 18 16:34:34 2018 +0900 > > www-apps/novnc: use ebuild helpers. > > Fix doc location. > > Package-Manager: Portage-2.3.19, Repoman-2.3.6 > >diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild >index 431a5d643c76..198e824449a1 100644 >--- a/www-apps/novnc/novnc-0.6.2.ebuild >+++ b/www-apps/novnc/novnc-0.6.2.ebuild >@@ -27,26 +27,15 @@ python_compile() { > } > > src_install() { >- dodir /usr/share/novnc/utils >- dodir /usr/share/novnc/include >- dodir /usr/share/novnc/images >- > exeinto /usr/share/novnc/utils >- doexe utils/b64-to-binary.pl >- doexe utils/img2js.py >- doexe utils/inflator.partial.js >- doexe utils/json2graph.py >- doexe utils/launch.sh >- doexe utils/parse.js >- doexe utils/u2x11 >- >- docinto /usr/share/novnc/docs >- dodoc README.md >- dodoc LICENSE.txt >- >- cp -pPR *.html "${D}/usr/share/novnc/" >- cp -pPR include/* "${D}/usr/share/novnc/include/" >- cp -pPR images/* "${D}/usr/share/novnc/images/" >+ for f in utils/*; do >+ [[ ! f = utils/README.md ]] && doexe $f >+ done >+ >+ dodoc README.md LICENSE.txt >+ >+ insinto /usr/share/novnc >+ doins -r *.html include/ images/ > dosym images/favicon.ico /usr/share/novnc/favicon.ico > > newconfd "${FILESDIR}/noVNC.confd" noVNC
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 644910
: 515216