vscode: update to 1.89.0

This commit is contained in:
Alex Lohr 2024-05-03 11:50:48 +02:00 committed by classabbyamp
parent ed1a6296e6
commit 05e4ae93b5
2 changed files with 5 additions and 5 deletions
srcpkgs/vscode

View File

@ -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

View File

@ -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 <realtiaz@gmail.com>, Alex Lohr <alexthkloss@web.de>"
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