Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 686205 Details for
Bug 769794
net-misc/tigervnc-1.11.0-r2 does not install java viewer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to that restores java viewer installation
tigervnc-1.11.0-java-install.patch (text/plain), 761 bytes, created by
Erik Wallin
on 2021-02-09 19:19:46 UTC
(
hide
)
Description:
Patch to that restores java viewer installation
Filename:
MIME Type:
Creator:
Erik Wallin
Created:
2021-02-09 19:19:46 UTC
Size:
761 bytes
patch
obsolete
>--- tigervnc-1.11.0/java/CMakeLists.txt 2021-02-09 18:24:03.202392373 +0000 >+++ tigervnc-1.11.0.new/java/CMakeLists.txt 2021-02-09 18:36:55.014873009 +0000 >@@ -7,6 +7,8 @@ > > find_package(Java) > >+set(DATA_DIR "${CMAKE_INSTALL_PREFIX}/share") >+ > set(DEFAULT_JAVACFLAGS "-source 8 -target 8 -encoding UTF-8 -Xlint:all,-serial,-cast,-unchecked,-fallthrough,-dep-ann,-deprecation,-rawtypes") > set(JAVACFLAGS ${DEFAULT_JAVACFLAGS} CACHE STRING > "Java compiler flags (Default: ${DEFAULT_JAVACFLAGS})") >@@ -172,3 +174,10 @@ > -P ${SRCDIR}/cmake/SignJar.cmake) > > add_custom_target(java ALL DEPENDS VncViewer.jar) >+ >+if(NOT WIN32) >+ install(FILES >+ ${BINDIR}/VncViewer.jar >+ ${SRCDIR}/${CLASSPATH}/README >+ DESTINATION ${DATA_DIR}/vnc/classes) >+endif()
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 769794
: 686205