diff --git a/srcpkgs/steam/patches/void.patch b/srcpkgs/steam/patches/void.patch deleted file mode 100644 index 2034b13684f..00000000000 --- a/srcpkgs/steam/patches/void.patch +++ /dev/null @@ -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" diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index 7c85a0c2d65..49e2b000c44 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -3,17 +3,17 @@ only_for_archs="i686 x86_64" pkgname=steam -version=1.0.0.51 -revision=5 +version=1.0.0.52 +revision=1 wrksrc=steam depends="zenity xterm xz curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf" repository="nonfree" short_desc="Digital distribution client bootstrap package - Valve's steam client" maintainer="Juan RP " -license="Propietary license" +license="Proprietary license" homepage="http://steampowered.com/" distfiles="http://repo.steampowered.com/$pkgname/pool/$pkgname/s/steam/steam_${version}.tar.gz" -checksum=bf766db05fcc3a8079e7e514accfbd2503813a3c70ff8336aa93e554ed7719be +checksum=dd3b1a9f597bf0e088094d6fd1e495068434b604346139f277ea26c41e009304 do_install() { make DESTDIR=${DESTDIR} install