public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Robert Greener" <dev@greener.sh>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-java/corretto-bin/
Date: Thu, 18 Apr 2024 19:25:29 +0000 (UTC)	[thread overview]
Message-ID: <1713468323.d0136cb3f93fb9b3733fd5112d104806f2ad77d9.me@gentoo> (raw)

commit:     d0136cb3f93fb9b3733fd5112d104806f2ad77d9
Author:     Robert Greener <dev <AT> greener <DOT> sh>
AuthorDate: Thu Apr 18 19:12:53 2024 +0000
Commit:     Robert Greener <dev <AT> greener <DOT> sh>
CommitDate: Thu Apr 18 19:25:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0136cb3

dev-java/corretto-bin: New revision 8.402.08.1-r4

Depend on GTK 2 rather than GTK 3

Closes: https://bugs.gentoo.org/930129
Signed-off-by: Robert Greener <dev <AT> greener.sh>

 .../corretto-bin/corretto-bin-8.402.08.1-r4.ebuild | 89 ++++++++++++++++++++++
 1 file changed, 89 insertions(+)

diff --git a/dev-java/corretto-bin/corretto-bin-8.402.08.1-r4.ebuild b/dev-java/corretto-bin/corretto-bin-8.402.08.1-r4.ebuild
new file mode 100644
index 0000000000..d5a1029ad3
--- /dev/null
+++ b/dev-java/corretto-bin/corretto-bin-8.402.08.1-r4.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-vm-2 toolchain-funcs
+
+MY_PV=${PV/_p/+}
+
+DESCRIPTION="Prebuilt Java JDK binaries provided by Amazon Web Services"
+HOMEPAGE="https://aws.amazon.com/corretto"
+
+SRC_URI="
+	https://corretto.aws/downloads/resources/${PV}/amazon-corretto-${PV}-linux-x64.tar.gz
+"
+
+S="${WORKDIR}/amazon-corretto-${MY_PV}-linux-x64"
+LICENSE="GPL-2-with-classpath-exception"
+SLOT=$(ver_cut 1)
+KEYWORDS="~amd64"
+IUSE="cups headless-awt selinux source"
+
+RDEPEND="
+	>=sys-apps/baselayout-java-0.1.0-r1
+	kernel_linux? (
+		media-libs/fontconfig:1.0
+		media-libs/freetype:2
+		media-libs/harfbuzz
+		media-libs/alsa-lib
+		media-libs/libglvnd
+		elibc_glibc? ( >=sys-libs/glibc-2.2.5:* )
+		elibc_musl? ( sys-libs/musl )
+		sys-libs/zlib
+		cups? ( net-print/cups )
+		selinux? ( sec-policy/selinux-java )
+		!headless-awt? (
+			app-accessibility/at-spi2-core
+			x11-libs/gtk+:2
+			x11-libs/gdk-pixbuf
+			x11-libs/libXxf86vm
+			x11-libs/libX11
+			x11-libs/libXext
+			x11-libs/libXi
+			x11-libs/libXrender
+			x11-libs/libXtst
+			x11-libs/pango
+		)
+	)"
+
+RESTRICT="preserve-libs splitdebug"
+QA_PREBUILT="*"
+
+pkg_pretend() {
+	if [[ "$(tc-is-softfloat)" != "no" ]]; then
+		die "These binaries require a hardfloat system."
+	fi
+}
+
+src_install() {
+	local dest="/opt/${P}"
+	local ddest="${ED}/${dest#/}"
+
+	if use headless-awt ; then
+		rm -v lib/amd64/libjawt.so || die
+		rm -v lib/amd64/libglassgtk.so || die
+		rm -v lib/amd64/libjavafx_font_pango.so || die
+		rm -v jre/lib/amd64/libglassgtk2.so || die
+		rm -v jre/lib/amd64/libprism_es2.so || die
+	fi
+
+	if ! use source ; then
+		rm -v src.zip || die
+	fi
+
+	dodir "${dest}"
+	cp -pPR * "${ddest}" || die
+
+	# provide stable symlink
+	dosym "${P}" "/opt/${PN}-${SLOT}"
+
+	java-vm_install-env "${FILESDIR}"/${PN}-8.env.sh
+	java-vm_set-pax-markings "${ddest}"
+	java-vm_revdep-mask
+	java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
+}
+
+pkg_postinst() {
+	java-vm-2_pkg_postinst
+}


             reply	other threads:[~2024-04-18 19:25 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-18 19:25 Robert Greener [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-18 19:40 [gentoo-commits] repo/proj/guru:dev commit in: dev-java/corretto-bin/ Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:40 Robert Greener
2024-04-18 19:25 Robert Greener
2024-04-18 19:25 Robert Greener
2024-04-18 19:25 Robert Greener
2024-04-18 19:25 Robert Greener
2024-04-18 19:25 Robert Greener
2024-04-16  7:33 Robert Greener
2024-04-16  7:33 Robert Greener
2024-04-06 10:08 Robert Greener
2024-04-06 10:08 Robert Greener
2024-04-03 18:44 Robert Greener
2024-04-03 18:44 Robert Greener
2024-04-01 20:34 Robert Greener
2024-04-01 20:34 Robert Greener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713468323.d0136cb3f93fb9b3733fd5112d104806f2ad77d9.me@gentoo \
    --to=dev@greener.sh \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox