Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / steam
Commits: 4b045662 by Whyme Lyu at 2025-03-25T17:30:33+00:00 Reformat optdepends to be multiline - - - - - 3ea35824 by Whyme Lyu at 2025-03-25T17:30:33+00:00 Add lib32-libnm to optdepends according to upstream This is to be consistent with steam-jupiter-stable on Steam OS v3 - - - - - 5137f1de by Whyme Lyu at 2025-03-25T17:30:33+00:00 Add more lib32 deps according to upstream By "upstream" I mean the steam-jupiter-stable package on SteamOS v3 - - - - - cc2896a1 by Whyme Lyu at 2025-03-25T17:30:33+00:00 Add polkit to optdepends to setup Steam VR Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/steam/-/issues/3 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -36,20 +36,29 @@ depends=( gcc-libs ) depends_x86_64=( + lib32-fontconfig lib32-glibc lib32-libxcrypt lib32-libxcrypt-compat lib32-libgl lib32-gcc-libs + lib32-libva lib32-libx11 lib32-libxss + lib32-libxinerama lib32-alsa-plugins lib32-libgpg-error lib32-nss + lib32-pipewire + lib32-systemd lib32-vulkan-driver lib32-vulkan-icd-loader ) -optdepends=('steam-native-runtime: steam native runtime support') +optdepends=( + 'lib32-libnm: integration with networkmanager' + 'polkit: to setup SteamVR without root access' + 'steam-native-runtime: steam native runtime support' +) # the beta directory is a superset of stable and also contains the stable releases source=(https://repo.steampowered.com/${pkgname}/archive/stable/${pkgname}_${pkgver}{.tar.gz,.dsc} steam-runtime.sh) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/steam/-/compare/e516bc80e112ea1a5e28de68191f08dfb043ccd0...cc2896a1318d23c04ae266157410d2aee54eb730 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/steam/-/compare/e516bc80e112ea1a5e28de68191f08dfb043ccd0...cc2896a1318d23c04ae266157410d2aee54eb730 You're receiving this email because of your account on gitlab.archlinux.org.
