Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.63.1.
@ 2021-12-15  9:47 shizonic
  2021-12-15 22:22 ` paper42
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: shizonic @ 2021-12-15  9:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages vscode
https://github.com/void-linux/void-packages/pull/34551

vscode: update to 1.63.1.
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 4c72a22332abe25277bc2ec2b0867ddd2f0adaba Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Wed, 15 Dec 2021 10:47:29 +0100
Subject: [PATCH] vscode: update to 1.63.1.

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

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 20b84996bf27..d675189ea590 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.63.0
+version=1.63.1
 revision=1
 _electronver=13.6.1
 hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=e71637baa6e3ccba876e6d465bda517f40aef2548f8941f69f38891bd0f983f3
+checksum=ab0c7e93dd0a274581cf62fc113684e22fc2e7db0d72ff1872d360330a0eb5ea
 nocross=yes # x64 build does not cut it, it contains native code
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.63.1.
  2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
@ 2021-12-15 22:22 ` paper42
  2022-01-04  8:31 ` [PR PATCH] [Updated] " shizonic
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2021-12-15 22:22 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34551#issuecomment-995260252

Comment:
let's switch to vsed in do_configure if possible

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

* Re: [PR PATCH] [Updated] vscode: update to 1.63.1.
  2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
  2021-12-15 22:22 ` paper42
@ 2022-01-04  8:31 ` shizonic
  2022-01-04  8:31 ` shizonic
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: shizonic @ 2022-01-04  8:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages vscode
https://github.com/void-linux/void-packages/pull/34551

vscode: update to 1.63.1.
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 1a198e14a975482f4ed215ee04db87799f478d1a Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Wed, 15 Dec 2021 10:47:29 +0100
Subject: [PATCH] vscode: update to 1.63.2.

---
 srcpkgs/vscode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 20b84996bf27..824c1a83f637 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.63.0
+version=1.63.2
 revision=1
 _electronver=13.6.1
 hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=e71637baa6e3ccba876e6d465bda517f40aef2548f8941f69f38891bd0f983f3
+checksum=21fc9bc17ba4cf480b1e006f298363d86215c339c480f8d781cabcfedad2d624
 nocross=yes # x64 build does not cut it, it contains native code
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
@@ -33,7 +33,7 @@ do_configure() {
 	grep -rl --exclude-dir=.git -E $_TELEMETRY_URLS | xargs sed -i -E $_REPLACEMENT
 
 	# set used electron version
-	sed -i "s/^target .*/target \"${_electronver}\"/" .yarnrc
+	sed -e "s/^target .*/target \"${_electronver}\"/" -i .yarnrc
 }
 
 do_build() {

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

* Re: vscode: update to 1.63.1.
  2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
  2021-12-15 22:22 ` paper42
  2022-01-04  8:31 ` [PR PATCH] [Updated] " shizonic
@ 2022-01-04  8:31 ` shizonic
  2022-01-04 11:17 ` [PR REVIEW] vscode: update to 1.63.2 paper42
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: shizonic @ 2022-01-04  8:31 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/34551#issuecomment-1004613452

Comment:
Switched to vsed where possible and bumped to 1.63.2.

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

* Re: [PR REVIEW] vscode: update to 1.63.2.
  2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
                   ` (2 preceding siblings ...)
  2022-01-04  8:31 ` shizonic
@ 2022-01-04 11:17 ` paper42
  2022-01-04 14:25 ` [PR PATCH] [Updated] " shizonic
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-04 11:17 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34551#discussion_r778004473

Comment:
**v**sed :)

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

* Re: [PR PATCH] [Updated] vscode: update to 1.63.2.
  2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
                   ` (3 preceding siblings ...)
  2022-01-04 11:17 ` [PR REVIEW] vscode: update to 1.63.2 paper42
@ 2022-01-04 14:25 ` shizonic
  2022-01-04 14:26 ` [PR REVIEW] " shizonic
  2022-01-14 12:23 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: shizonic @ 2022-01-04 14:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/shizonic/void-packages vscode
https://github.com/void-linux/void-packages/pull/34551

vscode: update to 1.63.2.
#### Testing the changes
- I tested the changes in this PR: **YES**


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

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

From 92db3c006e916361d6ea2c7665e15432951007eb Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Wed, 15 Dec 2021 10:47:29 +0100
Subject: [PATCH] vscode: update to 1.63.2.

---
 srcpkgs/vscode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 20b84996bf27..97f1a142a814 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.63.0
+version=1.63.2
 revision=1
 _electronver=13.6.1
 hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=e71637baa6e3ccba876e6d465bda517f40aef2548f8941f69f38891bd0f983f3
+checksum=21fc9bc17ba4cf480b1e006f298363d86215c339c480f8d781cabcfedad2d624
 nocross=yes # x64 build does not cut it, it contains native code
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
@@ -33,7 +33,7 @@ do_configure() {
 	grep -rl --exclude-dir=.git -E $_TELEMETRY_URLS | xargs sed -i -E $_REPLACEMENT
 
 	# set used electron version
-	sed -i "s/^target .*/target \"${_electronver}\"/" .yarnrc
+	vsed -e "s/^target .*/target \"${_electronver}\"/" -i .yarnrc
 }
 
 do_build() {

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

* Re: [PR REVIEW] vscode: update to 1.63.2.
  2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
                   ` (4 preceding siblings ...)
  2022-01-04 14:25 ` [PR PATCH] [Updated] " shizonic
@ 2022-01-04 14:26 ` shizonic
  2022-01-14 12:23 ` [PR PATCH] [Merged]: " paper42
  6 siblings, 0 replies; 8+ messages in thread
From: shizonic @ 2022-01-04 14:26 UTC (permalink / raw)
  To: ml

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

New review comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/34551#discussion_r778120814

Comment:
Sorry, typo. :+1: 

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

* Re: [PR PATCH] [Merged]: vscode: update to 1.63.2.
  2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
                   ` (5 preceding siblings ...)
  2022-01-04 14:26 ` [PR REVIEW] " shizonic
@ 2022-01-14 12:23 ` paper42
  6 siblings, 0 replies; 8+ messages in thread
From: paper42 @ 2022-01-14 12:23 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.63.2.
https://github.com/void-linux/void-packages/pull/34551

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


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

end of thread, other threads:[~2022-01-14 12:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-15  9:47 [PR PATCH] vscode: update to 1.63.1 shizonic
2021-12-15 22:22 ` paper42
2022-01-04  8:31 ` [PR PATCH] [Updated] " shizonic
2022-01-04  8:31 ` shizonic
2022-01-04 11:17 ` [PR REVIEW] vscode: update to 1.63.2 paper42
2022-01-04 14:25 ` [PR PATCH] [Updated] " shizonic
2022-01-04 14:26 ` [PR REVIEW] " shizonic
2022-01-14 12:23 ` [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).