summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArctic Ice Studio2018-03-26 13:19:51 +0200
committerArctic Ice Studio2018-03-26 13:19:51 +0200
commit2842a2ae4e741934000ce33c02c02db141152ab9 (patch)
treea5c67a7b79f6327443a41381b7b619497ca2b958
parent03cca3efd40d77ef48c022c4d151ac0b192b1bd7 (diff)
downloadaur-2842a2ae4e741934000ce33c02c02db141152ab9.tar.gz
Add "java-openjfx" package dependency
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.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98cc95c621f6..ca4982ccd02d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = mqttfx-bin
arch = x86_64
license = Apache
depends = java-runtime
+ depends = java-openjfx
options = !strip
options = !upx
source = http://www.jensd.de/apps/mqttfx/1.6.0/mqttfx-1.6.0-linux.deb
diff --git a/PKGBUILD b/PKGBUILD
index c0a0e9db4bb9..460c6b7cc817 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A MQTT Client written in Java based on Eclipse Paho"
arch=("x86_64")
url="http://mqttfx.org"
license=("Apache")
-depends=("java-runtime")
+depends=("java-runtime" "java-openjfx")
options=("!strip" "!upx")
source=(
"http://www.jensd.de/apps/${_pkgbasename}/${pkgver}/${_pkgbasename}-${pkgver}-linux.deb"