java-openjdk ver. bump

This commit is contained in:
Rmys
2025-05-06 18:00:03 +03:00
parent 7d154c9060
commit af2e51ce2e
2 changed files with 14 additions and 6 deletions
@@ -12,7 +12,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
# jobs = "-j"+ subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
jobs = subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
# jobs = subprocess.check_output("nproc 2>/dev/null", shell=True).rstrip("\n")
jobs = subprocess.check_output("nproc 2>/dev/null", shell=True).decode("utf-8").rstrip("\n")
# jobs = "-j" + subprocess.check_output("nproc 2>/dev/null", shell=True).decode().strip()
shelltools.export("ALT_PARALLEL_COMPILE_JOBS", jobs)
@@ -26,8 +28,7 @@ def setup():
shelltools.export("CXX", "g++")
#shelltools.system('export DISTRIBUTION_PATCHES="patches/fontconfig-paths.diff \
#patches/openjdk7_nonreparenting-wm.diff"')
#patches/giflib_5.1.diff
#patches/giflib_5.1.diff
autotools.rawConfigure("\
--disable-tests \
--disable-Werror \
@@ -39,9 +40,9 @@ def setup():
--enable-bootstrap \
--with-jdk-home=/usr/lib/jvm/java-8-openjdk \
--with-ecj-jar=/usr/share/java/ecj.jar \
--with-pkgversion='PisiLinux build 8.u432_3.33.0' \
--with-vendor-name='PisiLinux' \
--with-pkgversion='PisiLinux build 8u.452_3.35.0' \
" % jobs.replace("-j", ""))
def build():
shelltools.system("make JOBS=%s" % jobs)
@@ -13,7 +13,7 @@
<Icon>java8</Icon>
<Summary>Open Java Development Kit</Summary>
<Description>OpenJDK (Open Java Development Kit) is a free and open source implementation of the Java Platform, Standard Edition (Java SE).</Description>
<Archive type="tarxz" sha1sum="1b8dcd2fbcff5e537247f19172d297658fd124b6">https://icedtea.classpath.org/download/source/icedtea-3.33.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="61ea683d1baffaaf4e6941b620b98f97260b28d7">https://icedtea.classpath.org/download/source/icedtea-3.35.0.tar.xz</Archive>
<!--Archive type="tarxz" sha1sum="70298576084208409dad6189d9ef5d0c2c7e8e09">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/corba.tar.xz</Archive>
<Archive type="tarxz" sha1sum="a4c8ae2a0d30b4349918b2525c7c74fdaee5c3ac">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/hotspot.tar.xz</Archive>
<Archive type="tarxz" sha1sum="6fb46ee58d5d121fdbb7eccc68988255f37926ae">http://icedtea.wildebeest.org/download/drops/icedtea8/3.19.0/jaxp.tar.xz</Archive>
@@ -328,6 +328,13 @@
</Package>
<History>
<Update release="11">
<Date>2025-05-06</Date>
<Version>8u_452.3.35.0</Version>
<Comment>Rebuild</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2023-10-17</Date>
<Version>8u_432.3.33.0</Version>