Skip to content

Instantly share code, notes, and snippets.

@K900
Created April 3, 2018 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save K900/5531d613609001822c9ad0125952d2b1 to your computer and use it in GitHub Desktop.
Save K900/5531d613609001822c9ad0125952d2b1 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index 4770587..c79c2f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=code-git
pkgdesc='Microsoft Code for Linux, Open Source version from git'
-pkgver=1.16.0.r4621.g783a0aafad
+pkgver=1.16.0.r8766.g515e2b59f5
pkgrel=1
arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/Microsoft/vscode'
license=('MIT')
makedepends=('npm' 'nodejs>=6.8.0' 'gulp' 'python2' 'git' 'yarn')
-depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'libxtst' 'libxkbfile' 'nss'
+depends=('gtk3' 'gconf' 'libnotify' 'libxss' 'libxtst' 'libxkbfile' 'nss'
'alsa-lib')
conflicts=('visual-studio-code-git')
provides=('visual-studio-code-git')
@@ -21,7 +21,7 @@ source=("git+https://github.com/Microsoft/vscode"
sha256sums=('SKIP'
'4507d6aac23cc1135feb68c1fcaa8b4b41b42f4806575d38de0f93474a3fb8db'
'7447807230c09b80529e5cde4a1abfbb687937b16790b77a227ae39ba4c603ce'
- 'c402b3bd77530deea42315a9fb0fa4165926ff003179e0ac28b82c3f9acc93b4')
+ '5d22a04eab14ef504b1616d607e64f7573db1250b2699404ec8368863d7d6037')
case "$CARCH" in
i686)
diff --git a/product_json.patch b/product_json.patch
index 99ad76c..9c01aff 100644
--- a/product_json.patch
+++ b/product_json.patch
@@ -1,6 +1,7 @@
-diff -rupN a/product.json b/product.json
---- a/product.json 2016-09-08 14:48:45.419566181 -0700
-+++ b/product.json 2016-09-08 14:49:43.000000000 -0700
+diff --git a/product.json b/product.json
+index e1ff870df9..aee6197cf7 100644
+--- a/product.json
++++ b/product.json
@@ -1,6 +1,6 @@
{
"nameShort": "Code - OSS",
@@ -9,14 +10,14 @@ diff -rupN a/product.json b/product.json
"applicationName": "code-oss",
"dataFolderName": ".vscode-oss",
"win32MutexName": "vscodeoss",
-@@ -12,5 +12,15 @@
- "win32AppUserModelId": "Microsoft.CodeOSS",
- "darwinBundleIdentifier": "com.visualstudio.code.oss",
- "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
-- "urlProtocol": "code-oss"
+@@ -19,5 +19,15 @@
+ "extensionAllowedProposedApi": [
+ "ms-vscode.node-debug",
+ "ms-vscode.node-debug2"
+- ]
-}
\ No newline at end of file
-+ "urlProtocol": "code-oss",
++ ],
+ "quality": "stable",
+ "extensionsGallery": {
+ "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment