Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / steam
Commits: cb71bb72 by Christian Heusel at 2026-03-03T10:28:53+01:00 upgpkg: 1.0.0.85-5: Add xorg-fonts-misc optdep Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/steam/-/issues/25 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = steam pkgdesc = Valve's digital software delivery system pkgver = 1.0.0.85 - pkgrel = 4 + pkgrel = 5 url = https://steampowered.com/ arch = x86_64 license = LicenseRef-steam-subscriber-agreement @@ -50,6 +50,7 @@ pkgname = steam depends = steam-devices optdepends = polkit: to setup SteamVR without root access optdepends = xdg-desktop-portal-impl: file & folder picker + optdepends = xorg-fonts-misc: for non-latin locales depends_x86_64 = lib32-alsa-plugins depends_x86_64 = lib32-fontconfig depends_x86_64 = lib32-gcc-libs ===================================== PKGBUILD ===================================== @@ -7,7 +7,7 @@ pkgbase=steam pkgname=(steam steam-devices) pkgver=1.0.0.85 -pkgrel=4 +pkgrel=5 pkgdesc="Valve's digital software delivery system" url='https://steampowered.com/' arch=('x86_64') @@ -81,6 +81,7 @@ package_steam() { optdepends=( 'polkit: to setup SteamVR without root access' 'xdg-desktop-portal-impl: file & folder picker' + 'xorg-fonts-misc: for non-latin locales' ) depends+=(steam-devices) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/steam/-/commit/cb71bb72503f426448413c73d08362bba965e73a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/steam/-/commit/cb71bb72503f426448413c73d08362bba965e73a You're receiving this email because of your account on gitlab.archlinux.org.
