* [PR PATCH] Update kak lsp
@ 2024-10-31 9:23 TeddyDD
2024-10-31 9:24 ` [PR PATCH] [Updated] " TeddyDD
2024-11-01 0:41 ` [PR PATCH] [Merged]: kak-lsp: update to 18.0.2 classabbyamp
0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2024-10-31 9:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1235 bytes --]
There is a new pull request by TeddyDD against master on the void-packages repository
https://github.com/TeddyDD/void-packages-1 update-kak-lsp
https://github.com/void-linux/void-packages/pull/52856
Update kak lsp
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/52856.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-kak-lsp-52856.patch --]
[-- Type: text/x-diff, Size: 2327 bytes --]
From 9f6c74aa15b0b82b0f94aaebe5c4e506a916ab59 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 16 Oct 2024 18:43:01 +0200
Subject: [PATCH 1/2] kak-lsp: update to 18.0.1.
---
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 f0c664984839bf..9fcfdc8b3d2ced 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
# Template file for 'kak-lsp'
pkgname=kak-lsp
-version=17.1.2
+version=18.0.1
revision=1
build_style=cargo
short_desc="Language Server Protocol client for Kakoune"
@@ -9,9 +9,9 @@ license="Unlicense"
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=2a7c83eb1eb7e0e119879ee9be9b0868c07028c4925c317a78e7f2bbe8dc7d0f
+checksum=509726ffc214e0a7e62362a53ce2353413ea81bd3c04fdb55c9978f637d64184
post_install() {
vlicense UNLICENSE
- vsconf kak-lsp.toml
+ vexample rc/servers.kak
}
From 221e5e81019176e85f21f3e34ca84ad1ff3a525d Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 28 Oct 2024 11:00:08 +0100
Subject: [PATCH 2/2] kak-lsp: update to 18.0.2.
---
srcpkgs/kak-lsp/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template
index 9fcfdc8b3d2ced..d5dd6c8f2010c1 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
# Template file for 'kak-lsp'
pkgname=kak-lsp
-version=18.0.1
+version=18.0.2
revision=1
build_style=cargo
short_desc="Language Server Protocol client for Kakoune"
@@ -9,9 +9,10 @@ license="Unlicense"
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=509726ffc214e0a7e62362a53ce2353413ea81bd3c04fdb55c9978f637d64184
+checksum=ad33b20437cd7bc89d7992b9449a02c946528e7f91d15d76dba27c7ad2ae7d36
post_install() {
vlicense UNLICENSE
- vexample rc/servers.kak
+ vsconf rc/servers.kak
+ vsconf rc/lsp.kak
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] Update kak lsp
2024-10-31 9:23 [PR PATCH] Update kak lsp TeddyDD
@ 2024-10-31 9:24 ` TeddyDD
2024-11-01 0:41 ` [PR PATCH] [Merged]: kak-lsp: update to 18.0.2 classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2024-10-31 9:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]
There is an updated pull request by TeddyDD against master on the void-packages repository
https://github.com/TeddyDD/void-packages-1 update-kak-lsp
https://github.com/void-linux/void-packages/pull/52856
Update kak lsp
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/52856.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-kak-lsp-52856.patch --]
[-- Type: text/x-diff, Size: 1167 bytes --]
From ca444499ebff1fae46ac8554564e34ec9a2f642a Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 16 Oct 2024 18:43:01 +0200
Subject: [PATCH] kak-lsp: update to 18.0.2.
---
srcpkgs/kak-lsp/template | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/kak-lsp/template b/srcpkgs/kak-lsp/template
index f0c664984839bf..d5dd6c8f2010c1 100644
--- a/srcpkgs/kak-lsp/template
+++ b/srcpkgs/kak-lsp/template
@@ -1,6 +1,6 @@
# Template file for 'kak-lsp'
pkgname=kak-lsp
-version=17.1.2
+version=18.0.2
revision=1
build_style=cargo
short_desc="Language Server Protocol client for Kakoune"
@@ -9,9 +9,10 @@ license="Unlicense"
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=2a7c83eb1eb7e0e119879ee9be9b0868c07028c4925c317a78e7f2bbe8dc7d0f
+checksum=ad33b20437cd7bc89d7992b9449a02c946528e7f91d15d76dba27c7ad2ae7d36
post_install() {
vlicense UNLICENSE
- vsconf kak-lsp.toml
+ vsconf rc/servers.kak
+ vsconf rc/lsp.kak
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Merged]: kak-lsp: update to 18.0.2.
2024-10-31 9:23 [PR PATCH] Update kak lsp TeddyDD
2024-10-31 9:24 ` [PR PATCH] [Updated] " TeddyDD
@ 2024-11-01 0:41 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-11-01 0:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1087 bytes --]
There's a merged pull request on the void-packages repository
kak-lsp: update to 18.0.2.
https://github.com/void-linux/void-packages/pull/52856
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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- armv7l
- armv6l-musl
-->
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-01 0:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-31 9:23 [PR PATCH] Update kak lsp TeddyDD
2024-10-31 9:24 ` [PR PATCH] [Updated] " TeddyDD
2024-11-01 0:41 ` [PR PATCH] [Merged]: kak-lsp: update to 18.0.2 classabbyamp
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).