Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dbeaver: update to 22.3.4
@ 2023-02-15  9:33 hervyqa
  2023-02-15 10:08 ` [PR PATCH] [Updated] " hervyqa
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hervyqa @ 2023-02-15  9:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/42280

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20230215_163257](https://user-images.githubusercontent.com/45872139/218989044-8dfc6dfa-c7f8-4f3c-a021-494c4e9dcb01.png)


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

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

From 47701573ec703903c17c2baac789f3b9ca6b2443 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Wed, 15 Feb 2023 15:56:16 +0700
Subject: [PATCH] dbeaver: update to 22.3.4

---
 srcpkgs/dbeaver/files/dbeaver.desktop | 8 ++++++++
 srcpkgs/dbeaver/template              | 8 ++++++--
 2 files changed, 14 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dbeaver/files/dbeaver.desktop

diff --git a/srcpkgs/dbeaver/files/dbeaver.desktop b/srcpkgs/dbeaver/files/dbeaver.desktop
new file mode 100644
index 000000000000..ae534b2f7e67
--- /dev/null
+++ b/srcpkgs/dbeaver/files/dbeaver.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=DBeaver
+Comment=SQL Integrated Development Environment
+Icon=dbeaver
+Exec=dbeaver
+Terminal=false Type=Application
+Categories=Development
+
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 38df0b027126..f5cc5ce7f9ac 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=22.3.3
+version=22.3.4
 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=cecd174c1f7a146a40ab94fc4ca5290cb9deb6849837f45d77040eed238f5836
+checksum=28ae7afdac160f02ccde2d92566aa4bed1a0c2be281ae9d9645d3b1b58c36513
 nopie=true
 
 do_build() {
@@ -26,3 +26,7 @@ do_install() {
 	vmkdir /usr/bin
 	ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
 }
+
+post_install() {
+	vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] dbeaver: update to 22.3.4
  2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
@ 2023-02-15 10:08 ` hervyqa
  2023-02-15 12:34 ` hervyqa
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2023-02-15 10:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/42280

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20230215_163257](https://user-images.githubusercontent.com/45872139/218989044-8dfc6dfa-c7f8-4f3c-a021-494c4e9dcb01.png)


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

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

From 319f742459c7798a881d6bad66cace3cd38f6139 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Wed, 15 Feb 2023 15:56:16 +0700
Subject: [PATCH] dbeaver: update to 22.3.4

---
 srcpkgs/dbeaver/files/dbeaver.desktop | 9 +++++++++
 srcpkgs/dbeaver/template              | 8 ++++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dbeaver/files/dbeaver.desktop

diff --git a/srcpkgs/dbeaver/files/dbeaver.desktop b/srcpkgs/dbeaver/files/dbeaver.desktop
new file mode 100644
index 000000000000..1eb3eba5b99d
--- /dev/null
+++ b/srcpkgs/dbeaver/files/dbeaver.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DBeaver
+Comment=SQL Integrated Development Environment
+Icon=dbeaver
+Exec=dbeaver
+Terminal=false
+Type=Application
+Categories=Development
+
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 38df0b027126..f5cc5ce7f9ac 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=22.3.3
+version=22.3.4
 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=cecd174c1f7a146a40ab94fc4ca5290cb9deb6849837f45d77040eed238f5836
+checksum=28ae7afdac160f02ccde2d92566aa4bed1a0c2be281ae9d9645d3b1b58c36513
 nopie=true
 
 do_build() {
@@ -26,3 +26,7 @@ do_install() {
 	vmkdir /usr/bin
 	ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
 }
+
+post_install() {
+	vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
+}

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

* Re: [PR PATCH] [Updated] dbeaver: update to 22.3.4
  2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
  2023-02-15 10:08 ` [PR PATCH] [Updated] " hervyqa
@ 2023-02-15 12:34 ` hervyqa
  2023-02-17  6:09 ` hervyqa
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2023-02-15 12:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/42280

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20230215_163257](https://user-images.githubusercontent.com/45872139/218989044-8dfc6dfa-c7f8-4f3c-a021-494c4e9dcb01.png)


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

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

From ea7e33e7b27f6708f2b9aa7c7ff452be4e336c47 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Wed, 15 Feb 2023 15:56:16 +0700
Subject: [PATCH] dbeaver: update to 22.3.4

---
 srcpkgs/dbeaver/files/dbeaver.desktop | 9 +++++++++
 srcpkgs/dbeaver/template              | 6 ++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dbeaver/files/dbeaver.desktop

diff --git a/srcpkgs/dbeaver/files/dbeaver.desktop b/srcpkgs/dbeaver/files/dbeaver.desktop
new file mode 100644
index 000000000000..1eb3eba5b99d
--- /dev/null
+++ b/srcpkgs/dbeaver/files/dbeaver.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DBeaver
+Comment=SQL Integrated Development Environment
+Icon=dbeaver
+Exec=dbeaver
+Terminal=false
+Type=Application
+Categories=Development
+
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 38df0b027126..52e1a2a0e540 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=22.3.3
+version=22.3.4
 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=cecd174c1f7a146a40ab94fc4ca5290cb9deb6849837f45d77040eed238f5836
+checksum=28ae7afdac160f02ccde2d92566aa4bed1a0c2be281ae9d9645d3b1b58c36513
 nopie=true
 
 do_build() {
@@ -25,4 +25,6 @@ do_install() {
 
 	vmkdir /usr/bin
 	ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
+
+	vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
 }

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

* Re: [PR PATCH] [Updated] dbeaver: update to 22.3.4
  2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
  2023-02-15 10:08 ` [PR PATCH] [Updated] " hervyqa
  2023-02-15 12:34 ` hervyqa
@ 2023-02-17  6:09 ` hervyqa
  2023-02-20  8:33 ` hervyqa
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2023-02-17  6:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/42280

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20230215_163257](https://user-images.githubusercontent.com/45872139/218989044-8dfc6dfa-c7f8-4f3c-a021-494c4e9dcb01.png)


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

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

From b81b24c7791c39cff3a40cf1ac7050b01c30cfca Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Wed, 15 Feb 2023 15:56:16 +0700
Subject: [PATCH] dbeaver: update to 22.3.4

---
 srcpkgs/dbeaver/files/dbeaver.desktop | 9 +++++++++
 srcpkgs/dbeaver/template              | 6 ++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dbeaver/files/dbeaver.desktop

diff --git a/srcpkgs/dbeaver/files/dbeaver.desktop b/srcpkgs/dbeaver/files/dbeaver.desktop
new file mode 100644
index 000000000000..1eb3eba5b99d
--- /dev/null
+++ b/srcpkgs/dbeaver/files/dbeaver.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DBeaver
+Comment=SQL Integrated Development Environment
+Icon=dbeaver
+Exec=dbeaver
+Terminal=false
+Type=Application
+Categories=Development
+
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 38df0b027126..52e1a2a0e540 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=22.3.3
+version=22.3.4
 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=cecd174c1f7a146a40ab94fc4ca5290cb9deb6849837f45d77040eed238f5836
+checksum=28ae7afdac160f02ccde2d92566aa4bed1a0c2be281ae9d9645d3b1b58c36513
 nopie=true
 
 do_build() {
@@ -25,4 +25,6 @@ do_install() {
 
 	vmkdir /usr/bin
 	ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
+
+	vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
 }

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

* Re: [PR PATCH] [Updated] dbeaver: update to 22.3.4
  2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
                   ` (2 preceding siblings ...)
  2023-02-17  6:09 ` hervyqa
@ 2023-02-20  8:33 ` hervyqa
  2023-02-23 21:55 ` [PR REVIEW] dbeaver: update to 22.3.5 paper42
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hervyqa @ 2023-02-20  8:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/hervyqa/void-packages dbeaver
https://github.com/void-linux/void-packages/pull/42280

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20230215_163257](https://user-images.githubusercontent.com/45872139/218989044-8dfc6dfa-c7f8-4f3c-a021-494c4e9dcb01.png)


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

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

From 44ebb89f4cceac96d105e7599111ca074a1e213c Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Wed, 15 Feb 2023 15:56:16 +0700
Subject: [PATCH] dbeaver: update to 22.3.5

---
 srcpkgs/dbeaver/files/dbeaver.desktop | 9 +++++++++
 srcpkgs/dbeaver/template              | 6 ++++--
 2 files changed, 13 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/dbeaver/files/dbeaver.desktop

diff --git a/srcpkgs/dbeaver/files/dbeaver.desktop b/srcpkgs/dbeaver/files/dbeaver.desktop
new file mode 100644
index 000000000000..1eb3eba5b99d
--- /dev/null
+++ b/srcpkgs/dbeaver/files/dbeaver.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=DBeaver
+Comment=SQL Integrated Development Environment
+Icon=dbeaver
+Exec=dbeaver
+Terminal=false
+Type=Application
+Categories=Development
+
diff --git a/srcpkgs/dbeaver/template b/srcpkgs/dbeaver/template
index 38df0b027126..d5f7a46c9d2b 100644
--- a/srcpkgs/dbeaver/template
+++ b/srcpkgs/dbeaver/template
@@ -1,6 +1,6 @@
 # Template file for 'dbeaver'
 pkgname=dbeaver
-version=22.3.3
+version=22.3.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=cecd174c1f7a146a40ab94fc4ca5290cb9deb6849837f45d77040eed238f5836
+checksum=1f1cbddca091163143f54973fce06323ea8f9cb34400acd643099f09a77c95cc
 nopie=true
 
 do_build() {
@@ -25,4 +25,6 @@ do_install() {
 
 	vmkdir /usr/bin
 	ln -s /usr/lib/dbeaver/dbeaver ${DESTDIR}/usr/bin/dbeaver
+
+	vinstall ${FILESDIR}/dbeaver.desktop 0644 usr/share/applications
 }

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

* Re: [PR REVIEW] dbeaver: update to 22.3.5
  2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
                   ` (3 preceding siblings ...)
  2023-02-20  8:33 ` hervyqa
@ 2023-02-23 21:55 ` paper42
  2023-02-28 21:53 ` paper42
  2023-02-28 21:53 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-02-23 21:55 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42280#discussion_r1116286123

Comment:
could you ask them to include this .desktop file upstream so every distribution doesn't have to include it on their own?

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

* Re: [PR REVIEW] dbeaver: update to 22.3.5
  2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
                   ` (4 preceding siblings ...)
  2023-02-23 21:55 ` [PR REVIEW] dbeaver: update to 22.3.5 paper42
@ 2023-02-28 21:53 ` paper42
  2023-02-28 21:53 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-02-28 21:53 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42280#discussion_r1120832486

Comment:
https://github.com/dbeaver/dbeaver/issues/19174

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

* Re: [PR PATCH] [Merged]: dbeaver: update to 22.3.5
  2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
                   ` (5 preceding siblings ...)
  2023-02-28 21:53 ` paper42
@ 2023-02-28 21:53 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2023-02-28 21:53 UTC (permalink / raw)
  To: ml

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

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

dbeaver: update to 22.3.5
https://github.com/void-linux/void-packages/pull/42280

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20230215_163257](https://user-images.githubusercontent.com/45872139/218989044-8dfc6dfa-c7f8-4f3c-a021-494c4e9dcb01.png)


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

end of thread, other threads:[~2023-02-28 21:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15  9:33 [PR PATCH] dbeaver: update to 22.3.4 hervyqa
2023-02-15 10:08 ` [PR PATCH] [Updated] " hervyqa
2023-02-15 12:34 ` hervyqa
2023-02-17  6:09 ` hervyqa
2023-02-20  8:33 ` hervyqa
2023-02-23 21:55 ` [PR REVIEW] dbeaver: update to 22.3.5 paper42
2023-02-28 21:53 ` paper42
2023-02-28 21:53 ` [PR PATCH] [Merged]: " paper42

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