mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 14:22:57 +02:00
vscode: update to 1.38.1.
[ci skip]
This commit is contained in:
parent
31d2f4fa1b
commit
6d5c2fc14d
1 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.36.1
|
version=1.38.1
|
||||||
revision=2
|
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"
|
||||||
depends="GConf libXtst libxkbfile nss dejavu-fonts-ttf"
|
depends="GConf libXtst libxkbfile nss dejavu-fonts-ttf"
|
||||||
|
@ -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=24b9f4046bd8ef7edb663429a58bf7dbe3acc22487a2946a4e5ead216415c065
|
checksum=@5702ba67623c02065ad0cc01f0c7179a963086d68f4dc60a1c51055f9290f729
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
|
|
||||||
# Due to electron
|
# Due to electron
|
||||||
|
@ -35,11 +35,6 @@ pre_build() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
export NODE_OPTIONS="${_mem_limit}"
|
export NODE_OPTIONS="${_mem_limit}"
|
||||||
# Remove once nodejs-lts >= 10; see node-gyp issue 1457 and
|
|
||||||
# electron/node issue 64.
|
|
||||||
export npm_config_build_v8_with_gn="false"
|
|
||||||
export npm_config_enable_lto="false"
|
|
||||||
|
|
||||||
yarn install --ignore-engines --arch=${_ARCH}
|
yarn install --ignore-engines --arch=${_ARCH}
|
||||||
yarn run gulp vscode-linux-${_ARCH}-min
|
yarn run gulp vscode-linux-${_ARCH}-min
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue