Package: tightvnc-java / 1.3.10-4

Metadata

Package Version Patches format
tightvnc-java 1.3.10-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix makefile.patch | (download)

Makefile | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 various fixes to the makefile.
 Set target and source to 1.7, the lowest version OpenJDK 17 supports.
 Don't install class files.
make it a named package.patch | (download)

AuthPanel.java | 2 2 0 - 0 !
ButtonPanel.java | 2 2 0 - 0 !
CapabilityInfo.java | 2 2 0 - 0 !
CapsContainer.java | 2 2 0 - 0 !
ClipboardFrame.java | 2 2 0 - 0 !
DesCipher.java | 2 2 0 - 0 !
HTTPConnectSocket.java | 2 2 0 - 0 !
HTTPConnectSocketFactory.java | 2 2 0 - 0 !
InStream.java | 2 2 0 - 0 !
MANIFEST.MF | 2 1 1 - 0 !
Makefile | 5 4 1 - 0 !
MemInStream.java | 2 2 0 - 0 !
OptionsFrame.java | 2 2 0 - 0 !
RecordingFrame.java | 2 2 0 - 0 !
ReloginPanel.java | 2 2 0 - 0 !
RfbProto.java | 2 2 0 - 0 !
SessionRecorder.java | 2 2 0 - 0 !
SocketFactory.java | 2 2 0 - 0 !
VncCanvas.java | 2 2 0 - 0 !
VncCanvas2.java | 2 2 0 - 0 !
VncViewer.java | 2 2 0 - 0 !
ZlibInStream.java | 2 2 0 - 0 !
index.vnc | 2 1 1 - 0 !
23 files changed, 46 insertions( ), 3 deletions(-)

 form a java package from the original sources.
 Add 'package tightvncviewer;' to all .java files.
 Update index.vnc the refer to the initial class within the package.
 Update Makfile to generate an appropriate .jar file.
 Update MANIFEST.MF to refer to the Main-Class within the package.