mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
steam: update to 1.0.0.52.
This commit is contained in:
parent
85c58df690
commit
58e825d725
2 changed files with 4 additions and 20 deletions
|
@ -1,16 +0,0 @@
|
||||||
--- steam.orig 2016-02-16 08:28:31.191216344 +0100
|
|
||||||
+++ steam 2016-02-16 08:30:59.849711436 +0100
|
|
||||||
@@ -183,6 +183,13 @@ if ! check_bootstrap "$LAUNCHSTEAMDIR";
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
+# --*-- void --*--
|
|
||||||
+if ! xbps-uhelper version nvidia &>/dev/null; then
|
|
||||||
+ STEAM_RUNTIME=${DEFAULTSTEAMDIR}/ubuntu12_32/steam-runtime
|
|
||||||
+ export LD_PRELOAD="$STEAM_RUNTIME/i386/lib/i386-linux-gnu/libcrypto.so.1.0.0:$STEAM_RUNTIME/i386/lib/i386-linux-gnu/libssl.so.1.0.0"
|
|
||||||
+fi
|
|
||||||
+# --*-- void --*--
|
|
||||||
+
|
|
||||||
# go to the install directory and run the client
|
|
||||||
cp "$LAUNCHSTEAMBOOTSTRAPFILE" "$LAUNCHSTEAMDIR/bootstrap.tar.xz"
|
|
||||||
cd "$LAUNCHSTEAMDIR"
|
|
|
@ -3,17 +3,17 @@
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
pkgname=steam
|
pkgname=steam
|
||||||
version=1.0.0.51
|
version=1.0.0.52
|
||||||
revision=5
|
revision=1
|
||||||
wrksrc=steam
|
wrksrc=steam
|
||||||
depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf"
|
||||||
repository="nonfree"
|
repository="nonfree"
|
||||||
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
short_desc="Digital distribution client bootstrap package - Valve's steam client"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Propietary license"
|
license="Proprietary 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=bf766db05fcc3a8079e7e514accfbd2503813a3c70ff8336aa93e554ed7719be
|
checksum=dd3b1a9f597bf0e088094d6fd1e495068434b604346139f277ea26c41e009304
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
make DESTDIR=${DESTDIR} install
|
make DESTDIR=${DESTDIR} install
|
||||||
|
|
Loading…
Add table
Reference in a new issue