Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.36.1.
@ 2019-07-10 15:44 voidlinux-github
  2019-07-10 16:17 ` voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-10 15:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluisioASG/void-packages vscode-1.36.1
https://github.com/void-linux/void-packages/pull/12966

vscode: update to 1.36.1.


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

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

From 6ccc87cf6e39ab61b0670bdba94da82449ea8dc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Wed, 10 Jul 2019 12:25:14 -0300
Subject: [PATCH] vscode: update to 1.36.1.

---
 common/shlibs           | 1 +
 srcpkgs/vscode/template | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 7629d868216..8ecd7bdb037 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -127,6 +127,7 @@ libGLESv2.so discord-0.0.7_1
 libGLESv2.so keybase-desktop-3.1.2_1
 libGLESv2.so riot-desktop-0.17.9_2
 libGLESv2.so wire-desktop-3.6.2885_1
+libGLESv2.so vscode-1.36.1_1
 libGLESv2.so Signal-Desktop-1.23.2_1
 libGLESv2.so slack-desktop-3.4.2_1
 libbrcmEGL.so rpi-userland-20180103_2
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 786394eaefa..2ca4af6035a 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.35.1
+version=1.36.1
 revision=1
 hostmakedepends="pkg-config python nodejs-lts yarn"
 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=6a5bab018f35727897140d410a3d0ebaa640d6c75ee8053a1cd5e02ece5714e9
+checksum=24b9f4046bd8ef7edb663429a58bf7dbe3acc22487a2946a4e5ead216415c065
 patch_args="-Np1"
 
 # Due to electron
@@ -35,8 +35,11 @@ pre_build() {
 
 do_build() {
 	export NODE_OPTIONS="${_mem_limit}"
-	# Remove once nodejs-lts >= 10; see node-gyp issue 1457.
+	# Remove once nodejs-lts >= 10; see node-gyp issue 1457 and
+	# electron/node issue 64.
 	export npm_config_build_v8_with_gn="false"
+	export npm_config_enable_lto="false"
+
 	yarn install --ignore-engines --arch=${_ARCH}
 	yarn run gulp vscode-linux-${_ARCH}-min
 }

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

* Re: vscode: update to 1.36.1.
  2019-07-10 15:44 [PR PATCH] vscode: update to 1.36.1 voidlinux-github
@ 2019-07-10 16:17 ` voidlinux-github
  2019-07-11 13:51 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-10 16:17 UTC (permalink / raw)
  To: ml

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

New comment by AluisioASG on void-packages repository

https://github.com/void-linux/void-packages/pull/12966#issuecomment-510130354
Comment:
Build failed because of API limits. Forgot to [ci skip].

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

* Re: [PR PATCH] [Updated] vscode: update to 1.36.1.
  2019-07-10 15:44 [PR PATCH] vscode: update to 1.36.1 voidlinux-github
  2019-07-10 16:17 ` voidlinux-github
@ 2019-07-11 13:51 ` voidlinux-github
  2019-07-11 13:51 ` voidlinux-github
  2019-07-16 13:54 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-11 13:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluisioASG/void-packages vscode-1.36.1
https://github.com/void-linux/void-packages/pull/12966

vscode: update to 1.36.1.


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

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

From 542b532796955a29cbd51d675d77d43c6c1a5d5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Wed, 10 Jul 2019 12:25:14 -0300
Subject: [PATCH] vscode: update to 1.36.1.

[ci skip]
---
 common/shlibs           | 1 +
 srcpkgs/vscode/template | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3e836fa7a05..943ed6e3e03 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -127,6 +127,7 @@ libGLESv2.so discord-0.0.7_1
 libGLESv2.so keybase-desktop-3.1.2_1
 libGLESv2.so riot-desktop-0.17.9_2
 libGLESv2.so wire-desktop-3.6.2885_1
+libGLESv2.so vscode-1.36.1_1
 libGLESv2.so Signal-Desktop-1.23.2_1
 libGLESv2.so slack-desktop-3.4.2_1
 libbrcmEGL.so rpi-userland-20180103_2
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 786394eaefa..2ca4af6035a 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.35.1
+version=1.36.1
 revision=1
 hostmakedepends="pkg-config python nodejs-lts yarn"
 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=6a5bab018f35727897140d410a3d0ebaa640d6c75ee8053a1cd5e02ece5714e9
+checksum=24b9f4046bd8ef7edb663429a58bf7dbe3acc22487a2946a4e5ead216415c065
 patch_args="-Np1"
 
 # Due to electron
@@ -35,8 +35,11 @@ pre_build() {
 
 do_build() {
 	export NODE_OPTIONS="${_mem_limit}"
-	# Remove once nodejs-lts >= 10; see node-gyp issue 1457.
+	# Remove once nodejs-lts >= 10; see node-gyp issue 1457 and
+	# electron/node issue 64.
 	export npm_config_build_v8_with_gn="false"
+	export npm_config_enable_lto="false"
+
 	yarn install --ignore-engines --arch=${_ARCH}
 	yarn run gulp vscode-linux-${_ARCH}-min
 }

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

* Re: [PR PATCH] [Updated] vscode: update to 1.36.1.
  2019-07-10 15:44 [PR PATCH] vscode: update to 1.36.1 voidlinux-github
  2019-07-10 16:17 ` voidlinux-github
  2019-07-11 13:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-07-11 13:51 ` voidlinux-github
  2019-07-16 13:54 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-11 13:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AluisioASG/void-packages vscode-1.36.1
https://github.com/void-linux/void-packages/pull/12966

vscode: update to 1.36.1.


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

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

From 542b532796955a29cbd51d675d77d43c6c1a5d5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alu=C3=ADsio=20Augusto=20Silva=20Gon=C3=A7alves?=
 <aluisio@aasg.name>
Date: Wed, 10 Jul 2019 12:25:14 -0300
Subject: [PATCH] vscode: update to 1.36.1.

[ci skip]
---
 common/shlibs           | 1 +
 srcpkgs/vscode/template | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 3e836fa7a05..943ed6e3e03 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -127,6 +127,7 @@ libGLESv2.so discord-0.0.7_1
 libGLESv2.so keybase-desktop-3.1.2_1
 libGLESv2.so riot-desktop-0.17.9_2
 libGLESv2.so wire-desktop-3.6.2885_1
+libGLESv2.so vscode-1.36.1_1
 libGLESv2.so Signal-Desktop-1.23.2_1
 libGLESv2.so slack-desktop-3.4.2_1
 libbrcmEGL.so rpi-userland-20180103_2
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 786394eaefa..2ca4af6035a 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.35.1
+version=1.36.1
 revision=1
 hostmakedepends="pkg-config python nodejs-lts yarn"
 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=6a5bab018f35727897140d410a3d0ebaa640d6c75ee8053a1cd5e02ece5714e9
+checksum=24b9f4046bd8ef7edb663429a58bf7dbe3acc22487a2946a4e5ead216415c065
 patch_args="-Np1"
 
 # Due to electron
@@ -35,8 +35,11 @@ pre_build() {
 
 do_build() {
 	export NODE_OPTIONS="${_mem_limit}"
-	# Remove once nodejs-lts >= 10; see node-gyp issue 1457.
+	# Remove once nodejs-lts >= 10; see node-gyp issue 1457 and
+	# electron/node issue 64.
 	export npm_config_build_v8_with_gn="false"
+	export npm_config_enable_lto="false"
+
 	yarn install --ignore-engines --arch=${_ARCH}
 	yarn run gulp vscode-linux-${_ARCH}-min
 }

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

* Re: [PR PATCH] [Merged]: vscode: update to 1.36.1.
  2019-07-10 15:44 [PR PATCH] vscode: update to 1.36.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-07-11 13:51 ` voidlinux-github
@ 2019-07-16 13:54 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-07-16 13:54 UTC (permalink / raw)
  To: ml

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

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

vscode: update to 1.36.1.
https://github.com/void-linux/void-packages/pull/12966
Description: 

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

end of thread, other threads:[~2019-07-16 13:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-10 15:44 [PR PATCH] vscode: update to 1.36.1 voidlinux-github
2019-07-10 16:17 ` voidlinux-github
2019-07-11 13:51 ` [PR PATCH] [Updated] " voidlinux-github
2019-07-11 13:51 ` voidlinux-github
2019-07-16 13:54 ` [PR PATCH] [Merged]: " voidlinux-github

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