Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bash-language-server: update to 5.0.0.
@ 2023-07-18 19:31 sirkhancision
  2023-07-18 20:25 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: sirkhancision @ 2023-07-18 19:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sirkhancision/void-packages bash-language-server
https://github.com/void-linux/void-packages/pull/45115

bash-language-server: update to 5.0.0.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/45115.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bash-language-server-45115.patch --]
[-- Type: text/x-diff, Size: 1642 bytes --]

From 2066006a30fb8d1a6bdcd25c5e16a848c567ca25 Mon Sep 17 00:00:00 2001
From: sirkhancision <jsantiago12tone@gmail.com>
Date: Tue, 18 Jul 2023 16:29:17 -0300
Subject: [PATCH] bash-language-server: update to 5.0.0.

---
 srcpkgs/bash-language-server/template | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/srcpkgs/bash-language-server/template b/srcpkgs/bash-language-server/template
index 5705ecbaf6fc..ef3e8d4ed9b9 100644
--- a/srcpkgs/bash-language-server/template
+++ b/srcpkgs/bash-language-server/template
@@ -1,29 +1,27 @@
 # Template file for 'bash-language-server'
 pkgname=bash-language-server
-version=4.10.1
+version=5.0.0
 revision=1
-hostmakedepends="jq yarn"
+hostmakedepends="pnpm"
 depends="nodejs"
 short_desc="Bash language server"
 maintainer="sirkhancision <jsantiago12tone@gmail.com>"
 license="MIT"
 homepage="https://github.com/bash-lsp/bash-language-server"
 distfiles="https://github.com/bash-lsp/bash-language-server/archive/refs/tags/server-${version}.tar.gz"
-checksum=f8c7fed6812e166dadefceb156ba8e1737e57914f9f06b4bba06f93bed7dc9b4
+checksum=ef8d104591cfcddf85da14af9585d8f0ab97f12e158df67ab50900f7342e353a
 
 do_build() {
-	yarn install
-	yarn run compile
+	pnpm install --frozen-lockfile
+	pnpm run compile
 }
 
 do_install() {
 	TARGET_PATH="usr/lib/${pkgname}"
 	cd server
 
-	cp package.json{,.bak}
-	read -ra _devDependencies < <(jq -r '.devDependencies | keys | join(" ")' package.json)
-	yarn remove --frozen-lockfile "${_devDependencies[@]}"
-	mv package.json{.bak,}
+	rm -r node_modules
+	npm install --production
 
 	vmkdir ${TARGET_PATH}
 	vcopy * ${TARGET_PATH}

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

* Re: [PR PATCH] [Merged]: bash-language-server: update to 5.0.0.
  2023-07-18 19:31 [PR PATCH] bash-language-server: update to 5.0.0 sirkhancision
@ 2023-07-18 20:25 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-07-18 20:25 UTC (permalink / raw)
  To: ml

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

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

bash-language-server: update to 5.0.0.
https://github.com/void-linux/void-packages/pull/45115

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

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


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

end of thread, other threads:[~2023-07-18 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18 19:31 [PR PATCH] bash-language-server: update to 5.0.0 sirkhancision
2023-07-18 20:25 ` [PR PATCH] [Merged]: " 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).