Date: Tuesday, February 26, 2013 @ 21:53:51 Author: dwallace Revision: 85038
upgpkg: steam 1.0.0.34-4 upgpkg: steam 1.0.0.34-4 Modified: steam/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-26 20:49:29 UTC (rev 85037) +++ PKGBUILD 2013-02-26 20:53:51 UTC (rev 85038) @@ -3,17 +3,13 @@ # Contributor: K900 <[email protected]> pkgname=steam pkgver=1.0.0.34 -pkgrel=3 +pkgrel=4 pkgdesc="Digital distribution client bootstrap package" arch=("i686" "x86_64") url="http://steampowered.com/" license=('custom') -depends=( - 'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' - 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' - ) if [[ "$CARCH" == "x86_64" ]]; then - depends+=(lib32-mesa-libgl lib32-gcc-libs lib32-libx11) + #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11) optdepends=( 'lib32-ati-dri: for open source ATI driver users' 'lib32-catalyst-utils: for AMD Catalyst users' @@ -41,6 +37,13 @@ 'ac0e03d70f1101331598b2b32ed9bac3') package() { + depends=( + 'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl' + 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' + ) + if [[ "$CARCH" == x86_64 ]]; then + depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11) + fi # Install license make -C "$pkgname" DESTDIR="$pkgdir" install
