Date: Sunday, February 24, 2013 @ 01:12:23 Author: dwallace Revision: 84736
upgpkg: steam 1.0.0.31-1 upgpkg: steam 1.0.0.31-1 Modified: steam/trunk/PKGBUILD steam/trunk/alsa_sdl_audiodriver.patch ----------------------------+ PKGBUILD | 23 ++++++++++++----------- alsa_sdl_audiodriver.patch | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-02-23 23:53:48 UTC (rev 84735) +++ PKGBUILD 2013-02-24 00:12:23 UTC (rev 84736) @@ -2,9 +2,9 @@ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: K900 <[email protected]> pkgname=steam -pkgver=1.0.0.28 -pkgrel=3 -pkgdesc="Digital distribution client - open beta - bootstrap package" +pkgver=1.0.0.31 +pkgrel=1 +pkgdesc="Digital distribution client bootstrap package" arch=("i686" "x86_64") url="http://steampowered.com/" license=('custom') @@ -23,26 +23,27 @@ 'lib32-flashplugin: for flash video' ) build() { - patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/lib32-flashplugin-path.patch" - patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" + patch -d "$pkgname" -Np1 -i "$srcdir/lib32-flashplugin-path.patch" + #patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" } else optdepends=('flashplugin: for flash videos') -build() { - patch -d "$pkgname-$pkgver" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" -} +#build() { + #patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch" +#} fi install=steam.install source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz" 'lib32-flashplugin-path.patch' 'alsa_sdl_audiodriver.patch') -md5sums=('5d7b7e12dd0d513d3f7191872fa596cd' +md5sums=('887501c662554fffdb6809dd0d39f968' '1d83a1df55d677f35ce415e0750f4448' - 'd47c1acf365336290eaba8ca845248a4') + 'ac0e03d70f1101331598b2b32ed9bac3') + package() { # Install license - make -C $pkgname-$pkgver DESTDIR=$pkgdir install + make -C "$pkgname" DESTDIR="$pkgdir" install install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" "$pkgdir/usr/share/licenses/steam/LICENSE" Modified: alsa_sdl_audiodriver.patch =================================================================== --- alsa_sdl_audiodriver.patch 2013-02-23 23:53:48 UTC (rev 84735) +++ alsa_sdl_audiodriver.patch 2013-02-24 00:12:23 UTC (rev 84736) @@ -5,7 +5,7 @@ export TEXTDOMAIN=steam +# check if pulseaudio is installed and if it isn't, use alsa for SDL_AUDIODRIVER -+if ! pacman -T pulseaudio &>/dev/null; then ++if ! pulseaudio --check &>/dev/null; then + export SDL_AUDIODRIVER=alsa +fi +
