Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.50.0. [ci skip]
@ 2020-10-09 14:05 shizonic
  2020-10-13  8:31 ` atk
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: shizonic @ 2020-10-09 14:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 321 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/25456

vscode: update to 1.50.0. [ci skip]


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

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

From 80584a5f92394ab1c4a0ed6ac5c16957685c9d44 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 9 Oct 2020 16:04:30 +0200
Subject: [PATCH] vscode: update to 1.50.0. [ci skip]

---
 srcpkgs/vscode/patches/dont-download-ffmpeg.patch | 9 ++++-----
 srcpkgs/vscode/template                           | 4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vscode/patches/dont-download-ffmpeg.patch b/srcpkgs/vscode/patches/dont-download-ffmpeg.patch
index 95eee361e1b..e428f74f52e 100644
--- a/srcpkgs/vscode/patches/dont-download-ffmpeg.patch
+++ b/srcpkgs/vscode/patches/dont-download-ffmpeg.patch
@@ -1,14 +1,13 @@
 diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
-index 3488d7b51c..731282a881 100644
+index d046aa71ed2f..0740fc225b3f 100644
 --- a/build/gulpfile.vscode.js
 +++ b/build/gulpfile.vscode.js
-@@ -267,7 +267,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
+@@ -263,7 +263,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
  		let result = all
  			.pipe(util.skipDirectories())
  			.pipe(util.fixWin32DirectoryPermissions())
--			.pipe(electron(_.extend({}, config, { platform, arch, ffmpegChromium: true })))
-+			.pipe(electron(_.extend({}, config, { platform, arch, ffmpegChromium: false })))
+-			.pipe(electron(_.extend({}, config, { platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: true })))
++			.pipe(electron(_.extend({}, config, { platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: false })))
  			.pipe(filter(['**', '!LICENSE', '!LICENSES.chromium.html', '!version'], { dot: true }));
  
  		if (platform === 'linux') {
- 
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 4037f6db359..a22a87b919c 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.49.3
+version=1.50.0
 revision=1
 _electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
@@ -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=d3d8531515ea2b73531ab5067970c610aff18d2f61e57ce0f724ef8cc9f341dc
+checksum=9a4e937cdc1519d9d1dd9168ed5277ca72faaf432197108093e6be4a5c206829
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.50.0. [ci skip]
  2020-10-09 14:05 [PR PATCH] vscode: update to 1.50.0. [ci skip] shizonic
@ 2020-10-13  8:31 ` atk
  2020-10-15  5:36 ` ericonr
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: atk @ 2020-10-13  8:31 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/25456#issuecomment-707583572

Comment:
Tested it on x64-glibc. It works without issues.

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

* Re: vscode: update to 1.50.0. [ci skip]
  2020-10-09 14:05 [PR PATCH] vscode: update to 1.50.0. [ci skip] shizonic
  2020-10-13  8:31 ` atk
@ 2020-10-15  5:36 ` ericonr
  2020-10-15  7:15 ` shizonic
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2020-10-15  5:36 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25456#issuecomment-708909231

Comment:
Any reason CI was skipped?

Also, please put the `[ci skip]` comment in a separate in a separate line.

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

* Re: vscode: update to 1.50.0. [ci skip]
  2020-10-09 14:05 [PR PATCH] vscode: update to 1.50.0. [ci skip] shizonic
  2020-10-13  8:31 ` atk
  2020-10-15  5:36 ` ericonr
@ 2020-10-15  7:15 ` shizonic
  2020-10-15  8:51 ` [PR PATCH] [Updated] " shizonic
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: shizonic @ 2020-10-15  7:15 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25456#issuecomment-708951762

Comment:
Yes, I was asked to skip ci due the errors regarding resource consumption of nodejs.

Got it. Will put it on a seperate line ASAP.

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

* Re: [PR PATCH] [Updated] vscode: update to 1.50.0. [ci skip]
  2020-10-09 14:05 [PR PATCH] vscode: update to 1.50.0. [ci skip] shizonic
                   ` (2 preceding siblings ...)
  2020-10-15  7:15 ` shizonic
@ 2020-10-15  8:51 ` shizonic
  2020-10-15  8:53 ` vscode: update to 1.50.1 shizonic
  2020-10-18 13:14 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: shizonic @ 2020-10-15  8:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 326 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/25456

vscode: update to 1.50.0. [ci skip]


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

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

From b344070b5b81d2aee6201b570cb960804a914543 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
Date: Fri, 9 Oct 2020 16:04:30 +0200
Subject: [PATCH] vscode: update to 1.50.1. [ci skip]

---
 srcpkgs/vscode/patches/dont-download-ffmpeg.patch | 9 ++++-----
 srcpkgs/vscode/template                           | 4 ++--
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vscode/patches/dont-download-ffmpeg.patch b/srcpkgs/vscode/patches/dont-download-ffmpeg.patch
index 95eee361e1b..e428f74f52e 100644
--- a/srcpkgs/vscode/patches/dont-download-ffmpeg.patch
+++ b/srcpkgs/vscode/patches/dont-download-ffmpeg.patch
@@ -1,14 +1,13 @@
 diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
-index 3488d7b51c..731282a881 100644
+index d046aa71ed2f..0740fc225b3f 100644
 --- a/build/gulpfile.vscode.js
 +++ b/build/gulpfile.vscode.js
-@@ -267,7 +267,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
+@@ -263,7 +263,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
  		let result = all
  			.pipe(util.skipDirectories())
  			.pipe(util.fixWin32DirectoryPermissions())
--			.pipe(electron(_.extend({}, config, { platform, arch, ffmpegChromium: true })))
-+			.pipe(electron(_.extend({}, config, { platform, arch, ffmpegChromium: false })))
+-			.pipe(electron(_.extend({}, config, { platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: true })))
++			.pipe(electron(_.extend({}, config, { platform, arch: arch === 'armhf' ? 'arm' : arch, ffmpegChromium: false })))
  			.pipe(filter(['**', '!LICENSE', '!LICENSES.chromium.html', '!version'], { dot: true }));
  
  		if (platform === 'linux') {
- 
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 4037f6db359..96a0c349229 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.49.3
+version=1.50.1
 revision=1
 _electronver=9.3.1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git"
@@ -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=d3d8531515ea2b73531ab5067970c610aff18d2f61e57ce0f724ef8cc9f341dc
+checksum=7d874637055e2425fe981f387165b7c7949db0821b1135f9cd7ccd5c70903af7
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.50.1.
  2020-10-09 14:05 [PR PATCH] vscode: update to 1.50.0. [ci skip] shizonic
                   ` (3 preceding siblings ...)
  2020-10-15  8:51 ` [PR PATCH] [Updated] " shizonic
@ 2020-10-15  8:53 ` shizonic
  2020-10-18 13:14 ` [PR PATCH] [Merged]: " Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: shizonic @ 2020-10-15  8:53 UTC (permalink / raw)
  To: ml

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

New comment by shizonic on void-packages repository

https://github.com/void-linux/void-packages/pull/25456#issuecomment-709003704

Comment:
Just updated to 1.50.1 and put `[ci skip]` in a separate line.

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

* Re: [PR PATCH] [Merged]: vscode: update to 1.50.1.
  2020-10-09 14:05 [PR PATCH] vscode: update to 1.50.0. [ci skip] shizonic
                   ` (4 preceding siblings ...)
  2020-10-15  8:53 ` vscode: update to 1.50.1 shizonic
@ 2020-10-18 13:14 ` Johnnynator
  5 siblings, 0 replies; 7+ messages in thread
From: Johnnynator @ 2020-10-18 13:14 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.50.1.
https://github.com/void-linux/void-packages/pull/25456

Description:


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

end of thread, other threads:[~2020-10-18 13:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 14:05 [PR PATCH] vscode: update to 1.50.0. [ci skip] shizonic
2020-10-13  8:31 ` atk
2020-10-15  5:36 ` ericonr
2020-10-15  7:15 ` shizonic
2020-10-15  8:51 ` [PR PATCH] [Updated] " shizonic
2020-10-15  8:53 ` vscode: update to 1.50.1 shizonic
2020-10-18 13:14 ` [PR PATCH] [Merged]: " Johnnynator

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