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

Daniel Wallace dwallace at archlinux.org
Fri Mar 20 01:22:55 UTC 2015


    Date: Friday, March 20, 2015 @ 02:22:54
  Author: dwallace
Revision: 129597

remove flashplugin

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

------------------------------+
 PKGBUILD                     |    5 -----
 lib32-flashplugin-path.patch |   10 ----------
 2 files changed, 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-20 01:19:46 UTC (rev 129596)
+++ PKGBUILD	2015-03-20 01:22:54 UTC (rev 129597)
@@ -10,10 +10,8 @@
 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)
@@ -21,15 +19,12 @@
   '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"
 }

Deleted: lib32-flashplugin-path.patch
===================================================================
--- lib32-flashplugin-path.patch	2015-03-20 01:19:46 UTC (rev 129596)
+++ lib32-flashplugin-path.patch	2015-03-20 01:22:54 UTC (rev 129597)
@@ -1,10 +0,0 @@
---- a/steam	2013-02-14 14:03:49.000000000 -0500
-+++ b/steam	2013-02-14 15:48:06.766152022 -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