Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / code


Commits:
26cf968a by Massimiliano Torromeo at 2023-08-08T23:57:03+02:00
upgpkg: 1.81.0-1

- - - - -


2 changed files:

- PKGBUILD
- clipath.patch


Changes:

=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgdesc='The Open Source build of Visual Studio Code (vscode) 
editor'
 # Important: Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
 # Important: Remember to check 
https://github.com/microsoft/vscode/blob/master/.yarnrc (choose correct tag) 
for target electron version
 _electron=electron22
-pkgver=1.79.2
+pkgver=1.81.0
 pkgrel=1
 arch=('x86_64')
 url='https://github.com/microsoft/vscode'
@@ -27,7 +27,7 @@ sha512sums=('SKIP'
             
'6e8ee1df4dd982434a8295ca99e786a536457c86c34212546e548b115081798c5492a79f99cd5a3f1fa30fb71d29983aaabc2c79f4895d4a709d8354e9e2eade'
             
'f949779dde4e3fe72f8a62db20edffc3e093c7209981e089f91e7d369274639a66b8cbf95cbdea4f3ea36e219d91e0abadb30f9c8e19e37d6077f9545e55a9a0'
             
'b1aa0d7c5b3e3e8ba1172822d75ea38e90efc431b270e0b4ca9e45bf9c0be0f60922c8618969ef071b5b6dbd9ac9f030294f1bf49bcc28c187b46d113dca63a7'
-            
'53c68ed0a4bffa4b19e5ca3de8322870611bca790db84ad60033f1a6ca79d2d95ddd00cfceec2ff4e922240537b5d002c6385e083cf1d0e69df867b5e1d8e197')
+            
'9809c9719b04c00d46477e2786a64ec40867096d287d68c97b31a881545e734d4f97d73c7c75e8fc0727f288ef696d169bbaf989a0cb9f8d5c8e2f045b89c60f')
 
 # Even though we don't officially support other archs, let's
 # allow the user to use this PKGBUILD to compile the package


=====================================
clipath.patch
=====================================
@@ -1,8 +1,8 @@
 diff --git a/src/vs/code/node/cli.ts b/src/vs/code/node/cli.ts
-index 01f5c343bc6..acbc1789314 100644
+index 3b823317303..095fcd9e34d 100644
 --- a/src/vs/code/node/cli.ts
 +++ b/src/vs/code/node/cli.ts
-@@ -44,7 +44,7 @@ export async function main(argv: string[]): Promise<any> {
+@@ -45,7 +45,7 @@ export async function main(argv: string[]): Promise<any> {
        let args: NativeParsedArgs;
  
        try {
@@ -12,19 +12,10 @@ index 01f5c343bc6..acbc1789314 100644
                console.error(err.message);
                return;
 diff --git a/src/vs/platform/native/electron-main/nativeHostMainService.ts 
b/src/vs/platform/native/electron-main/nativeHostMainService.ts
-index c0f093010fc..9569dba5570 100644
+index af0e0cfe14c..aaa96fc1b56 100644
 --- a/src/vs/platform/native/electron-main/nativeHostMainService.ts
 +++ b/src/vs/platform/native/electron-main/nativeHostMainService.ts
-@@ -12,7 +12,7 @@ import { Emitter, Event } from 'vs/base/common/event';
- import { Disposable } from 'vs/base/common/lifecycle';
- import { Schemas } from 'vs/base/common/network';
- import { dirname, join, resolve } from 'vs/base/common/path';
--import { isLinux, isLinuxSnap, isMacintosh, isWindows } from 
'vs/base/common/platform';
-+import { isLinuxSnap, isMacintosh, isWindows } from 'vs/base/common/platform';
- import { AddFirstParameterToFunctions } from 'vs/base/common/types';
- import { URI } from 'vs/base/common/uri';
- import { realpath } from 'vs/base/node/extpath';
-@@ -527,31 +527,7 @@ export class NativeHostMainService extends Disposable 
implements INativeHostMain
+@@ -498,31 +498,7 @@ export class NativeHostMainService extends Disposable 
implements INativeHostMain
  
        @memoize
        private get cliPath(): string {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/26cf968a8ec5e4849d533e71668eabc615fddf2f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/code/-/commit/26cf968a8ec5e4849d533e71668eabc615fddf2f
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to