From 4f8c691f02d8d5d1e9f122f8eb60bef6c535e840 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 23 May 2015 05:19:43 +0200 Subject: [PATCH] steam: update to 1.0.0.50. Added an INSTALL.msg to explain what's necessary to run steam on x86_64, how to enable the repos and what packages are required. Close #1452 --- srcpkgs/steam/INSTALL.msg | 26 ++++++++++++++++++++++++++ srcpkgs/steam/template | 6 +++--- 2 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/steam/INSTALL.msg 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