Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.58.0
@ 2021-07-09 10:24 atk
  2021-07-10  3:33 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: atk @ 2021-07-09 10:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages vscode-1.58.0
https://github.com/void-linux/void-packages/pull/31869

vscode: update to 1.58.0
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From a98d5c8bba0efce5ebc696726dafdc4959b6026c Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Fri, 9 Jul 2021 11:15:47 +0200
Subject: [PATCH] vscode: update to 1.58.0

---
 srcpkgs/vscode/patches/fix_dir.patch            | 16 ++++++++--------
 srcpkgs/vscode/patches/remove_git_command.patch |  4 ++--
 srcpkgs/vscode/template                         |  4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/vscode/patches/fix_dir.patch b/srcpkgs/vscode/patches/fix_dir.patch
index f27e7c283047..da193e702524 100644
--- a/srcpkgs/vscode/patches/fix_dir.patch
+++ b/srcpkgs/vscode/patches/fix_dir.patch
@@ -12,28 +12,28 @@ index 06973937f14..78f72c9e9ed 100755
  fi
  
 diff --git a/resources/linux/code-url-handler.desktop b/resources/linux/code-url-handler.desktop
-index b85525fbd04..bab6df4eeb5 100644
+index 7106e0e0969..faaff89d71c 100644
 --- a/resources/linux/code-url-handler.desktop
 +++ b/resources/linux/code-url-handler.desktop
 @@ -2,7 +2,7 @@
  Name=@@NAME_LONG@@ - URL Handler
  Comment=Code Editing. Redefined.
  GenericName=Text Editor
--Exec=@@EXEC@@ --no-sandbox --open-url %U
-+Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --no-sandbox --open-url %U
+-Exec=@@EXEC@@ --open-url %U
++Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --open-url %U
  Icon=@@ICON@@
  Type=Application
  NoDisplay=true
 diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop
-index 62d6bfc47b4..a014f6748d0 100755
+index ab3b79a011b..cdc88ef68a4 100755
 --- a/resources/linux/code.desktop
 +++ b/resources/linux/code.desktop
 @@ -2,7 +2,7 @@
  Name=@@NAME_LONG@@
  Comment=Code Editing. Redefined.
  GenericName=Text Editor
--Exec=@@EXEC@@ --no-sandbox --unity-launch %F
-+Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --no-sandbox --unity-launch %F
+-Exec=@@EXEC@@ --unity-launch %F
++Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --unity-launch %F
  Icon=@@ICON@@
  Type=Application
  StartupNotify=false
@@ -41,6 +41,6 @@ index 62d6bfc47b4..a014f6748d0 100755
  
  [Desktop Action new-empty-window]
  Name=New Empty Window
--Exec=@@EXEC@@ --no-sandbox --new-window %F
-+Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --no-sandbox --new-window %F
+-Exec=@@EXEC@@ --new-window %F
++Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --new-window %F
  Icon=@@ICON@@
diff --git a/srcpkgs/vscode/patches/remove_git_command.patch b/srcpkgs/vscode/patches/remove_git_command.patch
index 2818b47ab233..93298f56bec2 100644
--- a/srcpkgs/vscode/patches/remove_git_command.patch
+++ b/srcpkgs/vscode/patches/remove_git_command.patch
@@ -1,5 +1,5 @@
 diff --git a/build/npm/postinstall.js b/build/npm/postinstall.js
-index 18ccef884a9d..61acb0a4d10b 100644
+index 2d973599343..61acb0a4d10 100644
 --- a/build/npm/postinstall.js
 +++ b/build/npm/postinstall.js
 @@ -87,5 +87,3 @@ runtime "${runtime}"`;
@@ -7,4 +7,4 @@ index 18ccef884a9d..61acb0a4d10b 100644
  	yarnInstall(watchPath);
  }
 -
--cp.execSync('git config pull.rebase true');
+-cp.execSync('git config pull.rebase merges');
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 67907e21a31e..e036440f0982 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.57.1
+version=1.58.0
 revision=1
 _electronver=12.0.9
 hostmakedepends="pkg-config python nodejs yarn tar git"
@@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=a6609493cacf1cd2796c9c923fc59193feee2ff106c4369affe9d2dcef81a20c
+checksum=4797c34c04a65265a094a5bdb877c036fda565b7c1bbad4aeee9656e6e46dbbd
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	broken="FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory"

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

* Re: [PR PATCH] [Merged]: vscode: update to 1.58.0
  2021-07-09 10:24 [PR PATCH] vscode: update to 1.58.0 atk
@ 2021-07-10  3:33 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2021-07-10  3:33 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.58.0
https://github.com/void-linux/void-packages/pull/31869

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-07-10  3:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 10:24 [PR PATCH] vscode: update to 1.58.0 atk
2021-07-10  3:33 ` [PR PATCH] [Merged]: " ericonr

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