From 56bb9c4932c0a8ed32ccf49c50a67b4ad475f134 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 23 Mar 2023 15:54:49 -0500 Subject: [PATCH] steam: add reference to nvidia470 to readme, clarify --- srcpkgs/steam/files/README.voidlinux | 8 +++++--- srcpkgs/steam/template | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/steam/files/README.voidlinux b/srcpkgs/steam/files/README.voidlinux index 0f64aaeb9b3..f4c7f1892b9 100644 --- a/srcpkgs/steam/files/README.voidlinux +++ b/srcpkgs/steam/files/README.voidlinux @@ -13,10 +13,12 @@ For users of the open source drivers: - mesa-dri-32bit -For users of the proprietary NVIDIA driver: +For users of the proprietary NVIDIA driver, install the appropriate 32-bit +libraries for the version of nvidia you have installed: - - nvidia-libs-32bit (latest nvidia package) - - nvidia390-libs-32bit (latest previous package) + - nvidia-libs-32bit (for the latest nvidia package) + - nvidia470-libs-32bit (for the latest previous package) + - nvidia390-libs-32bit (for the legacy previous package) For mesa users this would result in: diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index de5efe0d09e..42e8e7cfa0e 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -1,7 +1,7 @@ # Template file for 'steam' pkgname=steam version=1.0.0.76 -revision=1 +revision=2 archs="i686 x86_64" depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf file tar bash coreutils lsof"