vscode: update to 1.39.0
[ci skip]
This commit is contained in:
parent
0c90591f34
commit
02f14efd44
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
diff --git a/resources/linux/bin/code.sh b/resources/linux/bin/code.sh
|
diff --git a/resources/linux/bin/code.sh b/resources/linux/bin/code.sh
|
||||||
index 55f50b6f1c14..16b73343e6ea 100755
|
index 564f13ef95..0aa2b48fab 100755
|
||||||
--- a/resources/linux/bin/code.sh
|
--- a/resources/linux/bin/code.sh
|
||||||
+++ b/resources/linux/bin/code.sh
|
+++ b/resources/linux/bin/code.sh
|
||||||
@@ -26,7 +26,7 @@ else
|
@@ -35,7 +35,7 @@ else
|
||||||
VSCODE_PATH="$(dirname $(readlink -f $0))/.."
|
VSCODE_PATH="$(dirname $(readlink -f $0))/.."
|
||||||
else
|
else
|
||||||
# else use the standard install location
|
# else use the standard install location
|
||||||
|
@ -12,14 +12,14 @@ index 55f50b6f1c14..16b73343e6ea 100755
|
||||||
fi
|
fi
|
||||||
|
|
||||||
diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop
|
diff --git a/resources/linux/code.desktop b/resources/linux/code.desktop
|
||||||
index dbc7818cecf3..eefe01f43397 100644
|
index 1273bb2db7..eefe01f433 100644
|
||||||
--- a/resources/linux/code.desktop
|
--- a/resources/linux/code.desktop
|
||||||
+++ b/resources/linux/code.desktop
|
+++ b/resources/linux/code.desktop
|
||||||
@@ -2,7 +2,7 @@
|
@@ -2,7 +2,7 @@
|
||||||
Name=@@NAME_LONG@@
|
Name=@@NAME_LONG@@
|
||||||
Comment=Code Editing. Redefined.
|
Comment=Code Editing. Redefined.
|
||||||
GenericName=Text Editor
|
GenericName=Text Editor
|
||||||
-Exec=/usr/share/@@NAME@@/@@NAME@@ --unity-launch %F
|
-Exec=@@EXEC@@ --unity-launch %F
|
||||||
+Exec=/usr/lib/@@NAME@@/@@NAME@@ --unity-launch %F
|
+Exec=/usr/lib/@@NAME@@/@@NAME@@ --unity-launch %F
|
||||||
Icon=@@ICON@@
|
Icon=@@ICON@@
|
||||||
Type=Application
|
Type=Application
|
||||||
|
@ -28,6 +28,6 @@ index dbc7818cecf3..eefe01f43397 100644
|
||||||
|
|
||||||
[Desktop Action new-empty-window]
|
[Desktop Action new-empty-window]
|
||||||
Name=New Empty Window
|
Name=New Empty Window
|
||||||
-Exec=/usr/share/@@NAME@@/@@NAME@@ --new-window %F
|
-Exec=@@EXEC@@ --new-window %F
|
||||||
+Exec=/usr/lib/@@NAME@@/@@NAME@@ --new-window %F
|
+Exec=/usr/lib/@@NAME@@/@@NAME@@ --new-window %F
|
||||||
Icon=@@ICON@@
|
Icon=@@ICON@@
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.38.1
|
version=1.39.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="pkg-config python nodejs-lts yarn"
|
hostmakedepends="pkg-config python nodejs-lts yarn"
|
||||||
makedepends="libxkbfile-devel libsecret-devel"
|
makedepends="libxkbfile-devel libsecret-devel"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||||
checksum=@5702ba67623c02065ad0cc01f0c7179a963086d68f4dc60a1c51055f9290f729
|
checksum=a2e3a718e3b10af4b4022315e35e6e144beea37b03deb3874054acbc9f86b514
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
# Due to electron
|
# Due to electron
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue