Age | Commit message (Collapse) | Author |
|
|
|
mksrcinfo v9 no longer emits the generation timestamp, so the diffstat
is a little different than usual.
|
|
|
|
|
|
|
|
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…)
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
grr
|
|
|
|
|
|
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/
|
|
|
|
|
|
|
|
|
|
|
|
Patch partially provided by AUR user char101 [1].
[1]: https://aur.archlinux.org/account/char101
|
|
That package contains the archlinux-java script that our install script
uses.
|
|
|
|
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.
|
|
|
|
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
|
|
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).
|