vscode: update to 1.87.0

remove superfluous dependency to dejavu-fonts-ttf
This commit is contained in:
Alex Lohr 2024-02-29 17:10:04 +01:00 committed by cinerea0
parent 2b2a999979
commit 68e38bdf88
1 changed files with 3 additions and 3 deletions

View File

@ -1,18 +1,18 @@
# Template file for 'vscode'
pkgname=vscode
version=1.86.1
version=1.87.0
revision=1
_electronver=24.3.0
_npmver=8.6.0
hostmakedepends="pkg-config python3 python3-setuptools nodejs yarn tar git ripgrep"
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"
maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alexthkloss@web.de>"
license="MIT"
homepage="https://code.visualstudio.com/"
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
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then