diff --git a/srcpkgs/steam/INSTALL.msg b/srcpkgs/steam/INSTALL.msg new file mode 100644 index 00000000000..d94881fb905 --- /dev/null +++ b/srcpkgs/steam/INSTALL.msg @@ -0,0 +1,26 @@ +Steam on x86_64 requires support for OpenGL in 32bits mode, install any +of the following packages for your hardware: + +For users of the open source drivers: + + - 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 + +Do not forget to enable the `multilib` and `multilib/nonfree` repositories +in xbps, i.e: + + # xbps-install -Syv void-repo-multilib{,-nonfree} + # xbps-install -S + +to install any of those packages mentioned above. diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index 576832a2935..ef2732e5422 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -3,8 +3,8 @@ only_for_archs="i686 x86_64" pkgname=steam -version=1.0.0.49 -revision=3 +version=1.0.0.50 +revision=1 wrksrc=steam depends="xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf" repository="nonfree" @@ -13,7 +13,7 @@ maintainer="Juan RP " license="Propietary license" homepage="http://steampowered.com/" distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz" -checksum=fd893b5c2f5585be1cd8a83f4a6c7d523a2bd985a91587adb5afaccd6fa12fb0 +checksum=be6388c0ab36799d6173276ac75b4d92c6623a53d901395c9fc1963cfd245573 do_install() { make DESTDIR=${DESTDIR} install