Package: libjide-oss-java / 3.7.6+dfsg-2

Metadata

Package Version Patches format
libjide-oss-java 3.7.6+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
AquaJidePopupMenuUI.java.patch | (download)

src/com/jidesoft/plaf/aqua/AquaJidePopupMenuUI.java | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 aquajidepopupmenuui.java

Replace com.apple.laf with a standard component instead of a vendor
specific extension.

java9 add exports.patch | (download)

build.xml | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 java9 add-exports

Required for Java9. Pass --add-exports directly to the javadoc command.
Environment variables like ANT_OPTIONS or _JAVA_OPTIONS will pick up the
additional options but won't pass them to javadoc. Without this patch the
documentation will not be built.

java10.patch | (download)

src-jdk9/com/jidesoft/plaf/windows/TMSchema.java | 10 1 + 9 - 0 !
src-jdk9/com/jidesoft/plaf/windows/XPStyle.java | 75 13 + 62 - 0 !
src/com/jidesoft/plaf/vsnet/VsnetWindowsProgressBarUI.java | 227 0 + 227 - 0 !
src/com/jidesoft/plaf/windows/WindowsJidePopupMenuUI.java | 28 0 + 28 - 0 !
src/com/jidesoft/plaf/windows/WindowsRangeSliderUI.java | 546 0 + 546 - 0 !
src/com/jidesoft/plaf/xerto/XertoJideButtonUI.java | 45 0 + 45 - 0 !
6 files changed, 14 insertions(+), 917 deletions(-)

 java10

Bug-Debian: https://bugs.debian.org/897491
Bug-Upstream: https://github.com/jidesoft/jide-oss/issues/30

Remove Windows-specific class which FTBFS with OpenJDK 10.

version.patch | (download)

build.properties | 2 1 + 1 - 0 !
pom.xml | 2 1 + 1 - 0 !
pom_compile.xml | 2 1 + 1 - 0 !
pom_deploy.xml | 2 1 + 1 - 0 !
4 files changed, 4 insertions(+), 4 deletions(-)

 version

Apparently upstream forgot to set the correct version.