Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The name of the directory and binary is now uppercase again.
|
|
The support for upx has been dropped (1) and has therefore been removed
from the build script.
References:
(1) https://git.archlinux.org/pacman.git/commit/?id=1a29744d0da8aa945b96b234574e0d5c80f13b62
|
|
The .deb source file is packaged using another packager tool instead of
install4j. It comes with a bundled JRE Java runtime so the dependency to
the metagroup "java-runtime" is currently not necessary anymore. The
bundled JRE should be used until the compability with the latest JRE
9/10 version has been approved.
Another change is that the application icon is not bundled anymore so it
has been added to the package itself.
The also .deb file uses another format
resulting in a "data.tar.xz" archive instead "data.tar.gz" so the "z"
flag of "tar" has been changed to "J" to use "ar x <NAME>.deb" and
"unxz" to uncompress the file and data archive.
|
|
|
|
This ensures that the required JavaFX runtime which is required to run
the application. Also as of Java 11 the official Oracle JDK won't
include JavaFX anymore.
With the Java Platform Module System in place since Java 9, Oracle
decided that it now makes sense to decouple JavaFX from the JDK, in
order to make it available as a separate download.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|