Thanks very much, adopting the package, nougad!
Now you can also put your name in the PKGBUILD in top, previous maintainers as contributors:
Git Clone URL: | https://aur.archlinux.org/jdk-arm.git (read-only, click to copy) |
---|---|
Package Base: | jdk-arm |
Description: | Oracle Java Development Kit (v8) for ARMv7, ARMv6 and ARMv8 (64-bit) |
Upstream URL: | http://www.oracle.com/technetwork/java/javase/downloads/index.html |
Keywords: | arm java jdk |
Licenses: | |
Provides: | |
Submitter: | notdodo |
Maintainer: | DragonX256 |
Last Packager: | DragonX256 |
Votes: | 11 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-21 11:16 |
Last Updated: | 2021-02-28 09:49 |
Thanks very much, adopting the package, nougad!
Now you can also put your name in the PKGBUILD in top, previous maintainers as contributors:
Can you remove me from co-maintainers?
Since you run this on limited arm, you can speedup package creation with uncompressed packages:
PKGEXT='.pkg.tar' makepkg -f
Now you have quadruple checksums.. please use "updpkgsums", not the deprecated "makepkg -g >> PKGBUILD"
You accidentally added triple-checksums to the PKGBUILD.
Shouldn't you use:
source=("http://download.oracle.com/otn-pub/java/jce/$_major/jce_policy-$_major.zip"
"jconsole-$_jname.desktop"
"jmc-$_jname.desktop"
"jvisualvm-$_jname.desktop"
"policytool-$_jname.desktop")
source_armv6h=("http://download.oracle.com/otn-pub/java/jdk/$pkgver-$_build/$_pkgname-$pkgver-linux-arm32-vfp-hflt.tar.gz")
source_armv7h=("$source_armv6h")
source_aarch64=("http://download.oracle.com/otn-pub/java/jdk/$pkgver-$_build/$_pkgname-$pkgver-linux-arm64-vfp-hflt.tar.gz")
..instead of whatever you're doing now?
There's also an ARMv8 (64-bit) version.
Pinned Comments
nougad commented on 2019-04-20 08:52
Important Oracle JDK License Update
The Oracle JDK License has changed for releases starting April 16, 2019.
The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new license permits certain uses, such as personal use and development use, at no cost -- but other uses authorized under prior Oracle JDK licenses may no longer be available.
This means the direct download without a Oracle account is not available anymore. You need to download the sources manually and put next to the PKGBUILD.