Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : openjdk-8 | name : openjdk-8 | ||||
| version : 8.192 | version : 8.232 | ||||
| release : 16 | release : 17 | ||||
| source : | source : | ||||
| - https://getsol.us/sources/java/jdk8u192-b26.tar.bz2 : a8044863dad4d09a781a050a150868e7a2cc668da14069f80baed4b6bf88c839 | - https://getsol.us/sources/java/jdk8u232-ga.tar.bz2 : 2afe631fede7f53cc5dc92b6f0b6e06624c9b7f3f4d85ff0cd8c4e15e8653ab4 | ||||
| - https://getsol.us/sources/java/corba-u192-b26.tar.bz2 : cf75e3fda1e79a440605eb14b01aa13a6362a33adc6d2dace0eb19e4f71f2c02 | - https://getsol.us/sources/java/corba-8u232-ga.tar.bz2 : 9958a19a9064a18e4cf249734ff1c03ad30444bff277d560027d02b8be5c3a68 | ||||
| - https://getsol.us/sources/java/hotspot-u192-b26.tar.bz2 : 45da910ef41f3ead10e11e198799e23f55e1504db9afa6325f0164cf2856ef46 | - https://getsol.us/sources/java/hotspot-8u232-ga.tar.bz2 : ed88a5db0e9d1f81ff966e18940e1d7d9a3256aa324b396eb0e097893291d537 | ||||
| - https://getsol.us/sources/java/jaxp-u192-b26.tar.bz2 : 168ebfd31d955afcf3984357b3b2cd8c3b7969ad343ce2e11a3eae12b1e16d22 | - https://getsol.us/sources/java/jaxp-8u232-ga.tar.bz2 : 4b402bc08e642acb2b42833996e70b284a1a02c70d4cc96ac4ece1802daeb892 | ||||
| - https://getsol.us/sources/java/jaxws-u192-b26.tar.bz2 : ef6767a0b2052f5ceb9fd568b9da4f7bf980242e063d218bcb829db0be3ba111 | - https://getsol.us/sources/java/jaxws-8u232-ga.tar.bz2 : 70276b4e04ec0d3f0d936f541ff27ee4e28602f28dfab7208b44a95ffa2f1a24 | ||||
| - https://getsol.us/sources/java/jdk-u192-b26.tar.bz2 : fdc8a74348d3c57f7b83532a4e67050316de83fdea648941f1c98a31305d0408 | - https://getsol.us/sources/java/jdk-8u232-ga.tar.bz2 : 4c51f8063382065ea4440c4ed37695408401a0aead314a1d185d4fc4b2c36b6f | ||||
| - https://getsol.us/sources/java/langtools-u192-b26.tar.bz2 : a7dc02bca7f24eb31391457491babaaf5f1328a8690b55bfe2cc06fd59fd8531 | - https://getsol.us/sources/java/langtools-8u232-ga.tar.bz2 : a7dc02bca7f24eb31391457491babaaf5f1328a8690b55bfe2cc06fd59fd8531 | ||||
| - https://getsol.us/sources/java/nashorn-u192-b26.tar.bz2 : a35d84c9fe6bb218cef65c85ef5431ae1b3d5b944ea55ae83724230d3cc113db | - https://getsol.us/sources/java/nashorn-8u232-ga.tar.bz2 : bb8b55208e72ee59dd27ca033563f312ba5608685845efdf2882ce3eafcde1c3 | ||||
| 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 | ||||
| description: | | description: | | ||||
| Open implementation of Oracle's Java Development Kit | Open implementation of Oracle's Java Development Kit | ||||
| 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 | ||||
| setup : | | setup : | | ||||
| # Prep input tarballs | # Prep input tarballs | ||||
| unset LD_AS_NEEDED | unset LD_AS_NEEDED | ||||
| _SOLJVM_VERSION="u192-b26" | _SOLJVM_VERSION="8u232-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 | ||||
| unset _SOLJVM_VERSION | unset _SOLJVM_VERSION | ||||
| unset JAVA_HOME | unset JAVA_HOME | ||||
| # Now configure | # Now configure | ||||
| export SANEFLAGS="-std=c++98 -Wno-error -fno-delete-null-pointer-checks -fno-lifetime-dse" | export 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-update-version=192 \ | --with-update-version=232 \ | ||||
| --with-build-number=b26 \ | --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" \ | ||||
| --with-extra-cxxflags="$CXXFLAGS $SANEFLAGS" \ | --with-extra-cxxflags="$CXXFLAGS $SANEFLAGS" \ | ||||
| --with-extra-ldflags="$LDFLAGS" | --with-extra-ldflags="$LDFLAGS" | ||||
| build : | | build : | | ||||
| unset LD_AS_NEEDED | unset LD_AS_NEEDED | ||||
| make SCTP_WERROR= DISABLE_HOTSPOT_OS_VERSION_CHECK=ok all WARNINGS_ARE_ERRORS= | make SCTP_WERROR= DISABLE_HOTSPOT_OS_VERSION_CHECK=ok all WARNINGS_ARE_ERRORS= | ||||
| install : | | install : | | ||||
| install -d -D -m 00755 $installdir/%libdir% | install -d -D -m 00755 $installdir/%libdir% | ||||
| make install | make install | ||||
| # Binaries | # Binaries | ||||
| rm -rf $installdir/usr/bin/* | rm -rf $installdir/usr/bin/* | ||||
| mv $installdir/usr/jvm/openjdk-1.8.0_192-solus $installdir/%libdir%/openjdk-8 | mv $installdir/usr/jvm/openjdk-1.8.0_232-solus $installdir/%libdir%/openjdk-8 | ||||
| rmdir $installdir/usr/jvm | rmdir $installdir/usr/jvm | ||||
| pushd $installdir/usr/bin | pushd $installdir/usr/bin | ||||
| for i in $installdir/%libdir%/openjdk-8/bin/*; do | for i in $installdir/%libdir%/openjdk-8/bin/*; do | ||||
| ln -sf %libdir%/openjdk-8/bin/`basename $i` . | ln -sf %libdir%/openjdk-8/bin/`basename $i` . | ||||
| done | done | ||||
| popd | popd | ||||
| # Docs | # Docs | ||||
| Show All 16 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.