summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-11-27Fix optdepends package nameLucas Werkmeister
After I made it a virtual package, graal-native-image-bin no longer provides a non-bin version of its package name.
2019-11-25Turn into virtual package for update to 19.3.0Lucas Werkmeister
With the 19.3.0 release, GraalVM supports two Java versions: Java 8 and Java 11. Accordingly, this package is split into two: jdk8-graalvm-bin and jdk11-graalvm-bin. To leave old installs functional when they update, this package is retained, but only as a “virtual” package with no contents except for its dependencies. Since this package only used to provide Java 8, it now declares a dependency on jdk8-graalvm-bin (users may install jdk11-graalvm-bin additionally or instead, if they want to). Users should explicitly install the real package; I intend to remove this one eventually.
2019-10-28Update to 19.2.1Lucas Werkmeister
2019-09-13Update to 19.2.0.1Lucas Werkmeister
2019-08-22Update to 19.2.0Lucas Werkmeister
mksrcinfo v9 no longer emits the generation timestamp, so the diffstat is a little different than usual.
2019-07-17Update to 19.1.1Lucas Werkmeister
2019-07-04Update to 19.1.0Lucas Werkmeister
2019-06-18Update to 19.0.2Lucas Werkmeister
2019-05-30Add graal-native-image to optdepends and bump pkgrelLucas Werkmeister
The native-image plugin used to be part of this package, but Oracle extracted it into a separate component with the 19.0.0 release (which I failed to notice when first creating the release). We follow suit by setting up a separate AUR package for it, graal-native-image(-bin), but recommend that people install that via optdepends. The pkgrel is bumped so that people will see the new dependency as soon as possible. (I think that should work, though I can’t very well try it out before pushing this commit…)
2019-05-12Update to 19.0.0Lucas Werkmeister
The first non-RC release changed the source file name pattern a bit, and standardized the license file names to end in .txt, but otherwise the package format remained stable.
2019-04-26Update to rc16Lucas Werkmeister
2019-04-09Update to rc15Lucas Werkmeister
2019-03-21Update to rc14Lucas Werkmeister
2019-03-08Update to rc13Lucas Werkmeister
2019-02-09Update to rc12Lucas Werkmeister
2019-01-17Update to rc11Lucas Werkmeister
2018-12-07Update .SRCINFOLucas Werkmeister
grr
2018-12-07Update to rc10Lucas Werkmeister
2018-11-06Update to rc9Lucas Werkmeister
2018-10-22Update to rc8Lucas Werkmeister
2018-10-20Make package provide java-runtime as well as java-environmentLucas 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-08Update to rc7Lucas Werkmeister
2018-09-10Update to rc6Lucas Werkmeister
2018-08-03Update to rc5Lucas Werkmeister
2018-07-31Update to rc4Lucas Werkmeister
2018-07-31Fix location of LICENSE fileLucas Werkmeister
With -t, the target is always treated as a directory, including the last component. We could fix that for this package by not specifying the last component of the target (remove the LICENSE), but for consistency with other Graal packages, were we sometimes have to specify the last component because the source file is not named LICENSE but something like LICENSE_GRAALPYTHON, I prefer swapping the arguments back into SOURCE DEST order, and employing the -T option just in case.
2018-07-05Update to rc3Lucas Werkmeister
2018-06-15Update to rc2Lucas Werkmeister
Patch partially provided by AUR user char101 [1]. [1]: https://aur.archlinux.org/account/char101
2018-05-12Add dependency on java-runtime-commonLucas Werkmeister
That package contains the archlinux-java script that our install script uses.
2018-05-03Use $pkgname_ in provides and conflictsLucas Werkmeister
2018-05-03Rename from graal to graal-binLucas 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-28Use $pkgname in sourceLucas Werkmeister
2018-04-28Add install scriptLucas 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-28Initial commitLucas 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).