Package: insubstantial / 7.3+dfsg3-6
Metadata
Package | Version | Patches format |
---|---|---|
insubstantial | 7.3+dfsg3-6 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
no_android.patch | (download) |
trident/build.gradle |
8 8 + 0 - 0 ! |
do not build android parts of trident |
version.patch | (download) |
build.gradle |
4 2 + 2 - 0 ! |
revert to last stable version / remove snapshot |
javadoc_encoding.patch | (download) |
build.gradle |
2 2 + 0 - 0 ! |
set javadoc encoding to utf-8 |
asm5.patch | (download) |
laf-widget/src/main/java/org/pushingpixels/lafwidget/ant/ContainerGhostingAugmenter.java |
10 5 + 5 - 0 ! |
move package from asm2 to asm5/libasm4-java (older versions will be removed from Debian) |
java9 compatibility.patch | (download) |
flamingo/src/main/java/org/pushingpixels/flamingo/api/ribbon/JRibbonFrame.java |
10 1 + 9 - 0 ! |
fixes the compatibility with java 9 |
fix 56.patch | (download) |
substance/src/main/java/org/pushingpixels/substance/api/SubstanceLookAndFeel.java |
2 2 + 0 - 0 ! |
work-around for [#56](https://github.com/insubstantial/insubstantial/issues/56) as suggested in [#56#issuecomment-333986024](https://github.com/Insubstantial/insubstantial/issues/56#issuecomment-333986024). |
java 11 disable augmentation.patch | (download) |
substance-flamingo/build.gradle |
2 2 + 0 - 0 ! |
java 11: disable augmentation Date: Fri, 03 Mar 2023 23:11:14 +0100 Bug-Debian: https://bugs.debian.org/1013594 Since Java 11, Java bytecode is required to include some additional metadata. The bytecode generated by laf-widget for "augmentation" of other widget libraries does not follow this requirement, resulting in a build failure. A later version of laf-widget has removed this augmentation rather than fixing it: https://github.com/kirill-grouchnikov/laf-widget/commit/8b0871e84ca6b6c0c479a6033998eb39e0fc767d This augmentation does not seem to be essential, so disable it until it is fixed or properly removed. |