From b344070b5b81d2aee6201b570cb960804a914543 Mon Sep 17 00:00:00 2001 From: Toby Merz 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 95eee361e1b0a2..e428f74f52ebb6 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 4037f6db3594d2..96a0c3492297d8 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 " 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