summarylogtreecommitdiffstats
path: root/yed
AgeCommit message (Collapse)Author
2019-03-23Remove dep on openjfxMichael Lass
Either JavaFX is not used anymore or it's provided by yed itself. This makes distribution and startup much simpler. Tested with JRE 8, 11 and 12 without openjfx.
2018-04-10Require javafxMichael Lass
* Depend on java-openjfx instead of java-runtime * Let archlinux-java-run ensure that a javafx-capable JRE is used (requires archlinux-java-run v4)
2018-03-31Allow use of java 10Michael Lass
In a quick test with Oracle's java 10 (jre package from AUR) everything seemed to work. While here, properly reflect the list of possible java versions in the dependencies by providing an upper bound for the version number.
2017-11-18Utilize archlinux-java-run for start scriptMichael Lass
2017-11-18Move files to /usr/share/java/yedMichael Lass
2017-02-03Improve start scriptMichael Lass
If a suitable java version is selected via archlinux-java we should use it. Otherwise use the latest version available as we did before.
2016-07-28yed now depends on Java 8Michael Lass
2015-06-08Initial commitMichael Lass