Skip to content

Commit

Permalink
vscode: fix symlink, add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shizonic authored and maxice8 committed Jan 31, 2019
1 parent 438cafb commit 0a57b92
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/vscode/template
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Template file for 'vscode'
pkgname=vscode
version=1.30.2
revision=1
revision=2
hostmakedepends="pkg-config python nodejs-lts yarn"
makedepends="libxkbfile-devel libsecret-devel"
depends="GConf libXtst libxkbfile nss"
depends="GConf libXtst libxkbfile nss dejavu-fonts-ttf"
short_desc="Microsoft Code for Linux"
maintainer="shizonic <realtiaz@gmail.com>"
license="MIT"
Expand Down Expand Up @@ -45,8 +45,8 @@ do_install() {
vmkdir usr/bin
ln -sf /usr/lib/code-oss/bin/code-oss ${DESTDIR}/usr/bin/
vmkdir usr/share/applications
ln -sf /usr/share/code-oss/resources/app/resources/linux/code.desktop ${DESTDIR}/usr/share/applications/code-oss.desktop
ln -sf /usr/lib/code-oss/resources/app/resources/linux/code.desktop ${DESTDIR}/usr/share/applications/code-oss.desktop
vmkdir usr/share/pixmaps
ln -sf /usr/share/code-oss/resources/app/resources/linux/code.png ${DESTDIR}/usr/share/pixmaps/code-oss.png
ln -sf /usr/lib/code-oss/resources/app/resources/linux/code.png ${DESTDIR}/usr/share/pixmaps/code-oss.png
vlicense LICENSE.txt
}

0 comments on commit 0a57b92

Please sign in to comment.