Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.56.0
@ 2021-05-06  7:22 atk
  2021-05-06  7:25 ` Johnnynator
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: atk @ 2021-05-06  7:22 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.56.0
https://github.com/void-linux/void-packages/pull/30700

vscode: update to 1.56.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/30700.patch is attached

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

From a003a103d3e543df9236d93b41b0545a6387dde4 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 6 May 2021 09:21:37 +0200
Subject: [PATCH] vscode: update to 1.56.0

---
 srcpkgs/vscode/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 50304de55eee..9ffdac9d643d 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,7 +1,7 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.55.2
-revision=2
+version=1.56.0
+revision=1
 _electronver=10.4.3
 hostmakedepends="pkg-config python nodejs yarn tar git"
 makedepends="libxkbfile-devel libsecret-devel electron10"
@@ -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=43cb929a0fd3d569ff8a734df7a97a02c3d1107eda4c195d97835e6d08432cbc
+checksum=ccc1045d10b3b35a4f2fba5c536c902addac22f63c8e1c781ec636edf74358cc
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.56.0
  2021-05-06  7:22 [PR PATCH] vscode: update to 1.56.0 atk
@ 2021-05-06  7:25 ` Johnnynator
  2021-05-06  9:34 ` [PR PATCH] [Updated] " atk
  2021-05-06  9:34 ` atk
  2 siblings, 0 replies; 4+ messages in thread
From: Johnnynator @ 2021-05-06  7:25 UTC (permalink / raw)
  To: ml

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

New comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/30700#issuecomment-833295819

Comment:
Pls also update the electron Version in the template to the 12 series.

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

* Re: [PR PATCH] [Updated] vscode: update to 1.56.0
  2021-05-06  7:22 [PR PATCH] vscode: update to 1.56.0 atk
  2021-05-06  7:25 ` Johnnynator
@ 2021-05-06  9:34 ` atk
  2021-05-06  9:34 ` atk
  2 siblings, 0 replies; 4+ messages in thread
From: atk @ 2021-05-06  9:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atk/void-packages vscode-1.56.0
https://github.com/void-linux/void-packages/pull/30700

vscode: update to 1.56.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/30700.patch is attached

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

From c95991bc9a3c4f1505d16dcbc396dddf3448ceaf Mon Sep 17 00:00:00 2001
From: Alex Lohr <alex.lohr@logmein.com>
Date: Thu, 6 May 2021 09:21:37 +0200
Subject: [PATCH] vscode: update to 1.56.0

---
 srcpkgs/vscode/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 50304de55eee..8ee840e0d8a7 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,17 +1,17 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.55.2
-revision=2
-_electronver=10.4.3
+version=1.56.0
+revision=1
+_electronver=12.0.4
 hostmakedepends="pkg-config python nodejs yarn tar git"
-makedepends="libxkbfile-devel libsecret-devel electron10"
-depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron10"
+makedepends="libxkbfile-devel libsecret-devel electron12"
+depends="libXtst libxkbfile nss dejavu-fonts-ttf xdg-utils ripgrep electron12"
 short_desc="Microsoft Code for Linux"
 maintainer="shizonic <realtiaz@gmail.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
-checksum=43cb929a0fd3d569ff8a734df7a97a02c3d1107eda4c195d97835e6d08432cbc
+checksum=ccc1045d10b3b35a4f2fba5c536c902addac22f63c8e1c781ec636edf74358cc
 patch_args="-Np1"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then

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

* Re: vscode: update to 1.56.0
  2021-05-06  7:22 [PR PATCH] vscode: update to 1.56.0 atk
  2021-05-06  7:25 ` Johnnynator
  2021-05-06  9:34 ` [PR PATCH] [Updated] " atk
@ 2021-05-06  9:34 ` atk
  2 siblings, 0 replies; 4+ messages in thread
From: atk @ 2021-05-06  9:34 UTC (permalink / raw)
  To: ml

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

New comment by atk on void-packages repository

https://github.com/void-linux/void-packages/pull/30700#issuecomment-833384357

Comment:
updated to electron12.

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

end of thread, other threads:[~2021-05-06  9:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06  7:22 [PR PATCH] vscode: update to 1.56.0 atk
2021-05-06  7:25 ` Johnnynator
2021-05-06  9:34 ` [PR PATCH] [Updated] " atk
2021-05-06  9:34 ` atk

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