Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : openjdk-8 | name : openjdk-8 | ||||
| version : 8.232 | version : 8.252 | ||||
| release : 19 | release : 20 | ||||
| source : | source : | ||||
| - https://getsol.us/sources/java/jdk8u232-ga.tar.bz2 : 23abb7e548611b19fc24802165d27d217657d6648b4688573a0430168e86ea77 | - https://getsol.us/sources/java/jdk8u252-ga.tar.bz2 : a83f8daa2afece63bf7ae95cfbca91ef765424c40b9f5b45e4a3c2d4da0f7a95 | ||||
| - https://getsol.us/sources/java/corba-u232-ga.tar.bz2 : 9958a19a9064a18e4cf249734ff1c03ad30444bff277d560027d02b8be5c3a68 | - https://getsol.us/sources/java/corba-u252-ga.tar.bz2 : 97513397015ca62953c6afa3ba925b1dabc0238d47f3a2b81c2bd5b683d4d050 | ||||
| - https://getsol.us/sources/java/hotspot-u232-ga.tar.bz2 : ed88a5db0e9d1f81ff966e18940e1d7d9a3256aa324b396eb0e097893291d537 | - https://getsol.us/sources/java/hotspot-u252-ga.tar.bz2 : 80a91f421bbe750f5e8c66b74f77fb79f31cce2f6e9e1cfe8407d773bb1ed57d | ||||
| - https://getsol.us/sources/java/jaxp-u232-ga.tar.bz2 : 4b402bc08e642acb2b42833996e70b284a1a02c70d4cc96ac4ece1802daeb892 | - https://getsol.us/sources/java/jaxp-u252-ga.tar.bz2 : ead123b56c1c5d4c381665da6c0858cd9b11c69b8afc7494f9831980bc71bc92 | ||||
| - https://getsol.us/sources/java/jaxws-u232-ga.tar.bz2 : 70276b4e04ec0d3f0d936f541ff27ee4e28602f28dfab7208b44a95ffa2f1a24 | - https://getsol.us/sources/java/jaxws-u252-ga.tar.bz2 : ef6532ac77e7e4333283c09c87b6923fbaa91b8bca6770f06494c3bb1643455e | ||||
| - https://getsol.us/sources/java/jdk-u232-ga.tar.bz2 : 4c51f8063382065ea4440c4ed37695408401a0aead314a1d185d4fc4b2c36b6f | - https://getsol.us/sources/java/jdk-u252-ga.tar.bz2 : 7203ded24a10843ac8e84269ad8ac347f29b1dd950f7e0bb9739ddcb8280b8fb | ||||
| - https://getsol.us/sources/java/langtools-u232-ga.tar.bz2 : bb8b55208e72ee59dd27ca033563f312ba5608685845efdf2882ce3eafcde1c3 | - https://getsol.us/sources/java/langtools-u252-ga.tar.bz2 : 6e2329e3f15c0fd23da47cd8f454cb49cdae0b12c951eb2910061fa95acb8ea4 | ||||
| - https://getsol.us/sources/java/nashorn-u232-ga.tar.bz2 : 65401a6f11f67c198b54846fd8e28d452ffcb95939943c432f27e01d01fde29a | - https://getsol.us/sources/java/nashorn-u252-ga.tar.bz2 : 195237fd89f34c27bf98c3a8bfda64bbc799a014e83907062a8b4e10bd4f2021 | ||||
| license : GPL-2.0-with-classpath-exception | license : GPL-2.0-with-classpath-exception | ||||
| component : programming.java | component : programming.java | ||||
| summary : Open implementation of Oracle's Java Development Kit | summary : Open implementation of Oracle's Java Development Kit, major version 8 | ||||
| description: | | description: | | ||||
| Open implementation of Oracle's Java Development Kit | Open implementation of Oracle's Java Development Kit, major version 8. This package includes both the JDK and its accompanying JRE, with OpenJFX in a separate package. | ||||
| builddeps : | builddeps : | ||||
| - cups-devel | - cups-devel | ||||
| - giflib-devel | - giflib-devel | ||||
| - openjdk-8-devel | - openjdk-8-devel | ||||
| - pkgconfig(alsa) | - pkgconfig(alsa) | ||||
| - pkgconfig(fontconfig) | - pkgconfig(fontconfig) | ||||
| - pkgconfig(x11) | - pkgconfig(x11) | ||||
| - pkgconfig(xext) | - pkgconfig(xext) | ||||
| - pkgconfig(xrender) | - pkgconfig(xrender) | ||||
| - pkgconfig(xt) | - pkgconfig(xt) | ||||
| - pkgconfig(xtst) | - pkgconfig(xtst) | ||||
| - p7zip | - p7zip | ||||
| patterns : | patterns : | ||||
| - devel: /usr/lib64/openjdk-8/include | - devel: /usr/lib64/openjdk-8/include | ||||
| setup : | | setup : | | ||||
| # Prep input tarballs | # Prep input tarballs | ||||
| SOLJVM_VERSION="u232-ga" | SOLJVM_VERSION="u252-ga" | ||||
| for tarball in corba hotspot jaxp jaxws langtools jdk nashorn; do | for tarball in corba hotspot jaxp jaxws langtools jdk nashorn; do | ||||
| mkdir -pv ${tarball} && | mkdir -pv ${tarball} && | ||||
| tar -xf $sources/${tarball}-${SOLJVM_VERSION}.tar.bz2 --strip-components=1 -C ${tarball} | tar -xf $sources/${tarball}-${SOLJVM_VERSION}.tar.bz2 --strip-components=1 -C ${tarball} | ||||
| done | done | ||||
| # Now configure | # Now configure | ||||
| SANEFLAGS="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse" | SANEFLAGS="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse" | ||||
| bash ./configure --prefix="$installdir/usr" \ | bash ./configure --prefix="$installdir/usr" \ | ||||
| --with-boot-jdk="/usr/lib64/openjdk-8/" \ | --with-boot-jdk="/usr/lib64/openjdk-8/" \ | ||||
| --with-update-version=232 \ | --with-update-version=252 \ | ||||
| --with-build-number=ga \ | --with-build-number=ga \ | ||||
| --with-milestone=solus \ | --with-milestone=solus \ | ||||
| --with-zlib=system \ | --with-zlib=system \ | ||||
| --with-giflib=system \ | --with-giflib=system \ | ||||
| --enable-unlimited-crypto \ | --enable-unlimited-crypto \ | ||||
| --with-cacerts-file=%libdir%/openjdk-8/jre/lib/security/cacerts \ | --with-cacerts-file=%libdir%/openjdk-8/jre/lib/security/cacerts \ | ||||
| --with-jobs=%YJOBS% \ | --with-jobs=%YJOBS% \ | ||||
| --with-extra-cflags="$CFLAGS $SANEFLAGS" \ | --with-extra-cflags="$CFLAGS $SANEFLAGS" \ | ||||
| ▲ Show 20 Lines • Show All 41 Lines • Show Last 20 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.