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:
parent
27b4ff6eac
commit
bb71f39f7a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue