Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dbeaver: update to 23.3.5.
@ 2024-03-02 18:24 ar-jan
  2024-03-04 17:30 ` [PR PATCH] [Updated] " ar-jan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ar-jan @ 2024-03-02 18:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 379 bytes --]

There is a new pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/49031

dbeaver: update to 23.3.5.
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/49031.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dbeaver-49031.patch --]
[-- Type: text/x-diff, Size: 2745 bytes --]

From 7cb45140659f0ae58e637fdee32e4869f796a634 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 5 Feb 2024 18:38:30 +0100
Subject: [PATCH] dbeaver: update to 23.3.5.

Add dbeaver-common distfile
---
 srcpkgs/dbeaver/patches/force-jdk17.patch |  8 ++++----
 srcpkgs/dbeaver/template                  | 16 +++++++++++++---
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dbeaver/patches/force-jdk17.patch b/srcpkgs/dbeaver/patches/force-jdk17.patch
index 87e1807c3b7758..69d6171a8bdf9a 100644
--- a/srcpkgs/dbeaver/patches/force-jdk17.patch
+++ b/srcpkgs/dbeaver/patches/force-jdk17.patch
@@ -1,11 +1,11 @@
---- a/product/community/DBeaver.product
-+++ b/product/community/DBeaver.product
+--- a/dbeaver/product/community/DBeaver.product
++++ b/dbeaver/product/community/DBeaver.product
 @@ -9,7 +9,7 @@
      </configIni>
 
      <launcherArgs>
 -        <programArgs></programArgs>
 +        <programArgs>-vm /usr/lib/jvm/openjdk17/bin</programArgs>
-         <programArgsMac>-nosplash -vm ../Eclipse/jre/Contents/Home/bin/java</programArgsMac>
+         <programArgsMac>-vm ../Eclipse/jre/Contents/Home/bin/java</programArgsMac>
 
-         <vmArgs>-XX:+IgnoreUnrecognizedVMOptions --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=11 -Xms64m -Xmx1024m</vmArgs>
+         <vmArgs>
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 4aef127a2d35c4..9f5c7503185ae2 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,9 +1,11 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=23.3.3
+version=23.3.5
 revision=1
+_common_commit=0231a01fe5a128d3cee41965929ca6a8fd90e95a
 # the build downloads binaries linked to glibc
 archs="x86_64 aarch64"
+build_wrksrc="dbeaver"
 hostmakedepends="apache-maven openjdk17"
 depends="openjdk17"
 short_desc="Free Universal Database Tool"
@@ -11,12 +13,20 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://dbeaver.io"
 changelog="https://dbeaver.io/news/"
-distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
-checksum=88bea41cf0f1f555150c32645903ef7e3f64de52476d9a62eb3bbcd82841169d
+distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz
+ https://github.com/dbeaver/dbeaver-common/archive/${_common_commit}.tar.gz"
+checksum="70da8b1f6046185f0ad6ccf878b1bd66914774e30b80ef475160fd421d6c5f48
+ c37d2ff9397c64005d14e9a2429a0034a1325432ef80166ff0c418dbb623003c"
 nopie=true
 
+post_extract() {
+	mv ${wrksrc}/dbeaver-${version} ${wrksrc}/dbeaver
+	mv ${wrksrc}/dbeaver-common-${_common_commit} ${wrksrc}/dbeaver-common
+}
+
 do_build() {
 	. /etc/profile.d/jdk.sh
+	cd "product/aggregate"
 	mvn package -P all-platforms
 }
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] dbeaver: update to 23.3.5.
  2024-03-02 18:24 [PR PATCH] dbeaver: update to 23.3.5 ar-jan
@ 2024-03-04 17:30 ` ar-jan
  2024-03-25 10:20 ` [PR PATCH] [Updated] dbeaver: update to 24.0.0 ar-jan
  2024-03-29 15:06 ` [PR PATCH] [Merged]: dbeaver: update to 24.0.1 abenson
  2 siblings, 0 replies; 4+ messages in thread
From: ar-jan @ 2024-03-04 17:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/49031

dbeaver: update to 23.3.5.
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/49031.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dbeaver-49031.patch --]
[-- Type: text/x-diff, Size: 2745 bytes --]

From 50eca32621c95e9d60e993ca7350fddcb4016e52 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 5 Feb 2024 18:38:30 +0100
Subject: [PATCH] dbeaver: update to 24.0.0.

Add dbeaver-common distfile
---
 srcpkgs/dbeaver/patches/force-jdk17.patch |  8 ++++----
 srcpkgs/dbeaver/template                  | 16 +++++++++++++---
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dbeaver/patches/force-jdk17.patch b/srcpkgs/dbeaver/patches/force-jdk17.patch
index 87e1807c3b7758..69d6171a8bdf9a 100644
--- a/srcpkgs/dbeaver/patches/force-jdk17.patch
+++ b/srcpkgs/dbeaver/patches/force-jdk17.patch
@@ -1,11 +1,11 @@
---- a/product/community/DBeaver.product
-+++ b/product/community/DBeaver.product
+--- a/dbeaver/product/community/DBeaver.product
++++ b/dbeaver/product/community/DBeaver.product
 @@ -9,7 +9,7 @@
      </configIni>
 
      <launcherArgs>
 -        <programArgs></programArgs>
 +        <programArgs>-vm /usr/lib/jvm/openjdk17/bin</programArgs>
-         <programArgsMac>-nosplash -vm ../Eclipse/jre/Contents/Home/bin/java</programArgsMac>
+         <programArgsMac>-vm ../Eclipse/jre/Contents/Home/bin/java</programArgsMac>
 
-         <vmArgs>-XX:+IgnoreUnrecognizedVMOptions --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=11 -Xms64m -Xmx1024m</vmArgs>
+         <vmArgs>
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 4aef127a2d35c4..cd6de78f3a4a5c 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,9 +1,11 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=23.3.3
+version=24.0.0
 revision=1
+_common_commit=0231a01fe5a128d3cee41965929ca6a8fd90e95a
 # the build downloads binaries linked to glibc
 archs="x86_64 aarch64"
+build_wrksrc="dbeaver"
 hostmakedepends="apache-maven openjdk17"
 depends="openjdk17"
 short_desc="Free Universal Database Tool"
@@ -11,12 +13,20 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://dbeaver.io"
 changelog="https://dbeaver.io/news/"
-distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
-checksum=88bea41cf0f1f555150c32645903ef7e3f64de52476d9a62eb3bbcd82841169d
+distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz
+ https://github.com/dbeaver/dbeaver-common/archive/${_common_commit}.tar.gz"
+checksum="27f15e024b58b27573c53c12306b8e701933aa6277bb2dbb8892bbdbe216fff9
+ c37d2ff9397c64005d14e9a2429a0034a1325432ef80166ff0c418dbb623003c"
 nopie=true
 
+post_extract() {
+	mv ${wrksrc}/dbeaver-${version} ${wrksrc}/dbeaver
+	mv ${wrksrc}/dbeaver-common-${_common_commit} ${wrksrc}/dbeaver-common
+}
+
 do_build() {
 	. /etc/profile.d/jdk.sh
+	cd "product/aggregate"
 	mvn package -P all-platforms
 }
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] dbeaver: update to 24.0.0.
  2024-03-02 18:24 [PR PATCH] dbeaver: update to 23.3.5 ar-jan
  2024-03-04 17:30 ` [PR PATCH] [Updated] " ar-jan
@ 2024-03-25 10:20 ` ar-jan
  2024-03-29 15:06 ` [PR PATCH] [Merged]: dbeaver: update to 24.0.1 abenson
  2 siblings, 0 replies; 4+ messages in thread
From: ar-jan @ 2024-03-25 10:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 384 bytes --]

There is an updated pull request by ar-jan against master on the void-packages repository

https://github.com/ar-jan/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/49031

dbeaver: update to 24.0.0.
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/49031.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dbeaver-49031.patch --]
[-- Type: text/x-diff, Size: 2745 bytes --]

From ae3a38c4943f620eaca4602a096c8962bf9013f8 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Mon, 5 Feb 2024 18:38:30 +0100
Subject: [PATCH] dbeaver: update to 24.0.1.

Add dbeaver-common distfile
---
 srcpkgs/dbeaver/patches/force-jdk17.patch |  8 ++++----
 srcpkgs/dbeaver/template                  | 16 +++++++++++++---
 2 files changed, 17 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/dbeaver/patches/force-jdk17.patch b/srcpkgs/dbeaver/patches/force-jdk17.patch
index 87e1807c3b7758..69d6171a8bdf9a 100644
--- a/srcpkgs/dbeaver/patches/force-jdk17.patch
+++ b/srcpkgs/dbeaver/patches/force-jdk17.patch
@@ -1,11 +1,11 @@
---- a/product/community/DBeaver.product
-+++ b/product/community/DBeaver.product
+--- a/dbeaver/product/community/DBeaver.product
++++ b/dbeaver/product/community/DBeaver.product
 @@ -9,7 +9,7 @@
      </configIni>
 
      <launcherArgs>
 -        <programArgs></programArgs>
 +        <programArgs>-vm /usr/lib/jvm/openjdk17/bin</programArgs>
-         <programArgsMac>-nosplash -vm ../Eclipse/jre/Contents/Home/bin/java</programArgsMac>
+         <programArgsMac>-vm ../Eclipse/jre/Contents/Home/bin/java</programArgsMac>
 
-         <vmArgs>-XX:+IgnoreUnrecognizedVMOptions --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=11 -Xms64m -Xmx1024m</vmArgs>
+         <vmArgs>
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 4aef127a2d35c4..b327bacb40b421 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,9 +1,11 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=23.3.3
+version=24.0.1
 revision=1
+_common_commit=9939531b043b00f1f74cad3490ee1e5bdfa4dd62
 # the build downloads binaries linked to glibc
 archs="x86_64 aarch64"
+build_wrksrc="dbeaver"
 hostmakedepends="apache-maven openjdk17"
 depends="openjdk17"
 short_desc="Free Universal Database Tool"
@@ -11,12 +13,20 @@ maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
 license="Apache-2.0"
 homepage="https://dbeaver.io"
 changelog="https://dbeaver.io/news/"
-distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
-checksum=88bea41cf0f1f555150c32645903ef7e3f64de52476d9a62eb3bbcd82841169d
+distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz
+ https://github.com/dbeaver/dbeaver-common/archive/${_common_commit}.tar.gz"
+checksum="bcf9608aeaec6a9590d8f31b5aad0fc2bb0f467b95405adcc953dfecf0dff3b3
+ d95199f3420cf12a738625ccf847c36ff65129369605044fca7f1f6ec70805ff"
 nopie=true
 
+post_extract() {
+	mv ${wrksrc}/dbeaver-${version} ${wrksrc}/dbeaver
+	mv ${wrksrc}/dbeaver-common-${_common_commit} ${wrksrc}/dbeaver-common
+}
+
 do_build() {
 	. /etc/profile.d/jdk.sh
+	cd "product/aggregate"
 	mvn package -P all-platforms
 }
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: dbeaver: update to 24.0.1.
  2024-03-02 18:24 [PR PATCH] dbeaver: update to 23.3.5 ar-jan
  2024-03-04 17:30 ` [PR PATCH] [Updated] " ar-jan
  2024-03-25 10:20 ` [PR PATCH] [Updated] dbeaver: update to 24.0.0 ar-jan
@ 2024-03-29 15:06 ` abenson
  2 siblings, 0 replies; 4+ messages in thread
From: abenson @ 2024-03-29 15:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

There's a merged pull request on the void-packages repository

dbeaver: update to 24.0.1.
https://github.com/void-linux/void-packages/pull/49031

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-29 15:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-02 18:24 [PR PATCH] dbeaver: update to 23.3.5 ar-jan
2024-03-04 17:30 ` [PR PATCH] [Updated] " ar-jan
2024-03-25 10:20 ` [PR PATCH] [Updated] dbeaver: update to 24.0.0 ar-jan
2024-03-29 15:06 ` [PR PATCH] [Merged]: dbeaver: update to 24.0.1 abenson

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).