[visual-studio-code-bin] Add alsa-lib dependency
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = visual-studio-code-bin
|
pkgbase = visual-studio-code-bin
|
||||||
pkgdesc = Visual Studio Code (vscode): 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.71.0
|
pkgver = 1.71.0
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://code.visualstudio.com/
|
url = https://code.visualstudio.com/
|
||||||
install = visual-studio-code-bin.install
|
install = visual-studio-code-bin.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -21,6 +21,7 @@ pkgbase = visual-studio-code-bin
|
|||||||
depends = lsof
|
depends = lsof
|
||||||
depends = shared-mime-info
|
depends = shared-mime-info
|
||||||
depends = xdg-utils
|
depends = xdg-utils
|
||||||
|
depends = alsa-lib
|
||||||
optdepends = glib2: Needed for move to trash functionality
|
optdepends = glib2: Needed for move to trash functionality
|
||||||
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
optdepends = libdbusmenu-glib: Needed for KDE global menu
|
||||||
optdepends = org.freedesktop.secrets: Needed for settings sync
|
optdepends = org.freedesktop.secrets: Needed for settings sync
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -3,7 +3,7 @@
|
|||||||
pkgname=visual-studio-code-bin
|
pkgname=visual-studio-code-bin
|
||||||
_pkgname=visual-studio-code
|
_pkgname=visual-studio-code
|
||||||
pkgver=1.71.0
|
pkgver=1.71.0
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Visual Studio Code (vscode): 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' 'aarch64' 'armv7h')
|
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
|
||||||
url="https://code.visualstudio.com/"
|
url="https://code.visualstudio.com/"
|
||||||
@@ -13,7 +13,7 @@ conflicts=('code')
|
|||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
# lsof: needed for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
|
# lsof: needed for terminal splitting, see https://github.com/Microsoft/vscode/issues/62991
|
||||||
# xdg-utils: needed for opening web links with xdg-open
|
# xdg-utils: needed for opening web links with xdg-open
|
||||||
depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info xdg-utils)
|
depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glibc lsof shared-mime-info xdg-utils alsa-lib)
|
||||||
optdepends=('glib2: Needed for move to trash functionality'
|
optdepends=('glib2: Needed for move to trash functionality'
|
||||||
'libdbusmenu-glib: Needed for KDE global menu'
|
'libdbusmenu-glib: Needed for KDE global menu'
|
||||||
'org.freedesktop.secrets: Needed for settings sync'
|
'org.freedesktop.secrets: Needed for settings sync'
|
||||||
|
|||||||
Reference in New Issue
Block a user