From 31a180466ec69128046082a388e10e2e25d7b34e Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Fri, 5 Feb 2021 09:01:03 +0100 Subject: [PATCH] vscode: update to 1.53.1. --- srcpkgs/vscode/patches/remove_git_command.patch | 10 +++++----- srcpkgs/vscode/template | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/vscode/patches/remove_git_command.patch b/srcpkgs/vscode/patches/remove_git_command.patch index a99643c055f..2818b47ab23 100644 --- a/srcpkgs/vscode/patches/remove_git_command.patch +++ b/srcpkgs/vscode/patches/remove_git_command.patch @@ -1,10 +1,10 @@ diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js -index ef8fa4a47f66..7b8b710636a7 100644 +index 18ccef884a9d..61acb0a4d10b 100644 --- a/build/npm/postinstall.js +++ b/build/npm/postinstall.js -@@ -73,5 +73,3 @@ yarnInstall('test/automation'); // node modules required for smoketest - yarnInstall('test/smoke'); // node modules required for smoketest - yarnInstall('test/integration/browser'); // node modules required for integration - yarnInstallBuildDependencies(); // node modules for watching, specific to host node version, not electron +@@ -87,5 +87,3 @@ runtime "${runtime}"`; + fs.writeFileSync(yarnrcPath, yarnrc, 'utf8'); + yarnInstall(watchPath); + } - -cp.execSync('git config pull.rebase true'); diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template index 639a812a738..fc31bf3ddaa 100644 --- a/srcpkgs/vscode/template +++ b/srcpkgs/vscode/template @@ -1,8 +1,8 @@ # Template file for 'vscode' pkgname=vscode -version=1.52.1 +version=1.53.1 revision=1 -_electronver=9.3.4 +_electronver=9.4.1 hostmakedepends="pkg-config python nodejs yarn tar git" makedepends="libxkbfile-devel libsecret-devel electron9" depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron9" @@ -11,7 +11,7 @@ maintainer="shizonic " license="MIT" homepage="https://code.visualstudio.com/" distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz" -checksum=4a2b4e3500bff73503322fc3a68099ec4151d3e800cf2bb6e9478f2e94637b6a +checksum=e64d6962389cb1e1f09558fa231f1e0eece87a059b09d6ba55a894e994997a39 patch_args="-Np1" if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then