[arch-commits] Commit in steam/trunk (PKGBUILD lib32-flashplugin-path.patch)

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


    Date: Thursday, February 14, 2013 @ 01:04:24
  Author: dwallace
Revision: 84227

upgpkg: steam 1.0.0.25-4

upgpkg: steam 1.0.0.25-4

Added:
  steam/trunk/lib32-flashplugin-path.patch
Modified:
  steam/trunk/PKGBUILD

------------------------------+
 PKGBUILD                     |   16 ++++++++++++----
 lib32-flashplugin-path.patch |   10 ++++++++++
 2 files changed, 22 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-14 00:01:33 UTC (rev 84226)
+++ PKGBUILD	2013-02-14 00:04:24 UTC (rev 84227)
@@ -3,7 +3,7 @@
 # Contributor: K900 <k0009000 at gmail.com>
 pkgname=steam
 pkgver=1.0.0.25
-pkgrel=3
+pkgrel=4
 pkgdesc="Digital distribution client - open beta - bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/"
@@ -20,16 +20,24 @@
   '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/'
+  '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/steam/archive/precise/steam_latest.tar.gz")
-md5sums=('d2e3bb2086bbaa002542b758bb41ede8')
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz"
+        'lib32-flashplugin-path.patch')
+md5sums=('d2e3bb2086bbaa002542b758bb41ede8'
+         '30a45eb17a1b13049ce62586759309bf')
 
+
 package() {
 
   # Install license

Added: lib32-flashplugin-path.patch
===================================================================
--- lib32-flashplugin-path.patch	                        (rev 0)
+++ lib32-flashplugin-path.patch	2013-02-14 00:04:24 UTC (rev 84227)
@@ -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"




More information about the arch-commits mailing list