[visual-studio-code-bin] Update optdepends
This commit is contained in:
7
.SRCINFO
7
.SRCINFO
@@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Oct 18 05:30:24 UTC 2018
|
# Sun Oct 28 06:49:53 UTC 2018
|
||||||
pkgbase = visual-studio-code-bin
|
pkgbase = visual-studio-code-bin
|
||||||
pkgdesc = Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)
|
pkgdesc = Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)
|
||||||
pkgver = 1.28.2
|
pkgver = 1.28.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -22,6 +22,7 @@ pkgbase = visual-studio-code-bin
|
|||||||
depends = glibc>=2.28-4
|
depends = glibc>=2.28-4
|
||||||
optdepends = gvfs: Needed for move to trash functionality
|
optdepends = gvfs: Needed for move to trash functionality
|
||||||
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||||
|
optdepends = python-pylint: Linter support for Python
|
||||||
provides = code
|
provides = code
|
||||||
conflicts = code
|
conflicts = code
|
||||||
source_x86_64 = code_x64_1.28.2.tar.gz::https://vscode-update.azurewebsites.net/1.28.2/linux-x64/stable
|
source_x86_64 = code_x64_1.28.2.tar.gz::https://vscode-update.azurewebsites.net/1.28.2/linux-x64/stable
|
||||||
|
|||||||
8
PKGBUILD
8
PKGBUILD
@@ -3,15 +3,17 @@
|
|||||||
pkgname=visual-studio-code-bin
|
pkgname=visual-studio-code-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.28.2
|
pkgver=1.28.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Visual Studio Code: Editor for building and debugging modern web and cloud applications (official binary version)"
|
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
license=('custom: commercial')
|
license=('custom: commercial')
|
||||||
provides=('code')
|
provides=('code')
|
||||||
conflicts=('code')
|
conflicts=('code')
|
||||||
depends=(fontconfig libxtst gtk3 python cairo alsa-lib nss gcc-libs libnotify libxss gconf 'glibc>=2.28-4')
|
depends=(fontconfig libxtst gtk3 python cairo alsa-lib nss gcc-libs libnotify libxss gconf 'glibc>=2.28-4')
|
||||||
optdepends=('gvfs: Needed for move to trash functionality' 'libdbusmenu-glib: Needed for KDE global menu')
|
optdepends=('gvfs: Needed for move to trash functionality'
|
||||||
|
'libdbusmenu-glib: Needed for KDE global menu'
|
||||||
|
'python-pylint: Linter support for Python')
|
||||||
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable
|
||||||
${_pkgname}.desktop
|
${_pkgname}.desktop
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user