mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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
This commit is contained in:
parent
a9ed171217
commit
4f8c691f02
2 changed files with 29 additions and 3 deletions
26
srcpkgs/steam/INSTALL.msg
Normal file
26
srcpkgs/steam/INSTALL.msg
Normal file
|
@ -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.
|
|
@ -3,8 +3,8 @@
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.49
|
version=1.0.0.50
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
depends="xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
depends="xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Propietary license"
|
license="Propietary license"
|
||||||
homepage="http://steampowered.com/"
|
homepage="http://steampowered.com/"
|
||||||
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz"
|
||||||
checksum=fd893b5c2f5585be1cd8a83f4a6c7d523a2bd985a91587adb5afaccd6fa12fb0
|
checksum=be6388c0ab36799d6173276ac75b4d92c6623a53d901395c9fc1963cfd245573
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue