summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2017-11-09 15:10:38 +0100
committerD. Can Celasun2017-11-09 15:10:38 +0100
commit45fbf381058bbccad6cc1bb528e1244f1e218bd7 (patch)
tree2104e51364ad7a373ea439b876a8370bfaeddbef
parent5dd1565da11fd2aecdbe81871ae412e73b922229 (diff)
downloadaur-45fbf381058bbccad6cc1bb528e1244f1e218bd7.tar.gz
Move gvfs and gconf to optdepends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcda0110cf69..e6fc65c43aa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Nov 9 05:29:23 UTC 2017
+# Thu Nov 9 14:09:28 UTC 2017
pkgbase = visual-studio-code
pkgdesc = Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)
pkgver = 1.18.0
- pkgrel = 1
+ pkgrel = 2
url = https://code.visualstudio.com/
arch = x86_64
arch = i686
@@ -14,12 +14,12 @@ pkgbase = visual-studio-code
depends = python
depends = cairo
depends = alsa-lib
- depends = gconf
depends = nss
depends = gcc-libs
depends = libnotify
depends = libxss
- depends = gvfs
+ optdepends = gvfs: Needed for move to trash functionality
+ optdepends = gconf
provides = vscode,visualstudiocode
source_x86_64 = code_x64_1.18.0.tar.gz::https://vscode-update.azurewebsites.net/1.18.0/linux-x64/stable
source_x86_64 = visual-studio-code.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 3649c4bd457d..4b0eea27ff8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=visual-studio-code
pkgver=1.18.0
-pkgrel=1
+pkgrel=2
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'i686')
url="https://code.visualstudio.com/"
license=('custom: commercial')
provides=('vscode','visualstudiocode')
-depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify libxss gvfs)
+depends=(fontconfig libxtst gtk2 python cairo alsa-lib nss gcc-libs libnotify libxss)
+optdepends=('gvfs: Needed for move to trash functionality'
+ 'gconf')
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
${pkgname}.desktop
)