mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
vscode: update to 1.87.0
remove superfluous dependency to dejavu-fonts-ttf
This commit is contained in:
parent
2b2a999979
commit
68e38bdf88
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.86.1
|
version=1.87.0
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=24.3.0
|
_electronver=24.3.0
|
||||||
_npmver=8.6.0
|
_npmver=8.6.0
|
||||||
hostmakedepends="pkg-config python3 python3-setuptools nodejs yarn tar git ripgrep"
|
hostmakedepends="pkg-config python3 python3-setuptools nodejs yarn tar git ripgrep"
|
||||||
makedepends="libxkbfile-devel libsecret-devel libxml2-devel mit-krb5-devel ncurses-devel electron24"
|
makedepends="libxkbfile-devel libsecret-devel libxml2-devel mit-krb5-devel ncurses-devel electron24"
|
||||||
depends="libXtst ncurses nss dejavu-fonts-ttf xdg-utils ripgrep electron24"
|
depends="libXtst ncurses nss xdg-utils ripgrep electron24"
|
||||||
short_desc="Microsoft Code for Linux"
|
short_desc="Microsoft Code for Linux"
|
||||||
maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alexthkloss@web.de>"
|
maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alexthkloss@web.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=d3942febb8e6dea1f3f473d3035450a09d678e2dbea5412f784814c16fb0bdf6
|
checksum=ab853075f8c399f64ded6358aa79db7ee069cbd13f4b86b00fe2cb14c02a19e9
|
||||||
nocross=yes # x64 build does not cut it, it contains native code
|
nocross=yes # x64 build does not cut it, it contains native code
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue