Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.45.0
@ 2020-05-08  8:26 atk
  2020-05-08  8:57 ` [PR PATCH] [Updated] " atk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: atk @ 2020-05-08  8:26 UTC (permalink / raw)
  To: ml

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

There is a new pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages vscode-1.45.0
https://github.com/void-linux/void-packages/pull/21738

vscode: update to 1.45.0
[skip ci]

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

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

From 126605593287a25e7b341290ee26246124f44cfa Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Fri, 8 May 2020 10:25:19 +0200
Subject: [PATCH] vscode: update to 1.45.0

---
 srcpkgs/vscode/patches/fix_dir.patch |  3 +--
 srcpkgs/vscode/patches/gulp.patch    |  2 +-
 srcpkgs/vscode/patches/product.patch | 11 +++++------
 srcpkgs/vscode/template              |  4 ++--
 4 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/vscode/patches/fix_dir.patch b/srcpkgs/vscode/patches/fix_dir.patch
index 799f7ec9159..926e0ecb841 100644
--- a/srcpkgs/vscode/patches/fix_dir.patch
+++ b/srcpkgs/vscode/patches/fix_dir.patch
@@ -28,7 +28,7 @@ diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop
 index b975e1094a2c..a094cc36e810 100644
 --- a/resources/linux/code.desktop
 +++ b/resources/linux/code.desktop
-@@ -2,7 +2,7 @@
+@@ -2,6 +2,6 @@
  Name=@@NAME_LONG@@
  Comment=Code Editing. Redefined.
  GenericName=Text Editor
@@ -36,7 +36,6 @@ index b975e1094a2c..a094cc36e810 100644
 +Exec=/usr/lib/@@NAME@@/@@NAME@@ --no-sandbox --unity-launch %F
  Icon=@@ICON@@
  Type=Application
- StartupNotify=false
 @@ -14,5 +14,5 @@ Keywords=vscode;
 
  [Desktop Action new-empty-window]
diff --git a/srcpkgs/vscode/patches/gulp.patch b/srcpkgs/vscode/patches/gulp.patch
index f8eec1cb4f3..2b90eb988b1 100644
--- a/srcpkgs/vscode/patches/gulp.patch
+++ b/srcpkgs/vscode/patches/gulp.patch
@@ -2,7 +2,7 @@ diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
 index 93a943aba0be..5ab9be8c4bb5 100644
 --- a/build/gulpfile.vscode.js
 +++ b/build/gulpfile.vscode.js
-@@ -257,7 +257,15 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
+@@ -256,7 +256,15 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
 				'resources/win32/code_150x150.png'
 			], { base: '.' }));
 		} else if (platform === 'linux') {
diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index 5816588e574..f9bccfb5abc 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -2,20 +2,19 @@ diff --git a/product.json b/product.json
 index 759d76553339..6dccc0906900 100644
 --- a/product.json
 +++ b/product.json
-@@ -20,7 +20,15 @@
-	"licenseFileName": "LICENSE.txt",
+@@ -21,7 +21,15 @@
 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
 	"urlProtocol": "code-oss",
 +	"quality": "stable",
 	"extensionAllowedProposedApi": [
+		"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"
 +	},
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
-+	"requestFeatureUrl": "https://github.com/Microsoft/vscode/issues"
- }
++	"requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
+    "builtInExtensions": [
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index fae96b1e332..24392e636a0 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.44.2
+version=1.45.0
 revision=1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
 makedepends="libxkbfile-devel libsecret-devel"
@@ -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=98d4d48f0fd287c84aa40cf7c80c6dc682220cef7e97257a8a5c9dc74d05fa97
+checksum=549e0dd00d6d84fc108246dd284c62c504688650ac74ecc6368ecaba6141c70d
 patch_args="-Np1"
 
 # Due to electron

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

* Re: [PR PATCH] [Updated] vscode: update to 1.45.0
  2020-05-08  8:26 [PR PATCH] vscode: update to 1.45.0 atk
@ 2020-05-08  8:57 ` atk
  2020-05-11 18:30 ` Hoshpak
  2020-05-11 18:30 ` [PR PATCH] [Closed]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: atk @ 2020-05-08  8:57 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages vscode-1.45.0
https://github.com/void-linux/void-packages/pull/21738

vscode: update to 1.45.0
[skip ci]

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

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

From 2dee22af0bcd5b947ce7f2d2817544b6d5efda70 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Fri, 8 May 2020 10:25:19 +0200
Subject: [PATCH] vscode: update to 1.45.0

[skip ci]
---
 srcpkgs/vscode/patches/fix_dir.patch |  3 +--
 srcpkgs/vscode/patches/gulp.patch    |  2 +-
 srcpkgs/vscode/patches/product.patch | 11 +++++------
 srcpkgs/vscode/template              |  4 ++--
 4 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/vscode/patches/fix_dir.patch b/srcpkgs/vscode/patches/fix_dir.patch
index 799f7ec9159..926e0ecb841 100644
--- a/srcpkgs/vscode/patches/fix_dir.patch
+++ b/srcpkgs/vscode/patches/fix_dir.patch
@@ -28,7 +28,7 @@ diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop
 index b975e1094a2c..a094cc36e810 100644
 --- a/resources/linux/code.desktop
 +++ b/resources/linux/code.desktop
-@@ -2,7 +2,7 @@
+@@ -2,6 +2,6 @@
  Name=@@NAME_LONG@@
  Comment=Code Editing. Redefined.
  GenericName=Text Editor
@@ -36,7 +36,6 @@ index b975e1094a2c..a094cc36e810 100644
 +Exec=/usr/lib/@@NAME@@/@@NAME@@ --no-sandbox --unity-launch %F
  Icon=@@ICON@@
  Type=Application
- StartupNotify=false
 @@ -14,5 +14,5 @@ Keywords=vscode;
 
  [Desktop Action new-empty-window]
diff --git a/srcpkgs/vscode/patches/gulp.patch b/srcpkgs/vscode/patches/gulp.patch
index f8eec1cb4f3..2b90eb988b1 100644
--- a/srcpkgs/vscode/patches/gulp.patch
+++ b/srcpkgs/vscode/patches/gulp.patch
@@ -2,7 +2,7 @@ diff --git a/build/gulpfile.vscode.js b/build/gulpfile.vscode.js
 index 93a943aba0be..5ab9be8c4bb5 100644
 --- a/build/gulpfile.vscode.js
 +++ b/build/gulpfile.vscode.js
-@@ -257,7 +257,15 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
+@@ -256,7 +256,15 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
 				'resources/win32/code_150x150.png'
 			], { base: '.' }));
 		} else if (platform === 'linux') {
diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index 5816588e574..f9bccfb5abc 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -2,20 +2,19 @@ diff --git a/product.json b/product.json
 index 759d76553339..6dccc0906900 100644
 --- a/product.json
 +++ b/product.json
-@@ -20,7 +20,15 @@
-	"licenseFileName": "LICENSE.txt",
+@@ -21,7 +21,15 @@
 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
 	"urlProtocol": "code-oss",
 +	"quality": "stable",
 	"extensionAllowedProposedApi": [
+		"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"
 +	},
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
-+	"requestFeatureUrl": "https://github.com/Microsoft/vscode/issues"
- }
++	"requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
+    "builtInExtensions": [
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index fae96b1e332..24392e636a0 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.44.2
+version=1.45.0
 revision=1
 hostmakedepends="pkg-config python nodejs-lts-10 yarn tar"
 makedepends="libxkbfile-devel libsecret-devel"
@@ -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=98d4d48f0fd287c84aa40cf7c80c6dc682220cef7e97257a8a5c9dc74d05fa97
+checksum=549e0dd00d6d84fc108246dd284c62c504688650ac74ecc6368ecaba6141c70d
 patch_args="-Np1"
 
 # Due to electron

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

* Re: vscode: update to 1.45.0
  2020-05-08  8:26 [PR PATCH] vscode: update to 1.45.0 atk
  2020-05-08  8:57 ` [PR PATCH] [Updated] " atk
@ 2020-05-11 18:30 ` Hoshpak
  2020-05-11 18:30 ` [PR PATCH] [Closed]: " Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-11 18:30 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/21738#issuecomment-626877040

Comment:
https://github.com/void-linux/void-packages/commit/8a4c42697e8bcd255fcd8f34b2a181b733e236cb

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

* Re: [PR PATCH] [Closed]: vscode: update to 1.45.0
  2020-05-08  8:26 [PR PATCH] vscode: update to 1.45.0 atk
  2020-05-08  8:57 ` [PR PATCH] [Updated] " atk
  2020-05-11 18:30 ` Hoshpak
@ 2020-05-11 18:30 ` Hoshpak
  2 siblings, 0 replies; 4+ messages in thread
From: Hoshpak @ 2020-05-11 18:30 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.45.0
https://github.com/void-linux/void-packages/pull/21738

Description:
[skip ci]

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

end of thread, other threads:[~2020-05-11 18:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08  8:26 [PR PATCH] vscode: update to 1.45.0 atk
2020-05-08  8:57 ` [PR PATCH] [Updated] " atk
2020-05-11 18:30 ` Hoshpak
2020-05-11 18:30 ` [PR PATCH] [Closed]: " Hoshpak

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).