[arch-commits] Commit in steam/repos/community-i686 (8 files)

2016-05-05 Thread Levente Polyak
Date: Friday, May 6, 2016 @ 01:42:08
  Author: anthraxx
Revision: 173887

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/80-steam-controller-permission.rules
(from rev 173886, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/community-i686/PKGBUILD
(from rev 173886, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 173886, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/steam.install
(from rev 173886, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/80-steam-controller-permission.rules
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/steam.install

--+
 80-steam-controller-permission.rules |6 +-
 PKGBUILD |   99 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   31 +-
 4 files changed, 70 insertions(+), 94 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2016-05-05 23:41:51 UTC (rev 
173886)
+++ 80-steam-controller-permission.rules2016-05-05 23:42:08 UTC (rev 
173887)
@@ -1,3 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
-KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from 
rev 173886, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2016-05-05 23:42:08 UTC (rev 
173887)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-05 23:41:51 UTC (rev 173886)
+++ PKGBUILD2016-05-05 23:42:08 UTC (rev 173887)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: K900 
-
-pkgname=steam
-pkgver=1.0.0.52
-pkgrel=1
-pkgdesc="Valve's digital software delivery system"
-url='http://steampowered.com/'
-arch=('i686' 'x86_64')
-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-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss')
-  optdepends=(
-'lib32-mesa-dri: for open source driver users'
-'lib32-catalyst-utils: for AMD Catalyst users'
-'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-fi
-install=steam.install
-source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
-alsa_sdl_audiodriver.patch
-80-steam-controller-permission.rules)
-sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e'
-
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5'
-
'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f')
-prepare() {
-patch -d "${pkgname}" -Np1 -i \
-   "${srcdir}/alsa_sdl_audiodriver.patch"
-}
-
-package() {
-  make -C "${pkgname}" DESTDIR="${pkgdir}" install
-
-  install -Dm 644 "${pkgdir}/usr/share/doc/steam/steam_install_agreement.txt" \
- "${pkgdir}/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
-
-  install -Dm 644 "${srcdir}/80-steam-controller-permission.rules" \
- "${pkgdir}/usr/lib/udev/rules.d/80-steam-controller-permission.rules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam/repos/community-i686/PKGBUILD (from rev 173886, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-05 23:42:08 UTC (rev 173887)
@@ -0,0 +1,49 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: K900 
+
+pkgname=steam
+pkgver=1.0.0.52
+pkgrel=2
+pkgdesc="Valve's digital software delivery system"
+url='http://steampowered.com/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=(
+  'bash' 

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2016-05-05 Thread Levente Polyak
Date: Thursday, May 5, 2016 @ 18:07:38
  Author: anthraxx
Revision: 173839

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/80-steam-controller-permission.rules
(from rev 173838, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/community-i686/PKGBUILD
(from rev 173838, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 173838, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/steam.install
(from rev 173838, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/80-steam-controller-permission.rules
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/steam.install

--+
 80-steam-controller-permission.rules |6 -
 PKGBUILD |  100 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   54 -
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2016-05-05 15:54:29 UTC (rev 
173838)
+++ 80-steam-controller-permission.rules2016-05-05 16:07:38 UTC (rev 
173839)
@@ -1,3 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
-KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from 
rev 173838, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2016-05-05 16:07:38 UTC (rev 
173839)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2016-05-05 15:54:29 UTC (rev 173838)
+++ PKGBUILD2016-05-05 16:07:38 UTC (rev 173839)
@@ -1,50 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Daniel Wallace 
-# Contributor: K900 
-
-pkgname=steam
-pkgver=1.0.0.52
-pkgrel=1
-pkgdesc="Valve's digital software delivery system"
-url='http://steampowered.com/'
-arch=('i686' 'x86_64')
-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-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss')
-  optdepends=(
-'lib32-mesa-dri: for open source driver users'
-'lib32-catalyst-utils: for AMD Catalyst users'
-'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-fi
-install=steam.install
-source=(http://repo.steampowered.com/${pkgname}/pool/${pkgname}/s/${pkgname}/${pkgname}_${pkgver}.tar.gz
-alsa_sdl_audiodriver.patch
-80-steam-controller-permission.rules)
-sha512sums=('eefff7b2d223305fa8ff8b2419f9806e21784044c2832b42c5583bac4b9391d66444903e2753153842a85eab196418ca47d9b4b3a1daaf839e1eb15edfff891e'
-
'5c6117d86cb95071246434851bae3bf7d1c2174b0c8744e33e9c98ccc22efae0c956e1d7e3969c572aa96259b1b8164992d265541bce49a24daa12555d825fd5'
-
'f2b45659524a23e97ac271629ae525823f3d613e94f3fb72dfb67a21b7edfda6d07bff623187582c6d0888501e98536d114ccb27d9a7d7065c51fc11f7d8b18f')
-prepare() {
-patch -d "${pkgname}" -Np1 -i \
-   "${srcdir}/alsa_sdl_audiodriver.patch"
-}
-
-package() {
-  make -C "${pkgname}" DESTDIR="${pkgdir}" install
-
-  install -Dm 644 "${pkgdir}/usr/share/doc/steam/steam_install_agreement.txt" \
- "${pkgdir}/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /usr/bin/true "${pkgdir}/usr/bin/steamdeps"
-
-  install -Dm 644 "${srcdir}/80-steam-controller-permission.rules" \
- "${pkgdir}/usr/lib/udev/rules.d/80-steam-controller-permission.rules"
-}
-
-# vim: ts=2 sw=2 et:

Copied: steam/repos/community-i686/PKGBUILD (from rev 173838, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-05-05 16:07:38 UTC (rev 173839)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: K900 
+
+pkgname=steam
+pkgver=1.0.0.52
+pkgrel=1
+pkgdesc="Valve's digital software delivery system"
+url='http://steampowered.com/'
+arch=('i686' 'x86_64')
+license=('custom')
+depends=(
+  'bash' 

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2016-04-24 Thread Levente Polyak
Date: Sunday, April 24, 2016 @ 17:12:19
  Author: anthraxx
Revision: 171695

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/80-steam-controller-permission.rules
(from rev 171694, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/community-i686/PKGBUILD
(from rev 171694, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 171694, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/steam.install
(from rev 171694, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/80-steam-controller-permission.rules
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/steam.install

--+
 80-steam-controller-permission.rules |6 +-
 PKGBUILD |   99 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   54 +-
 4 files changed, 94 insertions(+), 93 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2016-04-24 15:12:11 UTC (rev 
171694)
+++ 80-steam-controller-permission.rules2016-04-24 15:12:19 UTC (rev 
171695)
@@ -1,3 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
-KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from 
rev 171694, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2016-04-24 15:12:19 UTC (rev 
171695)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-24 15:12:11 UTC (rev 171694)
+++ PKGBUILD2016-04-24 15:12:19 UTC (rev 171695)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.51
-pkgrel=1
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'alsa_sdl_audiodriver.patch'
-'80-steam-controller-permission.rules')
-md5sums=('eb4eeb7b7088f7434d65a09c768f266b'
- 'ac0e03d70f1101331598b2b32ed9bac3'
- 'aa9b2c4bff29841764ca11ac8fb6446e')
-if [[ "$CARCH" == "x86_64" ]]; then
-  optdepends=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-fi
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-
-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 lib32-libxss)
-  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"
-
-  install -Dm644 $srcdir/80-steam-controller-permission.rules 
$pkgdir/usr/lib/udev/rules.d/80-steam-controller-permission.rules
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 171694, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-24 15:12:19 UTC (rev 171695)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Wallace 
+# Contributor: K900 
+
+pkgname=steam
+pkgver=1.0.0.52
+pkgrel=1
+pkgdesc="Valve's digital software delivery system"
+url='http://steampowered.com/'
+arch=('i686' 'x86_64')
+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-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss')
+  optdepends=(
+'lib32-mesa-dri: for open source driver users'
+'lib32-catalyst-utils: for AMD Catalyst users'
+

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:47:07
  Author: dwallace
Revision: 148237

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/80-steam-controller-permission.rules
(from rev 148236, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/community-i686/PKGBUILD
(from rev 148236, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 148236, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/steam.install
(from rev 148236, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/80-steam-controller-permission.rules
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/steam.install

--+
 80-steam-controller-permission.rules |5 +
 PKGBUILD |   98 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   54 +-
 4 files changed, 93 insertions(+), 92 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2015-12-03 19:46:40 UTC (rev 
148236)
+++ 80-steam-controller-permission.rules2015-12-03 19:47:07 UTC (rev 
148237)
@@ -1,2 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"

Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from 
rev 148236, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2015-12-03 19:47:07 UTC (rev 
148237)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-03 19:46:40 UTC (rev 148236)
+++ PKGBUILD2015-12-03 19:47:07 UTC (rev 148237)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 
-pkgname=steam
-pkgver=1.0.0.50
-pkgrel=2
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'alsa_sdl_audiodriver.patch'
-'80-steam-controller-permission.rules')
-md5sums=('2fab57a606705012a4f800a28670dc3a'
- 'ac0e03d70f1101331598b2b32ed9bac3'
- '2a9c310cbc0fca4c95e2a643bcc5e162')
-if [[ "$CARCH" == "x86_64" ]]; then
-  optdepends=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-fi
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-
-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 lib32-libxss)
-  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"
-
-  install -Dm644 $srcdir/80-steam-controller-permission.rules 
$pkgdir/usr/lib/udev/rules.d/80-steam-controller-permission.rules
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 148236, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-03 19:47:07 UTC (rev 148237)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 
+pkgname=steam
+pkgver=1.0.0.51
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'alsa_sdl_audiodriver.patch'
+'80-steam-controller-permission.rules')
+md5sums=('eb4eeb7b7088f7434d65a09c768f266b'
+ 'ac0e03d70f1101331598b2b32ed9bac3'
+ 'aa9b2c4bff29841764ca11ac8fb6446e')
+if [[ "$CARCH" == "x86_64" ]]; then
+  optdepends=(
+  'lib32-mesa-dri: for open source driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-nvidia-utils: for 

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2014-10-02 Thread Laurent Carlier
Date: Thursday, October 2, 2014 @ 21:04:54
  Author: lcarlier
Revision: 120072

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 120071, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 120071, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 120071, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 120071, 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

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 106 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-02 19:03:17 UTC (rev 120071)
+++ PKGBUILD2014-10-02 19:04:54 UTC (rev 120072)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.49
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('2ec8c8172fd34a1c0d007d7250509f42'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 120071, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-02 19:04:54 UTC (rev 120072)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.49
+pkgrel=2
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('2ec8c8172fd34a1c0d007d7250509f42'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+if [[ $CARCH == x86_64 ]]; then
+  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
+  optdepends=(
+  'lib32-mesa-dri: for open source driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-flashplugin: for flash video'
+  'lib32-alsa-plugins: for pulseaudio on some games'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2014-09-10 Thread Daniel Wallace
Date: Thursday, September 11, 2014 @ 02:24:59
  Author: dwallace
Revision: 118783

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 118782, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 118782, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 118782, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 118782, 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

--+
 PKGBUILD |  114 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-11 00:24:34 UTC (rev 118782)
+++ PKGBUILD2014-09-11 00:24:59 UTC (rev 118783)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.48
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('d0d9b46bb44d3a3b6b1b44304afe7995'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 118782, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-11 00:24:59 UTC (rev 118783)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.49
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('2ec8c8172fd34a1c0d007d7250509f42'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  'lib32-alsa-plugins: for pulseaudio on some games'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2014-08-02 Thread Daniel Wallace
Date: Sunday, August 3, 2014 @ 05:59:35
  Author: dwallace
Revision: 116776

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 116775, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 116775, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 116775, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 116775, 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

--+
 PKGBUILD |  114 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-03 03:59:07 UTC (rev 116775)
+++ PKGBUILD2014-08-03 03:59:35 UTC (rev 116776)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.47
-pkgrel=2
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('c6f75ebaa9e32f2565df620d1867f274'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  'lib32-alsa-plugins'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 116775, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-03 03:59:35 UTC (rev 116776)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.48
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('d0d9b46bb44d3a3b6b1b44304afe7995'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  'lib32-alsa-plugins: for pulseaudio on some games'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2014-04-22 Thread Daniel Wallace
Date: Wednesday, April 23, 2014 @ 03:21:30
  Author: dwallace
Revision: 110008

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 110007, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 110007, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 110007, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 110007, 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

--+
 PKGBUILD |  113 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 108 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-04-23 01:20:50 UTC (rev 110007)
+++ PKGBUILD2014-04-23 01:21:30 UTC (rev 110008)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.47
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('c6f75ebaa9e32f2565df620d1867f274'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 110007, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-04-23 01:21:30 UTC (rev 110008)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.47
+pkgrel=2
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('c6f75ebaa9e32f2565df620d1867f274'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  'lib32-alsa-plugins'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH 

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2014-02-15 Thread Daniel Wallace
Date: Sunday, February 16, 2014 @ 05:16:45
  Author: dwallace
Revision: 105833

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 105832, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 105832, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 105832, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 105832, 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

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-16 04:16:17 UTC (rev 105832)
+++ PKGBUILD2014-02-16 04:16:45 UTC (rev 105833)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.45
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('586e707d30a034cc049f9156062fc37a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 105832, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-16 04:16:45 UTC (rev 105833)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.47
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('c6f75ebaa9e32f2565df620d1867f274'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-12-02 Thread Daniel Wallace
Date: Tuesday, December 3, 2013 @ 01:09:02
  Author: dwallace
Revision: 101958

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 101957, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 101957, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 101957, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 101957, 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

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-03 00:08:04 UTC (rev 101957)
+++ PKGBUILD2013-12-03 00:09:02 UTC (rev 101958)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.43
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('162e62bc3f12cd86d207a6fc1fa773eb'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 101957, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-03 00:09:02 UTC (rev 101958)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.45
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('586e707d30a034cc049f9156062fc37a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-10-19 Thread Daniel Wallace
Date: Sunday, October 20, 2013 @ 07:43:14
  Author: dwallace
Revision: 98831

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 98830, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 98830, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 98830, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 98830, 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

--+
 PKGBUILD |  115 +++--
 alsa_sdl_audiodriver.patch   |   28 -
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-20 05:42:40 UTC (rev 98830)
+++ PKGBUILD2013-10-20 05:43:14 UTC (rev 98831)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.42
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('1dcbb9632b04ae760184b7187b5ea51a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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
-md5sums=('dd9d131abe07badd197bcfaccef11f80'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')

Copied: steam/repos/community-i686/PKGBUILD (from rev 98830, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-20 05:43:14 UTC (rev 98831)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.43
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('162e62bc3f12cd86d207a6fc1fa773eb'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-09-14 Thread Daniel Wallace
Date: Sunday, September 15, 2013 @ 06:05:34
  Author: dwallace
Revision: 97184

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 97183, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 97183, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 97183, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 97183, 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

--+
 PKGBUILD |  115 +
 alsa_sdl_audiodriver.patch   |   28 -
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 110 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-15 04:05:01 UTC (rev 97183)
+++ PKGBUILD2013-09-15 04:05:34 UTC (rev 97184)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.40
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('1dcbb9632b04ae760184b7187b5ea51a'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 97183, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-15 04:05:34 UTC (rev 97184)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.42
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('1dcbb9632b04ae760184b7187b5ea51a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-09-02 Thread Daniel Wallace
Date: Tuesday, September 3, 2013 @ 04:08:30
  Author: dwallace
Revision: 96682

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 96681, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 96681, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 96681, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 96681, 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

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   54 +--
 4 files changed, 107 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-03 02:07:51 UTC (rev 96681)
+++ PKGBUILD2013-09-03 02:08:30 UTC (rev 96682)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.39
-pkgrel=2
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('156c19672b8eb098a4c398c1d8fbd96d'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 96681, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-03 02:08:30 UTC (rev 96682)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.40
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('1dcbb9632b04ae760184b7187b5ea51a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-05-22 Thread Daniel Wallace
Date: Thursday, May 23, 2013 @ 01:55:39
  Author: dwallace
Revision: 91459

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 91458, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 91458, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 91458, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 91458, 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

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   53 +--
 4 files changed, 107 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-22 23:55:08 UTC (rev 91458)
+++ PKGBUILD2013-05-22 23:55:39 UTC (rev 91459)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.39
-pkgrel=1
-pkgdesc=Digital distribution client bootstrap package
-arch=(i686 x86_64)
-url=http://steampowered.com/;
-license=('custom')
-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=('156c19672b8eb098a4c398c1d8fbd96d'
- '1d83a1df55d677f35ce415e0750f4448'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-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'
-  )
-prepare() {
-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')
-prepare() {
-patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
-}
-fi
-
-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 91458, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-22 23:55:39 UTC (rev 91459)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.39
+pkgrel=2
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('156c19672b8eb098a4c398c1d8fbd96d'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-05-12 Thread Daniel Wallace
Date: Sunday, May 12, 2013 @ 09:19:21
  Author: dwallace
Revision: 90397

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 90396, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 90396, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 90396, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 90396, 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

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-12 07:18:54 UTC (rev 90396)
+++ PKGBUILD2013-05-12 07:19:21 UTC (rev 90397)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: K900 k0009...@gmail.com
-pkgname=steam
-pkgver=1.0.0.38
-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=('9a402f52ff7be2713f0b7dcee4ec112a'
- '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 90396, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-12 07:19:21 UTC (rev 90397)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.39
+pkgrel=1
+pkgdesc=Digital distribution client bootstrap package
+arch=(i686 x86_64)
+url=http://steampowered.com/;
+license=('custom')
+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=('156c19672b8eb098a4c398c1d8fbd96d'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+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'
+  )
+prepare() {
+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')
+prepare() {
+patch -d $pkgname -Np1 -i $srcdir/alsa_sdl_audiodriver.patch
+}
+fi
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+

[arch-commits] Commit in steam/repos/community-i686 (8 files)

2013-04-27 Thread Daniel Wallace
Date: Saturday, April 27, 2013 @ 21:49:51
  Author: dwallace
Revision: 89193

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/PKGBUILD
(from rev 89192, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 89192, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/lib32-flashplugin-path.patch
(from rev 89192, steam/trunk/lib32-flashplugin-path.patch)
  steam/repos/community-i686/steam.install
(from rev 89192, 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

--+
 PKGBUILD |  112 -
 alsa_sdl_audiodriver.patch   |   28 +-
 lib32-flashplugin-path.patch |   20 +++
 steam.install|   52 +--
 4 files changed, 106 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-04-27 19:49:26 UTC (rev 89192)
+++ PKGBUILD2013-04-27 19:49:51 UTC (rev 89193)
@@ -1,56 +0,0 @@
-# $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'
-  '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=('85b0e502ee7842225935348da85e4c85'
- '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 89192, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-04-27 19:49:51 UTC (rev 89193)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: K900 k0009...@gmail.com
+pkgname=steam
+pkgver=1.0.0.38
+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=('9a402f52ff7be2713f0b7dcee4ec112a'
+ '1d83a1df55d677f35ce415e0750f4448'
+ 'ac0e03d70f1101331598b2b32ed9bac3')
+
+package() {
+depends=(
+  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
+  if [[ $CARCH == x86_64 ]]; then
+