Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.48.0. [ci skip]
@ 2020-08-14  8:21 shizonic
  2020-08-15 23:18 ` [PR REVIEW] " Piraty
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: shizonic @ 2020-08-14  8:21 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/24269

vscode: update to 1.48.0. [ci skip]


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

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

From b7d7a8f1f2606d655f1b37df6dbeb85df1774965 Mon Sep 17 00:00:00 2001
From: Toby Merz <realtiaz@gmail.com>
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 <realtiaz@gmail.com>"
 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

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

* Re: [PR REVIEW] vscode: update to 1.48.0. [ci skip]
  2020-08-14  8:21 [PR PATCH] vscode: update to 1.48.0. [ci skip] shizonic
@ 2020-08-15 23:18 ` Piraty
  2020-08-15 23:18 ` Piraty
  2020-08-16 21:11 ` [PR PATCH] [Closed]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-08-15 23:18 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/24269#discussion_r471043143

Comment:
is this necessary?

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

* Re: [PR REVIEW] vscode: update to 1.48.0. [ci skip]
  2020-08-14  8:21 [PR PATCH] vscode: update to 1.48.0. [ci skip] shizonic
  2020-08-15 23:18 ` [PR REVIEW] " Piraty
@ 2020-08-15 23:18 ` Piraty
  2020-08-16 21:11 ` [PR PATCH] [Closed]: " Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-08-15 23:18 UTC (permalink / raw)
  To: ml

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

New review comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/24269#discussion_r471043143

Comment:
is this necessary? Is this the reason for `git` in hostmakedepends?

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

* Re: [PR PATCH] [Closed]: vscode: update to 1.48.0. [ci skip]
  2020-08-14  8:21 [PR PATCH] vscode: update to 1.48.0. [ci skip] shizonic
  2020-08-15 23:18 ` [PR REVIEW] " Piraty
  2020-08-15 23:18 ` Piraty
@ 2020-08-16 21:11 ` Johnnynator
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2020-08-16 21:11 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.48.0. [ci skip]
https://github.com/void-linux/void-packages/pull/24269

Description:


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

end of thread, other threads:[~2020-08-16 21:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14  8:21 [PR PATCH] vscode: update to 1.48.0. [ci skip] shizonic
2020-08-15 23:18 ` [PR REVIEW] " Piraty
2020-08-15 23:18 ` Piraty
2020-08-16 21:11 ` [PR PATCH] [Closed]: " 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).