* [PR PATCH] openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+
@ 2022-10-21 1:15 classabbyamp
2022-10-21 1:31 ` [PR PATCH] [Updated] " classabbyamp
2022-10-22 16:38 ` [PR PATCH] [Merged]: " sgn
0 siblings, 2 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-21 1:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 530 bytes --]
There is a new pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages jdk7-nosysgtk
https://github.com/void-linux/void-packages/pull/40075
openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)
A patch file from https://github.com/void-linux/void-packages/pull/40075.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jdk7-nosysgtk-40075.patch --]
[-- Type: text/x-diff, Size: 1717 bytes --]
From 31800043d57b7cf096fb1064eb1898e1b791fdb9 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 20 Oct 2022 21:14:59 -0400
Subject: [PATCH] openjdk7-bootstrap: use built-in gtk to remove dependency on
gtk+
---
srcpkgs/openjdk7-bootstrap/template | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/openjdk7-bootstrap/template b/srcpkgs/openjdk7-bootstrap/template
index ed268cb80004..6a161bd9f3be 100644
--- a/srcpkgs/openjdk7-bootstrap/template
+++ b/srcpkgs/openjdk7-bootstrap/template
@@ -6,7 +6,7 @@ _icedtea_ver=2.6.18
_bootstrap_jdk_home="/usr/lib/jvm/java-1.5-gcj"
_final_jdk_home="/usr/lib/jvm/java-1.7-openjdk"
version=7u221b02
-revision=3
+revision=4
archs="x86_64* i686* aarch64* arm* ppc64*"
wrksrc=icedtea-${_icedtea_ver}
build_style=gnu-configure
@@ -14,6 +14,7 @@ configure_args="
--with-parallel-jobs=${XBPS_MAKEJOBS}
--disable-dependency-tracking
--disable-downloading
+ --disable-system-gtk --disable-system-gio --disable-system-gconf
--disable-arm32-jit
--with-jdk-home=${_bootstrap_jdk_home}
--prefix=${_final_jdk_home}"
@@ -24,7 +25,7 @@ hostmakedepends="cpio tar unzip zip ca-certificates autoconf automake pkg-config
makedepends="nss-devel cups-devel libjpeg-turbo-devel giflib-devel libpng-devel
libXt-devel libXtst-devel libXp-devel libXrender-devel libXinerama-devel
libXcomposite-devel libmpc-devel libgcj-devel lcms2-devel zlib-devel
- alsa-lib-devel freetype-devel fontconfig-devel gtk+-devel mit-krb5-devel
+ alsa-lib-devel freetype-devel fontconfig-devel mit-krb5-devel
pcsclite-devel lksctp-tools-devel"
short_desc="OpenJDK 7 via IcedTea (bootstrap)"
maintainer="Orphaned <orphan@voidlinux.org>"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+
2022-10-21 1:15 [PR PATCH] openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+ classabbyamp
@ 2022-10-21 1:31 ` classabbyamp
2022-10-22 16:38 ` [PR PATCH] [Merged]: " sgn
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-21 1:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
There is an updated pull request by classabbyamp against master on the void-packages repository
https://github.com/classabbyamp/void-packages jdk7-nosysgtk
https://github.com/void-linux/void-packages/pull/40075
openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)
A patch file from https://github.com/void-linux/void-packages/pull/40075.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jdk7-nosysgtk-40075.patch --]
[-- Type: text/x-diff, Size: 1687 bytes --]
From 22b9452266967d1b4a8a36045933e0602001ef52 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 20 Oct 2022 21:14:59 -0400
Subject: [PATCH] openjdk7-bootstrap: use built-in gtk to remove dependency on
gtk+
---
srcpkgs/openjdk7-bootstrap/template | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/openjdk7-bootstrap/template b/srcpkgs/openjdk7-bootstrap/template
index ed268cb80004..a8885ec4d18c 100644
--- a/srcpkgs/openjdk7-bootstrap/template
+++ b/srcpkgs/openjdk7-bootstrap/template
@@ -6,7 +6,7 @@ _icedtea_ver=2.6.18
_bootstrap_jdk_home="/usr/lib/jvm/java-1.5-gcj"
_final_jdk_home="/usr/lib/jvm/java-1.7-openjdk"
version=7u221b02
-revision=3
+revision=4
archs="x86_64* i686* aarch64* arm* ppc64*"
wrksrc=icedtea-${_icedtea_ver}
build_style=gnu-configure
@@ -14,6 +14,7 @@ configure_args="
--with-parallel-jobs=${XBPS_MAKEJOBS}
--disable-dependency-tracking
--disable-downloading
+ --disable-system-gtk
--disable-arm32-jit
--with-jdk-home=${_bootstrap_jdk_home}
--prefix=${_final_jdk_home}"
@@ -24,7 +25,7 @@ hostmakedepends="cpio tar unzip zip ca-certificates autoconf automake pkg-config
makedepends="nss-devel cups-devel libjpeg-turbo-devel giflib-devel libpng-devel
libXt-devel libXtst-devel libXp-devel libXrender-devel libXinerama-devel
libXcomposite-devel libmpc-devel libgcj-devel lcms2-devel zlib-devel
- alsa-lib-devel freetype-devel fontconfig-devel gtk+-devel mit-krb5-devel
+ alsa-lib-devel freetype-devel fontconfig-devel libglib-devel mit-krb5-devel
pcsclite-devel lksctp-tools-devel"
short_desc="OpenJDK 7 via IcedTea (bootstrap)"
maintainer="Orphaned <orphan@voidlinux.org>"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+
2022-10-21 1:15 [PR PATCH] openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+ classabbyamp
2022-10-21 1:31 ` [PR PATCH] [Updated] " classabbyamp
@ 2022-10-22 16:38 ` sgn
1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2022-10-22 16:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 363 bytes --]
There's a merged pull request on the void-packages repository
openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+
https://github.com/void-linux/void-packages/pull/40075
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly** (builds)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-10-22 16:38 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-21 1:15 [PR PATCH] openjdk7-bootstrap: use built-in gtk to remove dependency on gtk+ classabbyamp
2022-10-21 1:31 ` [PR PATCH] [Updated] " classabbyamp
2022-10-22 16:38 ` [PR PATCH] [Merged]: " sgn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).