Update to 19+36

This commit is contained in:
Michael Laß 2022-09-29 15:02:08 +02:00
parent 4ea618a542
commit 403cc1f1fa
6 changed files with 38 additions and 39 deletions

View File

@ -1,6 +1,6 @@
pkgbase = jdk-temurin pkgbase = jdk-temurin
pkgdesc = Temurin (OpenJDK 18 Java binaries by Adoptium, formerly AdoptOpenJDK) pkgdesc = Temurin (OpenJDK 19 Java binaries by Adoptium, formerly AdoptOpenJDK)
pkgver = 18.0.2.u9 pkgver = 19.u36
pkgrel = 1 pkgrel = 1
url = https://adoptium.net/ url = https://adoptium.net/
install = install_jdk-temurin.sh install = install_jdk-temurin.sh
@ -15,20 +15,20 @@ pkgbase = jdk-temurin
depends = alsa-lib depends = alsa-lib
optdepends = gtk2: for the Gtk+ 2 look and feel optdepends = gtk2: for the Gtk+ 2 look and feel
optdepends = gtk3: for the Gtk+ 3 look and feel optdepends = gtk3: for the Gtk+ 3 look and feel
provides = java-runtime-headless=18 provides = java-runtime-headless=19
provides = java-runtime-headless-openjdk=18 provides = java-runtime-headless-openjdk=19
provides = jre18-openjdk-headless=18.0.2.u9 provides = jre19-openjdk-headless=19.u36
provides = jre-openjdk-headless=18.0.2.u9 provides = jre-openjdk-headless=19.u36
provides = java-runtime=18 provides = java-runtime=19
provides = java-runtime-openjdk=18 provides = java-runtime-openjdk=19
provides = jre18-openjdk=18.0.2.u9 provides = jre19-openjdk=19.u36
provides = jre-openjdk=18.0.2.u9 provides = jre-openjdk=19.u36
provides = java-environment=18 provides = java-environment=19
provides = java-environment-openjdk=18 provides = java-environment-openjdk=19
provides = jdk18-openjdk=18.0.2.u9 provides = jdk19-openjdk=19.u36
provides = jdk-openjdk=18.0.2.u9 provides = jdk-openjdk=19.u36
provides = openjdk18-src=18.0.2.u9 provides = openjdk19-src=19.u36
provides = openjdk-src=18.0.2.u9 provides = openjdk-src=19.u36
replaces = jdk-adoptopenjdk replaces = jdk-adoptopenjdk
backup = etc/java-temurin/logging.properties backup = etc/java-temurin/logging.properties
backup = etc/java-temurin/management/jmxremote.access backup = etc/java-temurin/management/jmxremote.access
@ -45,13 +45,13 @@ pkgbase = jdk-temurin
backup = etc/java-temurin/security/policy/unlimited/default_local.policy backup = etc/java-temurin/security/policy/unlimited/default_local.policy
backup = etc/java-temurin/security/policy/unlimited/default_US_export.policy backup = etc/java-temurin/security/policy/unlimited/default_US_export.policy
backup = etc/java-temurin/sound.properties backup = etc/java-temurin/sound.properties
source = https://github.com/adoptium/temurin18-binaries/releases/download/jdk-18.0.2%2B9/OpenJDK18U-jdk_x64_linux_hotspot_18.0.2_9.tar.gz source = https://github.com/adoptium/temurin19-binaries/releases/download/jdk-19%2B36/OpenJDK19U-jdk_x64_linux_hotspot_19_36.tar.gz
source = freedesktop-java.desktop source = freedesktop-java.desktop
source = freedesktop-jconsole.desktop source = freedesktop-jconsole.desktop
source = freedesktop-jshell.desktop source = freedesktop-jshell.desktop
sha256sums = 5e5dbf6f1308829528778e00631ec83e252d90fc444503091e71a66465e88941 sha256sums = d10becfc1ea6586180246455ee8d462875f97655416a7d7c5a1c60d0570dbc8f
sha256sums = ea75ce65e1393a91fcb83beed3b84759a88bbe9df1ab4efa440062bbd2fe6c1f sha256sums = dfb606cf295bc30471e327032540de9c6d2dcc992e7929a7aa75a620436b44a4
sha256sums = 36b2ff191c81ce5eef9e1eed2acc54dba78b2bcdf47532607f0cc9302503a265 sha256sums = 36d69d869c81463b394905ffbab5ff3d7f6d3fb3174c7c10fe3c760b34712763
sha256sums = b73453a639017037627d926cf2179d1c7e296d9c0804747848d1c799ca38652c sha256sums = a3826e4ee0cf51219c9d128787d9845ca0429b89b8004fca0d0b0cec9ca9a8a2
pkgname = jdk-temurin pkgname = jdk-temurin

View File

@ -7,13 +7,12 @@
# This PKGBUILD is maintained on github: # This PKGBUILD is maintained on github:
# https://github.com/michaellass/AUR # https://github.com/michaellass/AUR
_majorver=18 _majorver=19
_completever=18.0.2 _completever=19
_updatever=9 _updatever=36
pkgrel=1 pkgrel=1
pkgver=${_completever}.u${_updatever} pkgver=${_completever}.u${_updatever}
_tag_ver=${_completever}+${_updatever} _tag_ver=${_completever}+${_updatever}
#[ $_majorver != $_completever ] && _versuffix=U
_versuffix=U _versuffix=U
pkgname=jdk-temurin pkgname=jdk-temurin
@ -61,10 +60,10 @@ source=(https://github.com/adoptium/temurin${_majorver}-binaries/releases/downlo
freedesktop-java.desktop freedesktop-java.desktop
freedesktop-jconsole.desktop freedesktop-jconsole.desktop
freedesktop-jshell.desktop) freedesktop-jshell.desktop)
sha256sums=('5e5dbf6f1308829528778e00631ec83e252d90fc444503091e71a66465e88941' sha256sums=('d10becfc1ea6586180246455ee8d462875f97655416a7d7c5a1c60d0570dbc8f'
'ea75ce65e1393a91fcb83beed3b84759a88bbe9df1ab4efa440062bbd2fe6c1f' 'dfb606cf295bc30471e327032540de9c6d2dcc992e7929a7aa75a620436b44a4'
'36b2ff191c81ce5eef9e1eed2acc54dba78b2bcdf47532607f0cc9302503a265' '36d69d869c81463b394905ffbab5ff3d7f6d3fb3174c7c10fe3c760b34712763'
'b73453a639017037627d926cf2179d1c7e296d9c0804747848d1c799ca38652c') 'a3826e4ee0cf51219c9d128787d9845ca0429b89b8004fca0d0b0cec9ca9a8a2')
_jvmdir=/usr/lib/jvm/java-${_majorver}-temurin _jvmdir=/usr/lib/jvm/java-${_majorver}-temurin
_jdkdir=jdk-${_tag_ver} _jdkdir=jdk-${_tag_ver}

View File

@ -1,8 +1,8 @@
[Desktop Entry] [Desktop Entry]
Name=Temurin Java 18 Runtime Name=Temurin Java 19 Runtime
Comment=Temurin Java 18 Runtime Comment=Temurin Java 19 Runtime
Keywords=java;runtime Keywords=java;runtime
Exec=/usr/lib/jvm/java-18-temurin/bin/java -jar Exec=/usr/lib/jvm/java-19-temurin/bin/java -jar
Terminal=false Terminal=false
Type=Application Type=Application
MimeType=application/x-java-archive;application/java-archive;application/x-jar; MimeType=application/x-java-archive;application/java-archive;application/x-jar;

View File

@ -1,8 +1,8 @@
[Desktop Entry] [Desktop Entry]
Name=Temurin Java 18 Console Name=Temurin Java 19 Console
Comment=Temurin Java 18 Monitoring & Management Console Comment=Temurin Java 19 Monitoring & Management Console
Keywords=java;console;monitoring Keywords=java;console;monitoring
Exec=/usr/lib/jvm/java-18-temurin/bin/jconsole Exec=/usr/lib/jvm/java-19-temurin/bin/jconsole
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Application;System; Categories=Application;System;

View File

@ -1,8 +1,8 @@
[Desktop Entry] [Desktop Entry]
Name=Temurin Java 18 Shell Name=Temurin Java 19 Shell
Comment=Temurin Java 18 Shell Comment=Temurin Java 19 Shell
Keywords=java;shell Keywords=java;shell
Exec=/usr/lib/jvm/java-18-temurin/bin/jshell Exec=/usr/lib/jvm/java-19-temurin/bin/jshell
Terminal=true Terminal=true
Type=Application Type=Application
Categories=Application;System; Categories=Application;System;

View File

@ -1,4 +1,4 @@
THIS_JDK='java-18-temurin' THIS_JDK='java-19-temurin'
fix_default() { fix_default() {
if [ ! -x /usr/bin/java ]; then if [ ! -x /usr/bin/java ]; then