Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kak-lsp: update to 17.0.1
@ 2024-04-21 15:07 dontlaugh
  2024-04-21 15:21 ` dontlaugh
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dontlaugh @ 2024-04-21 15:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dontlaugh/void-packages up_kak-lsp_17.0.1
https://github.com/void-linux/void-packages/pull/49961

kak-lsp: update to 17.0.1
#### Testing the changes
- I tested the changes in this PR: briefly (running it for 24 hrs against latest kakoune)

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



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_kak-lsp_17.0.1-49961.patch --]
[-- Type: text/x-diff, Size: 1075 bytes --]

From c7b493dc10b886f4879d545f7018d6f9b7fbbdf2 Mon Sep 17 00:00:00 2001
From: Coleman McFarland <coleman@de.limited>
Date: Sun, 21 Apr 2024 11:00:59 -0400
Subject: [PATCH] kak-lsp: update to 17.0.1

---
 srcpkgs/kak-lsp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template
index 0e84288113a08c..5f38b4c73152bd 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'kak-lsp'
 pkgname=kak-lsp
-version=16.0.0
+version=17.0.1
 revision=1
 build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
@@ -9,7 +9,7 @@ license="Unlicense"
 homepage="https://github.com/kak-lsp/kak-lsp"
 changelog="https://raw.githubusercontent.com/kak-lsp/kak-lsp/master/CHANGELOG.md"
 distfiles="https://github.com/kak-lsp/kak-lsp/archive/v${version}.tar.gz"
-checksum=85977d86c1a5dce709ca705a26d2913c121f31b58f6f28c8b138264092126a1b
+checksum=c32172a7d13621d7f7fd8b32b819865fd58a38c0c431d3cedd6046fb6de42f44
 
 post_install() {
 	vlicense UNLICENSE

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

* Re: kak-lsp: update to 17.0.1
  2024-04-21 15:07 [PR PATCH] kak-lsp: update to 17.0.1 dontlaugh
@ 2024-04-21 15:21 ` dontlaugh
  2024-04-21 17:53 ` [PR PATCH] [Updated] " dontlaugh
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dontlaugh @ 2024-04-21 15:21 UTC (permalink / raw)
  To: ml

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

New comment by dontlaugh on void-packages repository

https://github.com/void-linux/void-packages/pull/49961#issuecomment-2068082450

Comment:
As an aside, I sent a heads up to the maintainer email, but it bounced back. Orphaned, maybe?

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

* Re: [PR PATCH] [Updated] kak-lsp: update to 17.0.1
  2024-04-21 15:07 [PR PATCH] kak-lsp: update to 17.0.1 dontlaugh
  2024-04-21 15:21 ` dontlaugh
@ 2024-04-21 17:53 ` dontlaugh
  2024-04-21 17:59 ` dontlaugh
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dontlaugh @ 2024-04-21 17:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dontlaugh/void-packages up_kak-lsp_17.0.1
https://github.com/void-linux/void-packages/pull/49961

kak-lsp: update to 17.0.1
#### Testing the changes
- I tested the changes in this PR: briefly (running it for 24 hrs against kakoune master branch)

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



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-up_kak-lsp_17.0.1-49961.patch --]
[-- Type: text/x-diff, Size: 2311 bytes --]

From c7b493dc10b886f4879d545f7018d6f9b7fbbdf2 Mon Sep 17 00:00:00 2001
From: Coleman McFarland <coleman@de.limited>
Date: Sun, 21 Apr 2024 11:00:59 -0400
Subject: [PATCH 1/2] kak-lsp: update to 17.0.1

---
 srcpkgs/kak-lsp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template
index 0e84288113a08c..5f38b4c73152bd 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'kak-lsp'
 pkgname=kak-lsp
-version=16.0.0
+version=17.0.1
 revision=1
 build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
@@ -9,7 +9,7 @@ license="Unlicense"
 homepage="https://github.com/kak-lsp/kak-lsp"
 changelog="https://raw.githubusercontent.com/kak-lsp/kak-lsp/master/CHANGELOG.md"
 distfiles="https://github.com/kak-lsp/kak-lsp/archive/v${version}.tar.gz"
-checksum=85977d86c1a5dce709ca705a26d2913c121f31b58f6f28c8b138264092126a1b
+checksum=c32172a7d13621d7f7fd8b32b819865fd58a38c0c431d3cedd6046fb6de42f44
 
 post_install() {
 	vlicense UNLICENSE

From 7b74137058dab0e27f35319b48086cf652109571 Mon Sep 17 00:00:00 2001
From: Coleman McFarland <coleman@de.limited>
Date: Sun, 21 Apr 2024 13:52:21 -0400
Subject: [PATCH 2/2] kak-lsp: update github URLs to kakoune-lsp

GitHub maintains a redirect, but here we use the new repo URLs
---
 srcpkgs/kak-lsp/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template
index 5f38b4c73152bd..f7ec74c537b478 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -6,9 +6,9 @@ build_style=cargo
 short_desc="Language Server Protocol client for Kakoune"
 maintainer="Emerson Ferreira <me@skrps.me>"
 license="Unlicense"
-homepage="https://github.com/kak-lsp/kak-lsp"
-changelog="https://raw.githubusercontent.com/kak-lsp/kak-lsp/master/CHANGELOG.md"
-distfiles="https://github.com/kak-lsp/kak-lsp/archive/v${version}.tar.gz"
+homepage="https://github.com/kakoune-lsp/kakoune-lsp"
+changelog="https://raw.githubusercontent.com/kakoune-lsp/kakoune-lsp/master/CHANGELOG.md"
+distfiles="https://github.com/kakoune-lsp/kakoune-lsp/archive/v${version}.tar.gz"
 checksum=c32172a7d13621d7f7fd8b32b819865fd58a38c0c431d3cedd6046fb6de42f44
 
 post_install() {

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

* Re: kak-lsp: update to 17.0.1
  2024-04-21 15:07 [PR PATCH] kak-lsp: update to 17.0.1 dontlaugh
  2024-04-21 15:21 ` dontlaugh
  2024-04-21 17:53 ` [PR PATCH] [Updated] " dontlaugh
@ 2024-04-21 17:59 ` dontlaugh
  2024-04-21 17:59 ` dontlaugh
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: dontlaugh @ 2024-04-21 17:59 UTC (permalink / raw)
  To: ml

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

New comment by dontlaugh on void-packages repository

https://github.com/void-linux/void-packages/pull/49961#issuecomment-2068149576

Comment:
While not strictly necessary for this upgrade, since GitHub redirects from kak-lsp still work, I've also updated the URLs to point to the new repository https://github.com/kakoune-lsp/kakoune-lsp


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

* Re: kak-lsp: update to 17.0.1
  2024-04-21 15:07 [PR PATCH] kak-lsp: update to 17.0.1 dontlaugh
                   ` (2 preceding siblings ...)
  2024-04-21 17:59 ` dontlaugh
@ 2024-04-21 17:59 ` dontlaugh
  2024-04-21 19:27 ` classabbyamp
  2024-04-22 17:28 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: dontlaugh @ 2024-04-21 17:59 UTC (permalink / raw)
  To: ml

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

New comment by dontlaugh on void-packages repository

https://github.com/void-linux/void-packages/pull/49961#issuecomment-2068149576

Comment:
While not strictly necessary for this upgrade, since GitHub redirects from kak-lsp still work, I've also updated the URLs to point to the new repository https://github.com/kakoune-lsp/kakoune-lsp

The installed binary and config files have not changed names.


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

* Re: kak-lsp: update to 17.0.1
  2024-04-21 15:07 [PR PATCH] kak-lsp: update to 17.0.1 dontlaugh
                   ` (3 preceding siblings ...)
  2024-04-21 17:59 ` dontlaugh
@ 2024-04-21 19:27 ` classabbyamp
  2024-04-22 17:28 ` [PR PATCH] [Merged]: " cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2024-04-21 19:27 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49961#issuecomment-2068173568

Comment:
> As an aside, I sent a heads up to the maintainer email, but it bounced back. Orphaned, maybe?

10fc3401e9a8dc9478f389c2c896d2c2a2faf99b

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

* Re: [PR PATCH] [Merged]: kak-lsp: update to 17.0.1
  2024-04-21 15:07 [PR PATCH] kak-lsp: update to 17.0.1 dontlaugh
                   ` (4 preceding siblings ...)
  2024-04-21 19:27 ` classabbyamp
@ 2024-04-22 17:28 ` cinerea0
  5 siblings, 0 replies; 7+ messages in thread
From: cinerea0 @ 2024-04-22 17:28 UTC (permalink / raw)
  To: ml

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

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

kak-lsp: update to 17.0.1
https://github.com/void-linux/void-packages/pull/49961

Description:
#### Testing the changes
- I tested the changes in this PR: briefly (running it for 24 hrs against kakoune master branch)

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



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

end of thread, other threads:[~2024-04-22 17:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-21 15:07 [PR PATCH] kak-lsp: update to 17.0.1 dontlaugh
2024-04-21 15:21 ` dontlaugh
2024-04-21 17:53 ` [PR PATCH] [Updated] " dontlaugh
2024-04-21 17:59 ` dontlaugh
2024-04-21 17:59 ` dontlaugh
2024-04-21 19:27 ` classabbyamp
2024-04-22 17:28 ` [PR PATCH] [Merged]: " cinerea0

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