vscode: remove GConf dependency

[ci skip]
GConf is not needed and also a step toward #17254

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-16 21:37:22 -06:00 committed by Juan RP
parent 27b4ff6eac
commit bb71f39f7a
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template file for 'vscode'
pkgname=vscode
version=1.41.1
revision=1
revision=2
hostmakedepends="pkg-config python nodejs-lts yarn"
makedepends="libxkbfile-devel libsecret-devel"
depends="GConf libXtst libxkbfile nss dejavu-fonts-ttf"
depends="libXtst libxkbfile nss dejavu-fonts-ttf"
short_desc="Microsoft Code for Linux"
maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"