diff options
author | Erich Eckner <git@eckner.net> | 2021-07-01 10:25:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-07-01 10:25:32 +0200 |
commit | 6361dd5e3dbb113ca54898f37509c1c0e6928bab (patch) | |
tree | af4469604e9ac56fd73b0d1dbe3e66dd46cf7a27 /teams/PKGBUILD | |
parent | 2e4133b772a18da804f2790a29c5a6473a9acf17 (diff) | |
download | archlinuxewe-6361dd5e3dbb113ca54898f37509c1c0e6928bab.tar.xz |
teams: add _pinned_dependencies
Diffstat (limited to 'teams/PKGBUILD')
-rw-r--r-- | teams/PKGBUILD | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 7e5d2ee87..7b994157c 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -8,7 +8,43 @@ pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365 arch=('x86_64') url="https://teams.microsoft.com/downloads" license=('custom') -depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4") +_pinned_dependencies=( + 'at-spi2-atk=2.38.0' + 'at-spi2-core=2.40.2' + 'cairo=1.17.4' + 'gcc-libs=11.1.0' + 'glibc>=2.33' + 'libasound.so=2' + 'libatk-1.0.so=0' + 'libcups=1:2.3.3op2' + 'libdbus-1.so=3' + 'libdrm=2.4.106' + 'libexpat.so=1' + 'libgdk-3.so=0' + 'libgdk_pixbuf-2.0.so=0' + 'libgio-2.0.so=0' + 'libglib-2.0.so=0' + 'libgobject-2.0.so=0' + 'libgtk-3.so=0' + 'libpango-1.0.so=0' + 'libpangocairo-1.0.so=0' + 'libsecret-1.so=0' + 'libx11=1.7.2' + 'libxcb=1.14' + 'libxcomposite=0.4.5' + 'libxcursor=1.2.0' + 'libxdamage=1.1.5' + 'libxext=1.3.4' + 'libxfixes=6.0.0' + 'libxi=1.7.10' + 'libxrandr=1.5.2' + 'libxrender=0.9.10' + 'libxtst=1.2.3' + 'mesa=21.1.3' + 'nspr=4.31' + 'nss=3.67' +) +depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") optdepends=("libappindicator-gtk3: Systray indicator support" "org.freedesktop.secrets: Keyring password store support") conflicts=("ms-teams") |