From 6361dd5e3dbb113ca54898f37509c1c0e6928bab Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 1 Jul 2021 10:25:32 +0200 Subject: teams: add _pinned_dependencies --- teams/PKGBUILD | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) (limited to 'teams/PKGBUILD') 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") -- cgit v1.2.3-70-g09d2