java8 ver. bump

This commit is contained in:
Rmys
2026-06-04 10:35:33 +03:00
parent ea3211cc44
commit ad1af058b0
2 changed files with 16 additions and 9 deletions
@@ -23,7 +23,7 @@ shelltools.export("LC_ALL", "C")
def setup():
# 3.8.0 yama vurmak için openjdk yerine openjdk- dosyasına alındı geçici
shelltools.system("sed -i 's|OPENJDK_CHANGESET) openjdk|OPENJDK_CHANGESET) openjdk-|g' Makefile.in")
# shelltools.system("sed -i 's|OPENJDK_CHANGESET) openjdk|OPENJDK_CHANGESET) openjdk-|g' Makefile.in")
shelltools.export("CFLAGS", "%s -std=gnu17 -fPIC -O3" % get.CFLAGS())
shelltools.export("CXXFLAGS", "%s -std=gnu++14 -fPIC -O3" % get.CXXFLAGS())
@@ -34,10 +34,10 @@ def setup():
#patches/openjdk7_nonreparenting-wm.diff"')
#patches/giflib_5.1.diff
shelltools.move("icedtea8-4f0a262e7d6", "openjdk")
shelltools.system("patch -p0 < openjdk-8-insantiate-arrayallocator.patch")
shelltools.system("patch -p1 < openjdk-8.402_p06-0001-Fix-Wint-conversion.patch")
shelltools.system("patch -p1 < openjdk-8.402_p06-0002-Fix-Wincompatible-pointer-types.patch")
# shelltools.move("icedtea8-*", "openjdk")
# shelltools.system("patch -p0 < openjdk-8-insantiate-arrayallocator.patch")
# shelltools.system("patch -p1 < openjdk-8.402_p06-0001-Fix-Wint-conversion.patch")
# shelltools.system("patch -p1 < openjdk-8.402_p06-0002-Fix-Wincompatible-pointer-types.patch")
# shelltools.system("patch -p1 < openjdk-8.402_p06-0004-Fix-misc.-warnings.patch")
autotools.rawConfigure("\
@@ -52,7 +52,7 @@ def setup():
--with-jdk-home=/usr/lib/jvm/java-8-openjdk \
--with-ecj-jar=/usr/share/java/ecj.jar \
--with-vendor-name='PisiLinux' \
--with-pkgversion='PisiLinux build 8u.482_3.38.0' \
--with-pkgversion='PisiLinux build 8u.492_3.39.0' \
" % jobs.replace("-j", ""))
def build():
@@ -13,10 +13,10 @@
<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="bfebe5816f1bf803a6d3834800b96996bc443955">https://icedtea.classpath.org/download/source/icedtea-3.38.0.tar.xz</Archive>
<Archive type="binary" sha1sum="d934e1713eb466ec39f9bc3c5e0bf864ffde4bdd" target="icedtea-3.38.0">https://icedtea.classpath.org/download/drops/icedtea8/3.38.0/openjdk-git.tar.xz</Archive>
<Archive type="tarxz" sha1sum="b6fe0cc32296fee92aeb86d0765c41aed51fc0c2">https://icedtea.classpath.org/download/source/icedtea-3.39.0.tar.xz</Archive>
<Archive type="binary" sha1sum="e6511a6a30589ff36c1591d9b908a7838397bb33" target="icedtea-3.39.0">https://icedtea.classpath.org/download/drops/icedtea8/3.39.0/openjdk-git.tar.xz</Archive>
<Archive type="tarxz" sha1sum="d934e1713eb466ec39f9bc3c5e0bf864ffde4bdd" target="icedtea-3.38.0">https://icedtea.classpath.org/download/drops/icedtea8/3.38.0/openjdk-git.tar.xz</Archive>
<!-- <Archive type="tarxz" sha1sum="e6511a6a30589ff36c1591d9b908a7838397bb33" target="icedtea-3.39.0">https://icedtea.classpath.org/download/drops/icedtea8/3.39.0/openjdk-git.tar.xz</Archive> -->
<BuildDependencies>
<!-- <Dependency>ant</Dependency> -->
<Dependency>wget</Dependency>
@@ -324,6 +324,13 @@
</Package>
<History>
<Update release="13">
<Date>2026-06-03</Date>
<Version>8u_492.3.39.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2026-02-03</Date>
<Version>8u_482.3.38.0</Version>