Github messages for voidlinux
 help / color / mirror / Atom feed
From: shizonic <shizonic@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] vscode: update to 1.50.0. [ci skip]
Date: Fri, 09 Oct 2020 16:05:11 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25456@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-10-09 14:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-09 14:05 shizonic [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25456@inbox.vuxu.org \
    --to=shizonic@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).