Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: qtlanguageserver-6.5.0
@ 2023-06-25  4:43 CabrioletDiskette
  2023-06-25  5:33 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-25  4:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qtlanguageserver
https://github.com/void-linux/void-packages/pull/44628

New Package: qtlanguageserver-6.5.0
#### 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**

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


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

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

From 1a19df45efffd4e81f9d7721e6522974829808bb Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sat, 24 Jun 2023 22:35:57 -0600
Subject: [PATCH] New Package: qtlanguageserver-6.5.0

---
 srcpkgs/qtlanguageserver/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/qtlanguageserver/template

diff --git a/srcpkgs/qtlanguageserver/template b/srcpkgs/qtlanguageserver/template
new file mode 100644
index 000000000000..96ca2283b101
--- /dev/null
+++ b/srcpkgs/qtlanguageserver/template
@@ -0,0 +1,17 @@
+# Template file for 'qtlanguageserver'
+pkgname=qtlanguageserver
+version=6.5.0
+revision=1
+build_style=cmake
+makedepends="qt6-base-devel"
+depends="qt6-base"
+short_desc="Implementation of the Language Server Protocol for Qt6"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:LicenseRef-Qt-Commercial, LGPL-3.0-only, GPL-2.0-only, GPL-3.0-only"
+homepage="https://github.com/qt/qtlanguageserver"
+distfiles="https://github.com/qt/qtlanguageserver/archive/refs/tags/v$version.tar.gz"
+checksum=10b57ceb8a893089d396383d340bafdb75b364f332d8390f7b90f34092f706c5
+
+post_install() {
+	for License in $wrksrc/LICENSES/*; do vlicense $License; done
+}

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

* Re: [PR PATCH] [Updated] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
@ 2023-06-25  5:33 ` CabrioletDiskette
  2023-06-25 10:13 ` [PR REVIEW] " classabbyamp
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-25  5:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qtlanguageserver
https://github.com/void-linux/void-packages/pull/44628

New Package: qtlanguageserver-6.5.0
#### 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**

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


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

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

From 7db45dd76f0895024099d26ad353d9c651074c46 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sat, 24 Jun 2023 22:35:57 -0600
Subject: [PATCH] New Package: qtlanguageserver-6.5.0

fixed multi arch support
---
 srcpkgs/qtlanguageserver/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/qtlanguageserver/template

diff --git a/srcpkgs/qtlanguageserver/template b/srcpkgs/qtlanguageserver/template
new file mode 100644
index 000000000000..9e21de3689c2
--- /dev/null
+++ b/srcpkgs/qtlanguageserver/template
@@ -0,0 +1,18 @@
+# Template file for 'qtlanguageserver'
+pkgname=qtlanguageserver
+version=6.5.0
+revision=1
+build_style=cmake
+hostmakedepends="qt6-base"
+makedepends="qt6-base-devel"
+depends="qt6-base"
+short_desc="Implementation of the Language Server Protocol for Qt6"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:LicenseRef-Qt-Commercial, LGPL-3.0-only, GPL-2.0-only, GPL-3.0-only"
+homepage="https://github.com/qt/qtlanguageserver"
+distfiles="https://github.com/qt/qtlanguageserver/archive/refs/tags/v$version.tar.gz"
+checksum=10b57ceb8a893089d396383d340bafdb75b364f332d8390f7b90f34092f706c5
+
+post_install() {
+	for License in $wrksrc/LICENSES/*; do vlicense $License; done
+}

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

* Re: [PR REVIEW] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
  2023-06-25  5:33 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2023-06-25 10:13 ` classabbyamp
  2023-06-25 10:14 ` classabbyamp
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2023-06-25 10:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#discussion_r1241121039

Comment:
only `LicenseRef-Qt-Commercial` needs to be installed out of the ones you listed above, and you didn't list everything in that dir in the `license` variable

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

* Re: [PR REVIEW] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
  2023-06-25  5:33 ` [PR PATCH] [Updated] " CabrioletDiskette
  2023-06-25 10:13 ` [PR REVIEW] " classabbyamp
@ 2023-06-25 10:14 ` classabbyamp
  2023-06-25 22:57 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2023-06-25 10:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#discussion_r1241121122

Comment:
is this not auto-detected?

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

* Re: [PR PATCH] [Updated] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (2 preceding siblings ...)
  2023-06-25 10:14 ` classabbyamp
@ 2023-06-25 22:57 ` CabrioletDiskette
  2023-06-25 23:01 ` [PR REVIEW] " CabrioletDiskette
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-25 22:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qtlanguageserver
https://github.com/void-linux/void-packages/pull/44628

New Package: qtlanguageserver-6.5.0
#### 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**

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


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

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

From 3cb1a9d5760b3800f4896f5970f0b6316fd47554 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sat, 24 Jun 2023 22:35:57 -0600
Subject: [PATCH] New Package: qtlanguageserver-6.5.0

fixed multi arch support

fixed licenses
---
 srcpkgs/qtlanguageserver/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/qtlanguageserver/template

diff --git a/srcpkgs/qtlanguageserver/template b/srcpkgs/qtlanguageserver/template
new file mode 100644
index 000000000000..9770658cc635
--- /dev/null
+++ b/srcpkgs/qtlanguageserver/template
@@ -0,0 +1,18 @@
+# Template file for 'qtlanguageserver'
+pkgname=qtlanguageserver
+version=6.5.0
+revision=1
+build_style=cmake
+hostmakedepends="qt6-base"
+makedepends="qt6-base-devel"
+depends="qt6-base"
+short_desc="Implementation of the Language Server Protocol for Qt6"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:LicenseRef-Qt-Commercial"
+homepage="https://github.com/qt/qtlanguageserver"
+distfiles="https://github.com/qt/qtlanguageserver/archive/refs/tags/v$version.tar.gz"
+checksum=10b57ceb8a893089d396383d340bafdb75b364f332d8390f7b90f34092f706c5
+
+post_install() {
+	vlicense LICENSES/LicenseRef-Qt-Commercial.txt
+}

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

* Re: [PR REVIEW] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (3 preceding siblings ...)
  2023-06-25 22:57 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2023-06-25 23:01 ` CabrioletDiskette
  2023-06-25 23:04 ` classabbyamp
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-25 23:01 UTC (permalink / raw)
  To: ml

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

New review comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#discussion_r1241317876

Comment:
I am not sure what you mean by auto-detected but qt6-base is needed as a host package for cross compilation. qt6-base-devel is needed for compilation against qt6-base. qt6-base is needed at minimum as a runtime dependency because qtlanguageserver is used with qt6. 


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

* Re: [PR REVIEW] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (4 preceding siblings ...)
  2023-06-25 23:01 ` [PR REVIEW] " CabrioletDiskette
@ 2023-06-25 23:04 ` classabbyamp
  2023-06-25 23:36 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2023-06-25 23:04 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#discussion_r1241318262

Comment:
if a program dynamically links to a library, xbps-src will detect it as a dependency automatically so you don't need to specify it

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

* Re: [PR PATCH] [Updated] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (5 preceding siblings ...)
  2023-06-25 23:04 ` classabbyamp
@ 2023-06-25 23:36 ` CabrioletDiskette
  2023-06-25 23:38 ` [PR REVIEW] " CabrioletDiskette
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-25 23:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages qtlanguageserver
https://github.com/void-linux/void-packages/pull/44628

New Package: qtlanguageserver-6.5.0
#### 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**

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


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

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

From 4208afc9d67dfbab3e7ac3d1d6ba69148127cbfe Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sat, 24 Jun 2023 22:35:57 -0600
Subject: [PATCH] New Package: qtlanguageserver-6.5.0

fixed multi arch support

fixed licenses

removed extraneous depends line
---
 srcpkgs/qtlanguageserver/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/qtlanguageserver/template

diff --git a/srcpkgs/qtlanguageserver/template b/srcpkgs/qtlanguageserver/template
new file mode 100644
index 000000000000..0a5c1478d670
--- /dev/null
+++ b/srcpkgs/qtlanguageserver/template
@@ -0,0 +1,17 @@
+# Template file for 'qtlanguageserver'
+pkgname=qtlanguageserver
+version=6.5.0
+revision=1
+build_style=cmake
+hostmakedepends="qt6-base"
+makedepends="qt6-base-devel"
+short_desc="Implementation of the Language Server Protocol for Qt6"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="custom:LicenseRef-Qt-Commercial"
+homepage="https://github.com/qt/qtlanguageserver"
+distfiles="https://github.com/qt/qtlanguageserver/archive/refs/tags/v$version.tar.gz"
+checksum=10b57ceb8a893089d396383d340bafdb75b364f332d8390f7b90f34092f706c5
+
+post_install() {
+	vlicense LICENSES/LicenseRef-Qt-Commercial.txt
+}

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

* Re: [PR REVIEW] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (6 preceding siblings ...)
  2023-06-25 23:36 ` [PR PATCH] [Updated] " CabrioletDiskette
@ 2023-06-25 23:38 ` CabrioletDiskette
  2023-06-26 17:45 ` Chocimier
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-25 23:38 UTC (permalink / raw)
  To: ml

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

New review comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#discussion_r1241328004

Comment:
I did not know that! Cool feature, probably through ldd right? If it is not in the Manual.md(which I don't think it is) whoever is generally in charge of that should consider adding a note about it. 

I removed the depends line.

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

* Re: New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (7 preceding siblings ...)
  2023-06-25 23:38 ` [PR REVIEW] " CabrioletDiskette
@ 2023-06-26 17:45 ` Chocimier
  2023-06-26 17:48 ` [PR REVIEW] " Chocimier
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2023-06-26 17:45 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#issuecomment-1607943883

Comment:
How to use this? No readme upstream.

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

* Re: [PR REVIEW] New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (8 preceding siblings ...)
  2023-06-26 17:45 ` Chocimier
@ 2023-06-26 17:48 ` Chocimier
  2023-06-26 21:22 ` CabrioletDiskette
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2023-06-26 17:48 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#discussion_r1242547934

Comment:
Even if misplaced a bit, it's described in https://github.com/void-linux/void-packages/blob/master/Manual.md#deps_runtime and mentioned in two other places.

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

* Re: New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (9 preceding siblings ...)
  2023-06-26 17:48 ` [PR REVIEW] " Chocimier
@ 2023-06-26 21:22 ` CabrioletDiskette
  2023-06-26 21:29 ` Chocimier
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-26 21:22 UTC (permalink / raw)
  To: ml

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

New comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#issuecomment-1608281707

Comment:
qtlanguageserver is an official qt implementation of the Microsoft [language server protocol](https://microsoft.github.io/language-server-protocol/specifications/specification-current/) (LSP) which used to provide features like auto complete, go to definition, find all references.

I am not sure why they did not include a README but it is part of the official qt mirror and since it is a implementation of another protocol, I suppose the link provided above is the primary source of documentation.

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

* Re: New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (10 preceding siblings ...)
  2023-06-26 21:22 ` CabrioletDiskette
@ 2023-06-26 21:29 ` Chocimier
  2023-06-27  1:38 ` CabrioletDiskette
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: Chocimier @ 2023-06-26 21:29 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#issuecomment-1608289005

Comment:
Yeah I know LSP protocol. I want to check if the software actually works on Void and don't even see whether this is client pluggable into qt6 textfield or server completing QString methods.

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

* Re: New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (11 preceding siblings ...)
  2023-06-26 21:29 ` Chocimier
@ 2023-06-27  1:38 ` CabrioletDiskette
  2023-09-25  1:45 ` github-actions
  2023-10-10  1:45 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: CabrioletDiskette @ 2023-06-27  1:38 UTC (permalink / raw)
  To: ml

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

New comment by CabrioletDiskette on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#issuecomment-1608575203

Comment:
I see. Let me know if you want to close this PR or have me check anything. The package request I made this pr from is [here](https://github.com/void-linux/void-packages/issues/44381) so maybe the author of that has a better idea of the intended use of this package. I thought it was just another qt component that was not added yet from the update to qt6. 

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

* Re: New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (12 preceding siblings ...)
  2023-06-27  1:38 ` CabrioletDiskette
@ 2023-09-25  1:45 ` github-actions
  2023-10-10  1:45 ` [PR PATCH] [Closed]: " github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-09-25  1:45 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/44628#issuecomment-1732779127

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New Package: qtlanguageserver-6.5.0
  2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
                   ` (13 preceding siblings ...)
  2023-09-25  1:45 ` github-actions
@ 2023-10-10  1:45 ` github-actions
  14 siblings, 0 replies; 16+ messages in thread
From: github-actions @ 2023-10-10  1:45 UTC (permalink / raw)
  To: ml

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

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

New Package: qtlanguageserver-6.5.0
https://github.com/void-linux/void-packages/pull/44628

Description:
#### 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**

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


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

end of thread, other threads:[~2023-10-10  1:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-25  4:43 [PR PATCH] New Package: qtlanguageserver-6.5.0 CabrioletDiskette
2023-06-25  5:33 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-25 10:13 ` [PR REVIEW] " classabbyamp
2023-06-25 10:14 ` classabbyamp
2023-06-25 22:57 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-25 23:01 ` [PR REVIEW] " CabrioletDiskette
2023-06-25 23:04 ` classabbyamp
2023-06-25 23:36 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-25 23:38 ` [PR REVIEW] " CabrioletDiskette
2023-06-26 17:45 ` Chocimier
2023-06-26 17:48 ` [PR REVIEW] " Chocimier
2023-06-26 21:22 ` CabrioletDiskette
2023-06-26 21:29 ` Chocimier
2023-06-27  1:38 ` CabrioletDiskette
2023-09-25  1:45 ` github-actions
2023-10-10  1:45 ` [PR PATCH] [Closed]: " github-actions

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