summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
-rw-r--r--code.desktop2
-rw-r--r--product_json.patch16
4 files changed, 18 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c72477139d32..815f292a785e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 26 17:03:10 UTC 2018
+# Thu Feb 8 17:45:57 UTC 2018
pkgbase = code
pkgdesc = Microsoft Code -- The Open Source build of Visual Studio Code (vscode)
- pkgver = 1.19.3
+ pkgver = 1.20.0
pkgrel = 1
url = https://github.com/Microsoft/vscode
arch = i686
@@ -27,14 +27,14 @@ pkgbase = code
provides = visual-studio-code-oss
conflicts = vscode-oss
conflicts = visual-studio-code-oss
- source = vscode::git+https://github.com/Microsoft/vscode#tag=v1.19.3
+ source = vscode::git+https://github.com/Microsoft/vscode#tag=1.20.0
source = code.desktop
source = startup_script.patch
source = product_json.patch
sha256sums = SKIP
- sha256sums = f472fb49852ae9048966f02278110efbbe451192a8ae312ec05d1c31093a0ff4
+ sha256sums = cd10a8532c0722298098cd9657df4ef05fcfe952e5be41f2294f50bb562a23dc
sha256sums = 8b2feded3382e5bf6b5b292c14083bfc536c05cd00f3235dd22b75b67fba134d
- sha256sums = 7970996eaddbb0265373e71c5452064465472ebb5bd6a393b94e8b84bde24854
+ sha256sums = 055bd73b72d7289dfc3834f2e7b2359d8c5ffea6f2fd266df7bad96bb6a7f3f6
pkgname = code
diff --git a/PKGBUILD b/PKGBUILD
index 0ee1088f5f46..e6a5b1939c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
pkgname=code
pkgdesc='Microsoft Code -- The Open Source build of Visual Studio Code (vscode)'
-pkgver=1.19.3
-_pkgver=v$pkgver
+pkgver=1.20.0
pkgrel=1
arch=('i686' 'x86_64' 'armv7h')
url='https://github.com/Microsoft/vscode'
@@ -15,14 +14,14 @@ depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'libxtst' 'libxkbfile' 'nss'
conflicts=('vscode-oss' 'visual-studio-code-oss')
provides=('vscode-oss' 'visual-studio-code-oss')
-source=("vscode::git+https://github.com/Microsoft/vscode#tag=${_pkgver}"
+source=("vscode::git+https://github.com/Microsoft/vscode#tag=${pkgver}"
"${pkgname}.desktop"
"startup_script.patch"
"product_json.patch")
sha256sums=('SKIP'
- 'f472fb49852ae9048966f02278110efbbe451192a8ae312ec05d1c31093a0ff4'
+ 'cd10a8532c0722298098cd9657df4ef05fcfe952e5be41f2294f50bb562a23dc'
'8b2feded3382e5bf6b5b292c14083bfc536c05cd00f3235dd22b75b67fba134d'
- '7970996eaddbb0265373e71c5452064465472ebb5bd6a393b94e8b84bde24854')
+ '055bd73b72d7289dfc3834f2e7b2359d8c5ffea6f2fd266df7bad96bb6a7f3f6')
case "$CARCH" in
i686)
diff --git a/code.desktop b/code.desktop
index 8a15436a0bab..c2d06fa1d4a8 100644
--- a/code.desktop
+++ b/code.desktop
@@ -8,7 +8,7 @@ Exec=/usr/bin/code-oss --unity-launch %F
Icon=/usr/share/code-oss/resources/app/resources/linux/code.png
Type=Application
StartupNotify=true
-StartupWMClass=code-oss
+StartupWMClass=Code - OSS
Categories=Utility;TextEditor;Development;IDE;
MimeType=text/plain;inode/directory;
Actions=new-window;
diff --git a/product_json.patch b/product_json.patch
index 48ed80be3bd8..0bea9b5d41c5 100644
--- a/product_json.patch
+++ b/product_json.patch
@@ -1,14 +1,14 @@
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
-@@ -12,5 +12,15 @@
- "win32AppUserModelId": "Microsoft.CodeOSS",
- "darwinBundleIdentifier": "com.visualstudio.code.oss",
- "reportIssueUrl": "https://github.com/Microsoft/vscode/issues/new",
-- "urlProtocol": "code-oss"
+--- a/product.json 2018-02-08 09:33:36.318636387 -0800
++++ b/product.json 2018-02-08 09:34:55.559500099 -0800
+@@ -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",