diff --git a/srcpkgs/steam/INSTALL.msg b/srcpkgs/steam/INSTALL.msg index 5540e138c17..483402b52ce 100644 --- a/srcpkgs/steam/INSTALL.msg +++ b/srcpkgs/steam/INSTALL.msg @@ -1,21 +1,21 @@ Steam on x86_64 requires support for OpenGL in 32bits mode, install any of the following packages for your hardware: +Generic: + + - libgcc-32bit libstdc++-32bit libglvnd-32bit + For users of the open source drivers: - - mesa-ati-dri-32bit + libGL-32bit (AMD) - - mesa-intel-dri-32bit + libGL-32bit (Intel) - - mesa-nouveau-dri-32bit + libGL-32bit (NVIDIA) + - mesa-ati-dri-32bit (AMD) + - mesa-intel-dri-32bit (Intel) + - mesa-nouveau-dri-32bit (NVIDIA) For users of the proprietary NVIDIA driver: - nvidia-libs-32bit (latest nvidia package) - - nvidia-stable-libs-32bit (latest stable package) - - nvidia304-libs-32bit (latest package for old GPUs) - -For users of the proprietary AMD driver: - - - catalyst-libs-32bit + - nvidia390-libs-32bit (latest previous package) + - nvidia340-libs-32bit (latest package for old GPUs) Do not forget to enable the `multilib` and `multilib/nonfree` repositories in xbps, i.e: diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index be1ee892714..8ef44ac8718 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -1,7 +1,7 @@ # Template file for 'steam' pkgname=steam version=1.0.0.61 -revision=1 +revision=2 archs="i686 x86_64" wrksrc=steam depends="zenity xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"