Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dbeaver: update to 23.1.5.
@ 2023-08-31 16:02 ar-jan
  2023-08-31 16:03 ` ar-jan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ar-jan @ 2023-08-31 16:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages dbeaver2315
https://github.com/void-linux/void-packages/pull/45848

dbeaver: update to 23.1.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From 3363c335163a5931562ed1b1fbf8261664b573e7 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Thu, 31 Aug 2023 17:59:58 +0200
Subject: [PATCH] dbeaver: update to 23.1.5.

---
 srcpkgs/dbeaver/files/dbeaver.desktop | 2 +-
 srcpkgs/dbeaver/template              | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dbeaver/files/dbeaver.desktop b/srcpkgs/dbeaver/files/dbeaver.desktop
index ecb376d39cbba..f4a8e680b1bf7 100644
--- a/srcpkgs/dbeaver/files/dbeaver.desktop
+++ b/srcpkgs/dbeaver/files/dbeaver.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=DBeaver
 Comment=SQL Integrated Development Environment
-Icon=/usr/lib/dbeaver/icon.xpm
+Icon=dbeaver
 Exec=dbeaver
 Terminal=false
 Type=Application
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index ba5357981f6f9..40aef44175718 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=23.1.3
+version=23.1.5
 revision=1
 # the build downloads binaries linked to glibc
 archs="x86_64 aarch64"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://dbeaver.io"
 changelog="https://dbeaver.io/news/"
 distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
-checksum=6467a1c5e5b5e75bcaad5919995b2981684de4614c62dbc9e2297843c7757192
+checksum=b38f7988242961407bb07ecc022bed0f0289a62ec57d2322839c47429f0c9b47
 nopie=true
 
 do_build() {
@@ -26,5 +26,7 @@ do_install() {
 	vmkdir /usr/bin
 	ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
 
+	vinstall product/community/icons/dbeaver.png 644 usr/share/pixmaps
+	vinstall product/community/icons/dbeaver.xpm 644 usr/share/pixmaps
 	vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
 }

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

* Re: dbeaver: update to 23.1.5.
  2023-08-31 16:02 [PR PATCH] dbeaver: update to 23.1.5 ar-jan
@ 2023-08-31 16:03 ` ar-jan
  2023-09-01  1:04 ` hervyqa
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ar-jan @ 2023-08-31 16:03 UTC (permalink / raw)
  To: ml

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

New comment by ar-jan on void-packages repository

https://github.com/void-linux/void-packages/pull/45848#issuecomment-1701319596

Comment:
@hervyqa this should fix the icons

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

* Re: dbeaver: update to 23.1.5.
  2023-08-31 16:02 [PR PATCH] dbeaver: update to 23.1.5 ar-jan
  2023-08-31 16:03 ` ar-jan
@ 2023-09-01  1:04 ` hervyqa
  2023-09-05  9:18 ` hervyqa
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hervyqa @ 2023-09-01  1:04 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/45848#issuecomment-1701969583

Comment:
@ar-jan thank you, looks good to me.

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

* Re: dbeaver: update to 23.1.5.
  2023-08-31 16:02 [PR PATCH] dbeaver: update to 23.1.5 ar-jan
  2023-08-31 16:03 ` ar-jan
  2023-09-01  1:04 ` hervyqa
@ 2023-09-05  9:18 ` hervyqa
  2023-09-05 12:07 ` [PR PATCH] [Updated] " ar-jan
  2023-09-05 19:18 ` [PR PATCH] [Merged]: dbeaver: update to 23.2.0 leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: hervyqa @ 2023-09-05  9:18 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/45848#issuecomment-1706250020

Comment:
new release: dbeaver-23.2.0

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

* Re: [PR PATCH] [Updated] dbeaver: update to 23.1.5.
  2023-08-31 16:02 [PR PATCH] dbeaver: update to 23.1.5 ar-jan
                   ` (2 preceding siblings ...)
  2023-09-05  9:18 ` hervyqa
@ 2023-09-05 12:07 ` ar-jan
  2023-09-05 19:18 ` [PR PATCH] [Merged]: dbeaver: update to 23.2.0 leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: ar-jan @ 2023-09-05 12:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ar-jan/void-packages dbeaver2315
https://github.com/void-linux/void-packages/pull/45848

dbeaver: update to 23.1.5.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

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

From f11f4b7a9fd71d5b26bbe3ead3fbdc3c1a550431 Mon Sep 17 00:00:00 2001
From: Arjan Mossel <arjanmossel@gmail.com>
Date: Thu, 31 Aug 2023 17:59:58 +0200
Subject: [PATCH] dbeaver: update to 23.2.0.

---
 srcpkgs/dbeaver/files/dbeaver.desktop | 2 +-
 srcpkgs/dbeaver/template              | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dbeaver/files/dbeaver.desktop b/srcpkgs/dbeaver/files/dbeaver.desktop
index ecb376d39cbba..f4a8e680b1bf7 100644
--- a/srcpkgs/dbeaver/files/dbeaver.desktop
+++ b/srcpkgs/dbeaver/files/dbeaver.desktop
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=DBeaver
 Comment=SQL Integrated Development Environment
-Icon=/usr/lib/dbeaver/icon.xpm
+Icon=dbeaver
 Exec=dbeaver
 Terminal=false
 Type=Application
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index ba5357981f6f9..dd83db0cca617 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=23.1.3
+version=23.2.0
 revision=1
 # the build downloads binaries linked to glibc
 archs="x86_64 aarch64"
@@ -12,7 +12,7 @@ license="Apache-2.0"
 homepage="https://dbeaver.io"
 changelog="https://dbeaver.io/news/"
 distfiles="https://github.com/dbeaver/dbeaver/archive/${version}.tar.gz"
-checksum=6467a1c5e5b5e75bcaad5919995b2981684de4614c62dbc9e2297843c7757192
+checksum=ef30d5c233dfa2dca653c8bb3d9a13f7e44c54505115142971ebcb4be393f167
 nopie=true
 
 do_build() {
@@ -26,5 +26,7 @@ do_install() {
 	vmkdir /usr/bin
 	ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
 
+	vinstall product/community/icons/dbeaver.png 644 usr/share/pixmaps
+	vinstall product/community/icons/dbeaver.xpm 644 usr/share/pixmaps
 	vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
 }

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

* Re: [PR PATCH] [Merged]: dbeaver: update to 23.2.0.
  2023-08-31 16:02 [PR PATCH] dbeaver: update to 23.1.5 ar-jan
                   ` (3 preceding siblings ...)
  2023-09-05 12:07 ` [PR PATCH] [Updated] " ar-jan
@ 2023-09-05 19:18 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2023-09-05 19:18 UTC (permalink / raw)
  To: ml

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

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

dbeaver: update to 23.2.0.
https://github.com/void-linux/void-packages/pull/45848

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

end of thread, other threads:[~2023-09-05 19:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-31 16:02 [PR PATCH] dbeaver: update to 23.1.5 ar-jan
2023-08-31 16:03 ` ar-jan
2023-09-01  1:04 ` hervyqa
2023-09-05  9:18 ` hervyqa
2023-09-05 12:07 ` [PR PATCH] [Updated] " ar-jan
2023-09-05 19:18 ` [PR PATCH] [Merged]: dbeaver: update to 23.2.0 leahneukirchen

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