[arch-commits] Commit in code/trunk (PKGBUILD enable-proposed-apis.diff)

Filipe Laíns ffy00 at archlinux.org
Fri Jun 14 20:53:06 UTC 2019


    Date: Friday, June 14, 2019 @ 20:53:06
  Author: ffy00
Revision: 481503

upgpkg: code 1.35.1-1

Added:
  code/trunk/enable-proposed-apis.diff
Modified:
  code/trunk/PKGBUILD

---------------------------+
 PKGBUILD                  |   11 ++++++-----
 enable-proposed-apis.diff |   13 +++++++++++++
 2 files changed, 19 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 20:46:54 UTC (rev 481502)
+++ PKGBUILD	2019-06-14 20:53:06 UTC (rev 481503)
@@ -5,8 +5,8 @@
 pkgname=code
 pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
 # Remember to check https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for target node version
-pkgver=1.35.0
-pkgrel=2
+pkgver=1.35.1
+pkgrel=1
 arch=('x86_64')
 url='https://github.com/Microsoft/vscode'
 license=('MIT')
@@ -18,12 +18,12 @@
         'code.js'
         'code.sh'
         'product_json.diff'
-        'code-liveshare.diff')
+        'enable-proposed-apis.diff')
 sha512sums=('SKIP'
             '814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
             '0e75ee88274cbaf48c59ef6f363f6b8ac2ea83f8b17a61155008db773b709a1f0233754fa63a136ec0417313ba90a7eb17db000ec22a38ca8840d8ba6c47cab1'
             '8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40'
-            '0bd10ca06dea22854e47fc45d833756ee8d7bf714c88f63feef44e0b0b5da052fba3c27d001865e3389f391cd7b888d92dc0ba44029fa5c736225da3cf2f9a46')
+            'b267dcedaf51067a782d0f14007663b706973c1538f7fb91f093475134c2145fd0ffd5ed2b47ad7f01c6167a78a4af285d2818d7850fc67a7f7a473324824664')
 
 # Even though we don't officially support other archs, let's
 # allow the user to use this PKGBUILD to compile the package
@@ -57,7 +57,8 @@
   sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
 
   # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  patch -p1 < ../code-liveshare.diff
+  # Also, https://github.com/microsoft/vscode/issues/48946
+  patch -p1 < ../enable-proposed-apis.diff
 
   # Build native modules for system electron
   local _target=$(</usr/lib/electron/version)

Added: enable-proposed-apis.diff
===================================================================
--- enable-proposed-apis.diff	                        (rev 0)
+++ enable-proposed-apis.diff	2019-06-14 20:53:06 UTC (rev 481503)
@@ -0,0 +1,13 @@
+diff --git a/product.json b/product.json
+index b250c66fc4..8a9befcfbb 100644
+--- a/product.json
++++ b/product.json
+@@ -19,6 +19,8 @@
+ 	"reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
+ 	"urlProtocol": "code-oss",
+ 	"extensionAllowedProposedApi": [
++		"ms-vsliveshare.vsliveshare",
++		"ms-vscode-remote.remote-ssh",
+ 		"ms-vscode.references-view"
+ 	],
+ 	"quality": "stable",



More information about the arch-commits mailing list