[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
|
pkgbase = visual-studio-code-bin
|
||||||
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||||
pkgver = 1.97.2
|
pkgver = 1.97.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
install = visual-studio-code-bin.install
|
install = visual-studio-code-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -28,6 +28,7 @@ pkgbase = visual-studio-code-bin
|
|||||||
provides = code
|
provides = code
|
||||||
provides = vscode
|
provides = vscode
|
||||||
conflicts = code
|
conflicts = code
|
||||||
|
options = !strip
|
||||||
source = code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode/1.97.2/resources/linux/code.desktop
|
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-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
|
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-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.97.2
|
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)"
|
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||||
arch=('x86_64' 'aarch64' 'armv7h')
|
arch=('x86_64' 'aarch64' 'armv7h')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
license=('custom: commercial')
|
license=('custom: commercial')
|
||||||
provides=('code' 'vscode')
|
provides=('code' 'vscode')
|
||||||
conflicts=('code')
|
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
|
install=$pkgname.install
|
||||||
# lsof: needed for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
|
# lsof: needed for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
|
||||||
# xdg-utils: needed for opening web links with xdg-open
|
# xdg-utils: needed for opening web links with xdg-open
|
||||||
|
|||||||
Reference in New Issue
Block a user