From b7d7a8f1f2606d655f1b37df6dbeb85df1774965 Mon Sep 17 00:00:00 2001 From: Toby Merz Date: Fri, 14 Aug 2020 10:19:26 +0200 Subject: [PATCH] vscode: update to 1.48.0. [ci skip] --- srcpkgs/vscode/patches/product.patch | 43 ++++++++++++++-------------- srcpkgs/vscode/template | 6 ++-- 2 files changed, 25 insertions(+), 24 deletions(-) diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch index efd45b1c83d..dcee73d6803 100644 --- a/srcpkgs/vscode/patches/product.patch +++ b/srcpkgs/vscode/patches/product.patch @@ -1,24 +1,25 @@ diff --git a/product.json b/product.json -index 335caa71f6b0..b06b418f15c1 100644 +index 2b884d18f301..601c429e3cdf 100644 --- a/product.json +++ b/product.json -@@ -22,12 +20,20 @@ - "licenseFileName": "LICENSE.txt", - "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", - "urlProtocol": "code-oss", -+ "quality": "stable", -+ "documentationUrl": "https://github.com/microsoft/vscode-docs", -+ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues", - "extensionAllowedProposedApi": [ - "ms-vscode.vscode-js-profile-flame", - "ms-vscode.vscode-js-profile-table", - "ms-vscode.references-view" - ], -+ "extensionsGallery": { -+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", -+ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", -+ "itemUrl": "https://marketplace.visualstudio.com/items" -+ }, - "builtInExtensions": [ - { - "name": "ms-vscode.node-debug", +@@ -22,12 +22,20 @@ + "licenseFileName": "LICENSE.txt", + "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new", + "urlProtocol": "code-oss", ++ "quality": "stable", ++ "documentationUrl": "https://github.com/microsoft/vscode-docs", ++ "requestFeatureUrl": "https://github.com/Microsoft/vscode/issues", + "extensionAllowedProposedApi": [ + "ms-vscode.vscode-js-profile-flame", + "ms-vscode.vscode-js-profile-table", + "ms-vscode.references-view", + "ms-vscode.github-browser" + ], ++ "extensionsGallery": { ++ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", ++ "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", ++ "itemUrl": "https://marketplace.visualstudio.com/items" ++ }, + "builtInExtensions": [ + { + "name": "ms-vscode.node-debug", diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template index 9624022dcd0..a487dbe879a 100644 --- a/srcpkgs/vscode/template +++ b/srcpkgs/vscode/template @@ -1,8 +1,8 @@ # Template file for 'vscode' pkgname=vscode -version=1.47.3 +version=1.48.0 revision=1 -hostmakedepends="pkg-config python nodejs-lts-10 yarn tar" +hostmakedepends="pkg-config python nodejs-lts-10 yarn tar git" makedepends="libxkbfile-devel libsecret-devel" depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils" short_desc="Microsoft Code for Linux" @@ -10,7 +10,7 @@ maintainer="shizonic " license="MIT" homepage="https://code.visualstudio.com/" distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz" -checksum=463c8d5c3e02035ada5c0b9dcbb8718841fa27f6258838bfa4bab3a916ca16f3 +checksum=3983a6807554bc76a233cf215e6e1c936e5ace5c635fe049d019db24ccc0f62d patch_args="-Np1" # Due to electron