[visual-studio-code-bin] New optdepends, conflict with community package
This commit is contained in:
12
.SRCINFO
12
.SRCINFO
@@ -1,9 +1,9 @@
|
|||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Fri Sep 7 05:33:03 UTC 2018
|
# Tue Sep 11 05:27:32 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: Editor for building and debugging modern web and cloud applications (official binary version)
|
||||||
pkgver = 1.27.1
|
pkgver = 1.27.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -21,11 +21,9 @@ pkgbase = visual-studio-code-bin
|
|||||||
depends = gconf
|
depends = gconf
|
||||||
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
|
||||||
provides = vscode
|
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||||
provides = visualstudiocode
|
provides = code
|
||||||
provides = visual-studio-code
|
conflicts = code
|
||||||
conflicts = visual-studio-code
|
|
||||||
replaces = visual-studio-code
|
|
||||||
source_x86_64 = code_x64_1.27.1.tar.gz::https://vscode-update.azurewebsites.net/1.27.1/linux-x64/stable
|
source_x86_64 = code_x64_1.27.1.tar.gz::https://vscode-update.azurewebsites.net/1.27.1/linux-x64/stable
|
||||||
source_x86_64 = visual-studio-code.desktop
|
source_x86_64 = visual-studio-code.desktop
|
||||||
sha256sums_x86_64 = 733b6041431620f2e1caee639a2df3cc6eee418a2c370440909d243055c7f623
|
sha256sums_x86_64 = 733b6041431620f2e1caee639a2df3cc6eee418a2c370440909d243055c7f623
|
||||||
|
|||||||
9
PKGBUILD
9
PKGBUILD
@@ -3,16 +3,15 @@
|
|||||||
pkgname=visual-studio-code-bin
|
pkgname=visual-studio-code-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.27.1
|
pkgver=1.27.1
|
||||||
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: 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=('vscode' 'visualstudiocode' 'visual-studio-code')
|
provides=('code')
|
||||||
replaces=('visual-studio-code')
|
conflicts=('code')
|
||||||
conflicts=('visual-studio-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')
|
optdepends=('gvfs: Needed for move to trash functionality' 'libdbusmenu-glib: Needed for KDE global menu')
|
||||||
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