[arch-commits] Commit in steam/repos (16 files)

2013-03-14 Thread Daniel Wallace
Date: Thursday, March 14, 2013 @ 13:10:52
  Author: dwallace
Revision: 86261

archrelease: copy trunk to community-i686, community-x86_64

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 86260, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 86260, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 86260, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 86260, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 86260, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 86260, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 86260, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 86260, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

---+
 community-i686/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-14 12:10:08 UTC (rev 86260)
+++ community-i686/PKGBUILD 2013-03-14 12:10:52 UTC (rev 86261)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.35
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-if [[ $CARCH == x86_64 ]]; then
-  #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'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-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 -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=('0d0e0bc6a185a035cf6bf71a5dafc0c4'
- '1d83a1df55d677f35ce415e0750f4448'
- '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-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 86260, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-14 12:10:52 UTC (rev 86261)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.36
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+if [[ $CARCH == x86_64 ]]; then
+  #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'
+  

[arch-commits] Commit in steam/repos (16 files)

2013-03-03 Thread Daniel Wallace
Date: Monday, March 4, 2013 @ 05:00:13
  Author: dwallace
Revision: 85614

archrelease: copy trunk to community-i686, community-x86_64

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 85613, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 85613, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 85613, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 85613, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 85613, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 85613, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 85613, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 85613, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

---+
 community-i686/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-04 03:59:05 UTC (rev 85613)
+++ community-i686/PKGBUILD 2013-03-04 04:00:13 UTC (rev 85614)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=5
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-if [[ $CARCH == x86_64 ]]; then
-  #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'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-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 -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=('4ff9bf72b36a460d65ab3e57852f9bac'
- '1d83a1df55d677f35ce415e0750f4448'
- '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-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 85613, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-04 04:00:13 UTC (rev 85614)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.35
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+if [[ $CARCH == x86_64 ]]; then
+  #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'
+  

[arch-commits] Commit in steam/repos (16 files)

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 16:33:02
  Author: dwallace
Revision: 84957

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  steam/repos/community-testing-i686/PKGBUILD
(from rev 84956, steam/trunk/PKGBUILD)
  steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch
(from rev 84956, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-i686/lib32-flashplugin-path.patch
(from rev 84956, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-i686/steam.install
(from rev 84956, steam/trunk/steam.install)
  steam/repos/community-testing-x86_64/PKGBUILD
(from rev 84956, steam/trunk/PKGBUILD)
  steam/repos/community-testing-x86_64/alsa_sdl_audiodriver.patch
(from rev 84956, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-testing-x86_64/lib32-flashplugin-path.patch
(from rev 84956, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-testing-x86_64/steam.install
(from rev 84956, steam/trunk/steam.install)
Deleted:
  steam/repos/community-testing-i686/PKGBUILD
  steam/repos/community-testing-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-testing-i686/lib32-flashplugin-path.patch
  steam/repos/community-testing-i686/steam.install
  steam/repos/community-testing-x86_64/PKGBUILD
  steam/repos/community-testing-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-testing-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-testing-x86_64/steam.install

---+
 community-testing-i686/PKGBUILD   |  106 
 community-testing-i686/alsa_sdl_audiodriver.patch |   28 ++--
 community-testing-i686/lib32-flashplugin-path.patch   |   20 +--
 community-testing-i686/steam.install  |   52 +++
 community-testing-x86_64/PKGBUILD |  106 
 community-testing-x86_64/alsa_sdl_audiodriver.patch   |   28 ++--
 community-testing-x86_64/lib32-flashplugin-path.patch |   20 +--
 community-testing-x86_64/steam.install|   52 +++
 8 files changed, 206 insertions(+), 206 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-02-26 15:32:18 UTC (rev 84956)
+++ community-testing-i686/PKGBUILD 2013-02-26 15:33:02 UTC (rev 84957)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=2
-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 lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-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 -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=('4ff9bf72b36a460d65ab3e57852f9bac'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-testing-i686/PKGBUILD (from rev 84956, 
steam/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-02-26 15:33:02 UTC (rev 84957)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=3
+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' 

[arch-commits] Commit in steam/repos (16 files)

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 21:54:43
  Author: dwallace
Revision: 85039

archrelease: copy trunk to community-i686, community-x86_64

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 85038, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 85038, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 85038, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 85038, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 85038, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 85038, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 85038, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 85038, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

---+
 community-i686/PKGBUILD   |  109 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  109 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 206 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-26 20:53:51 UTC (rev 85038)
+++ community-i686/PKGBUILD 2013-02-26 20:54:43 UTC (rev 85039)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=3
-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)
-  optdepends=(
-  'lib32-ati-dri: for open source ATI driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-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 -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=('4ff9bf72b36a460d65ab3e57852f9bac'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-
-package() {
-
-  # Install license
-  make -C $pkgname DESTDIR=$pkgdir install
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 85038, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-26 20:54:43 UTC (rev 85039)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=4
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+if [[ $CARCH == x86_64 ]]; then
+  #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'
+  'lib32-intel-dri: for open source Intel driver users'
+  'lib32-nouveau-dri: for Nouveau users'
+  'lib32-nvidia-utils: 

[arch-commits] Commit in steam/repos (16 files)

2013-02-26 Thread Daniel Wallace
Date: Tuesday, February 26, 2013 @ 22:49:08
  Author: dwallace
Revision: 85057

archrelease: copy trunk to community-i686, community-x86_64

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 85056, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 85056, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 85056, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 85056, steam/trunk/steam.install)
  steam/repos/community-x86_64/PKGBUILD
(from rev 85056, steam/trunk/PKGBUILD)
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
(from rev 85056, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
(from rev 85056, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-x86_64/steam.install
(from rev 85056, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/lib32-flashplugin-path.patch
  steam/repos/community-i686/steam.install
  steam/repos/community-x86_64/PKGBUILD
  steam/repos/community-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/community-x86_64/lib32-flashplugin-path.patch
  steam/repos/community-x86_64/steam.install

---+
 community-i686/PKGBUILD   |  112 
 community-i686/alsa_sdl_audiodriver.patch |   28 +++---
 community-i686/lib32-flashplugin-path.patch   |   20 ++--
 community-i686/steam.install  |   52 +--
 community-x86_64/PKGBUILD |  112 
 community-x86_64/alsa_sdl_audiodriver.patch   |   28 +++---
 community-x86_64/lib32-flashplugin-path.patch |   20 ++--
 community-x86_64/steam.install|   52 +--
 8 files changed, 212 insertions(+), 212 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-26 21:48:20 UTC (rev 85056)
+++ community-i686/PKGBUILD 2013-02-26 21:49:08 UTC (rev 85057)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.34
-pkgrel=4
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-if [[ $CARCH == x86_64 ]]; then
-  #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'
-  'lib32-intel-dri: for open source Intel driver users'
-  'lib32-nouveau-dri: for Nouveau users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-flashplugin: for flash video'
-  )
-build() {
-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 -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=('4ff9bf72b36a460d65ab3e57852f9bac'
- '1d83a1df55d677f35ce415e0750f4448'
- '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
-  
-  install -Dm644 $pkgdir/usr/share/doc/steam/steam_install_agreement.txt 
$pkgdir/usr/share/licenses/steam/LICENSE
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true $pkgdir/usr/bin/steamdeps
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 85056, 
steam/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-26 21:49:08 UTC (rev 85057)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.34
+pkgrel=5
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+if [[ $CARCH == x86_64 ]]; then
+  #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