From 367f1e547e32eccc6eba4c695ca3edfda809b033 Mon Sep 17 00:00:00 2001 From: Alex Lohr Date: Fri, 3 May 2024 11:50:48 +0200 Subject: [PATCH] vscode: update to 1.89.0 --- srcpkgs/vscode/patches/fix_dir.patch | 6 +++--- srcpkgs/vscode/template | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/vscode/patches/fix_dir.patch b/srcpkgs/vscode/patches/fix_dir.patch index 1a79ac4115cb8f..dbe615623d3c31 100644 --- a/srcpkgs/vscode/patches/fix_dir.patch +++ b/srcpkgs/vscode/patches/fix_dir.patch @@ -1,5 +1,5 @@ diff --git a/resources/linux/bin/code.sh b/resources/linux/bin/code.sh -index 5fe68cb4f3e..2f7eba7b9a3 100755 +index 4f11f5b82e0..dda9effb53a 100755 --- a/resources/linux/bin/code.sh +++ b/resources/linux/bin/code.sh @@ -53,7 +53,7 @@ else @@ -25,14 +25,14 @@ index 7106e0e0969..faaff89d71c 100644 Type=Application NoDisplay=true diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop -index e2e3f534751..8e3ee8dccb6 100755 +index 4c939a2fab8..1f94f5fccfb 100755 --- a/resources/linux/code.desktop +++ b/resources/linux/code.desktop @@ -2,7 +2,7 @@ Name=@@NAME_LONG@@ Comment=Code Editing. Redefined. GenericName=Text Editor --Exec=@@EXEC@@ --unity-launch %F +-Exec=@@EXEC@@ %F +Exec=/usr/lib/@@NAME@@/bin/@@NAME@@ --unity-launch %F Icon=@@ICON@@ Type=Application diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template index 4ac28f8b42ae16..0216040fb1eda6 100644 --- a/srcpkgs/vscode/template +++ b/srcpkgs/vscode/template @@ -1,6 +1,6 @@ # Template file for 'vscode' pkgname=vscode -version=1.88.1 +version=1.89.0 revision=1 _electronver=24.3.0 _npmver=8.6.0 @@ -12,7 +12,7 @@ maintainer="shizonic , Alex Lohr " license="MIT" homepage="https://code.visualstudio.com/" distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz" -checksum=c66fc273b9105f400438d236bfdcc3a2d37c4189e60b8b9e9cdedb604668c73b +checksum=7b4652b00a0e0b75b0d7123427c28e5ecfb982bfebbe67ed9af29eb672c655b6 nocross=yes # x64 build does not cut it, it contains native code if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then