From 6ba68b818809a06bd45c5e00ec072acc52772782 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 6 Mar 2014 18:17:36 +0100 Subject: [PATCH] steam: update to 1.0.0.47 and build it on x86_64. --- srcpkgs/steam/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/steam/template b/srcpkgs/steam/template index 15241b4a738..445ed7f218f 100644 --- a/srcpkgs/steam/template +++ b/srcpkgs/steam/template @@ -1,12 +1,12 @@ # Template file for 'steam' # -only_for_archs=i686 +only_for_archs="i686 x86_64" pkgname=steam -version=1.0.0.45 +version=1.0.0.47 revision=1 wrksrc=steam -makedepends="hicolor-icon-theme desktop-file-utils liberation-fonts-ttf" +makedepends="curl dbus freetype gdk-pixbuf hicolor-icon-theme desktop-file-utils liberation-fonts-ttf" depends="${makedepends}" nonfree="yes" short_desc="Digital distribution client bootstrap package - Valve's steam client" @@ -14,7 +14,11 @@ 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=58f42d2d4980dd9a66445a2b60a6d336140a6ee6171803c6f925b5d1b2462942 +checksum=1de4e1abe5bb3eecbde66d66c238ff79d083d31897f0c008f5e345889d9deac3 + +if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then + depends+=" libGL-32" +fi do_install() { make DESTDIR=${DESTDIR} install