[visual-studio-code-bin] Disable stripping
See comment for rationale.
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = visual-studio-code-bin
|
||||
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||
pkgver = 1.97.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://code.visualstudio.com/
|
||||
install = visual-studio-code-bin.install
|
||||
arch = x86_64
|
||||
@@ -28,6 +28,7 @@ pkgbase = visual-studio-code-bin
|
||||
provides = code
|
||||
provides = vscode
|
||||
conflicts = code
|
||||
options = !strip
|
||||
source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.2/resources/linux/code.desktop
|
||||
source = code-url-handler.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.2/resources/linux/code-url-handler.desktop
|
||||
source = code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.2/resources/linux/code-workspace.xml
|
||||
|
||||
5
PKGBUILD
5
PKGBUILD
@@ -3,13 +3,16 @@
|
||||
pkgname=visual-studio-code-bin
|
||||
_pkgname=visual-studio-code
|
||||
pkgver=1.97.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||
arch=('x86_64' 'aarch64' 'armv7h')
|
||||
url="https://code.visualstudio.com/"
|
||||
license=('custom: commercial')
|
||||
provides=('code' 'vscode')
|
||||
conflicts=('code')
|
||||
# Upstream has signature verification for extensions and stripping breaks it
|
||||
# See https://github.com/microsoft/vscode/issues/223455#issuecomment-2610001754
|
||||
options=(!strip)
|
||||
install=$pkgname.install
|
||||
# lsof: needed for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
|
||||
# xdg-utils: needed for opening web links with xdg-open
|
||||
|
||||
Reference in New Issue
Block a user