Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | Update to rc15 | Lucas Werkmeister | |
2019-03-21 | Update to rc14 | Lucas Werkmeister | |
2019-03-08 | Update to rc13 | Lucas Werkmeister | |
2019-02-09 | Update to rc12 | Lucas Werkmeister | |
2019-01-17 | Update to rc11 | Lucas Werkmeister | |
2018-12-07 | Update .SRCINFO | Lucas Werkmeister | |
grr | |||
2018-11-06 | Update to rc9 | Lucas Werkmeister | |
2018-10-22 | Update to rc8 | Lucas Werkmeister | |
2018-10-20 | Make package provide java-runtime as well as java-environment | Lucas Werkmeister | |
This was suggested by AUR user zhangkaizhao [1] in a comment on the graal package [2]. [1]: https://aur.archlinux.org/account/zhangkaizhao [2]: https://aur.archlinux.org/packages/graal/ | |||
2018-10-08 | Update to rc7 | Lucas Werkmeister | |
2018-09-10 | Update to rc6 | Lucas Werkmeister | |
2018-08-03 | Update to rc5 | Lucas Werkmeister | |
2018-07-31 | Update to rc4 | Lucas Werkmeister | |
2018-07-05 | Update to rc3 | Lucas Werkmeister | |
2018-06-15 | Update to rc2 | Lucas Werkmeister | |
Patch partially provided by AUR user char101 [1]. [1]: https://aur.archlinux.org/account/char101 | |||
2018-05-12 | Add dependency on java-runtime-common | Lucas Werkmeister | |
That package contains the archlinux-java script that our install script uses. | |||
2018-05-03 | Use $pkgname_ in provides and conflicts | Lucas Werkmeister | |
2018-05-03 | Rename from graal to graal-bin | Lucas Werkmeister | |
As AUR user rpodgorny pointed out, this is a binary package, so it should have a -bin suffix. A graal package should instead be built from source. | |||
2018-04-28 | Use $pkgname in source | Lucas Werkmeister | |
2018-04-28 | Add install script | Lucas Werkmeister | |
Based on the java8-openjdk one [1]. [1]: https://git.archlinux.org/svntogit/packages.git/tree/trunk/install_jdk8-openjdk.sh?h=packages/java8-openjdk | |||
2018-04-28 | Initial commit | Lucas Werkmeister | |
Just copy the entire distribution zip into a directory under /usr/lib/jvm; this is already sufficient to make the package work with archlinux-java (though we don’t automatically set it up yet). |