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

Daniel Wallace dwallace at nymeria.archlinux.org
Thu Feb 14 00:04:45 UTC 2013


    Date: Thursday, February 14, 2013 @ 01:04:45
  Author: dwallace
Revision: 84228

archrelease: copy trunk to community-i686

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

------------------------------+
 PKGBUILD                     |   98 ++++++++++++++++++++++-------------------
 lib32-flashplugin-path.patch |   10 ++++
 steam.install                |   52 ++++++++++-----------
 3 files changed, 89 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-14 00:04:24 UTC (rev 84227)
+++ PKGBUILD	2013-02-14 00:04:45 UTC (rev 84228)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: K900 <k0009000 at gmail.com>
-pkgname=steam
-pkgver=1.0.0.25
-pkgrel=3
-pkgdesc="Digital distribution client - open beta - 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-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, copy to $XDG_DATA_HOME/Steam/ubuntu12_32/plugins/'
-  )
-fi
-
-
-install=steam.install
-
-source=("http://repo.steampowered.com/steam/archive/precise/steam_latest.tar.gz")
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8')
-
-package() {
-
-  # Install license
-  make -C $pkgname-$pkgver 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 84227, steam/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-14 00:04:45 UTC (rev 84228)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: K900 <k0009000 at gmail.com>
+pkgname=steam
+pkgver=1.0.0.25
+pkgrel=4
+pkgdesc="Digital distribution client - open beta - 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-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 -Np1 -i "$srcdir/lib32-flashplugin-path.patch"
+}
+else
+    optdepends=('flashplugin: for flash videos')
+fi
+
+
+install=steam.install
+
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz"
+        'lib32-flashplugin-path.patch')
+md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
+         '30a45eb17a1b13049ce62586759309bf')
+
+
+package() {
+
+  # Install license
+  make -C $pkgname-$pkgver 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/lib32-flashplugin-path.patch (from rev 84227, steam/trunk/lib32-flashplugin-path.patch)
===================================================================
--- lib32-flashplugin-path.patch	                        (rev 0)
+++ lib32-flashplugin-path.patch	2013-02-14 00:04:45 UTC (rev 84228)
@@ -0,0 +1,10 @@
+--- a/steam-1.0.0.25/steam	2013-02-07 21:19:10.000000000 -0500
++++ b/steam-1.0.0.25/steam	2013-02-13 18:57:54.461140028 -0500
+@@ -51,6 +51,7 @@
+ 
+ function setup_variables()
+ {
++    MOZ_PLUGIN_PATH="/usr/lib32/mozilla/plugins/"
+ 	STEAMPACKAGE="${0##*/}"
+ 	STEAMCONFIG=~/.steam
+ 	STEAMDATALINK="$STEAMCONFIG/$STEAMPACKAGE"

Deleted: steam.install
===================================================================
--- steam.install	2013-02-14 00:04:24 UTC (rev 84227)
+++ steam.install	2013-02-14 00:04:45 UTC (rev 84228)
@@ -1,26 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  echo "if you are running x86_64, you need the lib32 opt depends for your driver"
-  echo 
-  echo " if you are having problems with the steam license, remove .steam and .local/share/Steam"
-}
-
-pre_install(){
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_upgrade(){
-  pre_install $1
-}
-
-post_remove() {
-   pre_install $1 removing
-}
-

Copied: steam/repos/community-i686/steam.install (from rev 84227, steam/trunk/steam.install)
===================================================================
--- steam.install	                        (rev 0)
+++ steam.install	2013-02-14 00:04:45 UTC (rev 84228)
@@ -0,0 +1,26 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  echo "if you are running x86_64, you need the lib32 opt depends for your driver"
+  echo 
+  echo " if you are having problems with the steam license, remove .steam and .local/share/Steam"
+}
+
+pre_install(){
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_upgrade(){
+  pre_install $1
+}
+
+post_remove() {
+   pre_install $1 removing
+}
+




More information about the arch-commits mailing list