[Lunar-commits] <moonbase> flash-plugin-11: updated to 11.0.1.3

Zbigniew Luszpinski zbiggy at lunar-linux.org
Fri May 13 22:37:57 CEST 2011


commit 9b60e667c5e36fb49efd2db8591e6f64e30466cd
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Fri May 13 22:37:57 2011 +0200

    flash-plugin-11: updated to 11.0.1.3
---
 web/flash-plugin-11/BUILD   |   30 ++++++++----------------------
 web/flash-plugin-11/DETAILS |    9 ++++-----
 2 files changed, 12 insertions(+), 27 deletions(-)

diff --git a/web/flash-plugin-11/BUILD b/web/flash-plugin-11/BUILD
index fee3dee..c848c29 100644
--- a/web/flash-plugin-11/BUILD
+++ b/web/flash-plugin-11/BUILD
@@ -1,30 +1,16 @@
 (
 
-  prepare_install              &&
-  mkdir -p /opt/lunar/plugins  &&
-  install -m755 libflashplayer.so /opt/lunar/plugins/ &&
-
-  if [ -d /usr/bin ]; then
-    install -m755 usr/bin/* /usr/bin
-  fi &&
-
-  if [ -d /usr/lib/kde4 ]; then
-    install -m755 usr/lib/kde4/* /usr/lib/kde4
+  # This only applies if you do not have kdelibs4/Qt4 installed.
+  if ! module_installed kdelibs4 ; then
+     rm -rf usr/lib/kde4 usr/share/kde4
   fi &&
 
-  if [ -d /usr/share/applications ]; then
-    install -m644 usr/share/applications/* /usr/share/applications
-  fi &&
-
-  if [ -d /usr/share/icons/hicolor ]; then
-    cp -af usr/share/icons/hicolor/* /usr/share/icons/hicolor &&
-    if [ -x /usr/bin/gtk-update-icon-cache ] ; then
-      gtk-update-icon-cache -f /usr/share/icons/hicolor/
-    fi
-  fi &&
+  prepare_install &&
+  install -Dm755 libflashplayer.so /opt/lunar/plugins/libflashplayer.so &&
+  cp -a usr / &&
 
-  if [ -d /usr/share/kde4/services ]; then
-    install -m644 usr/share/kde4/services/* /usr/share/kde4/services
+  if [ -x /usr/bin/gtk-update-icon-cache ] ; then
+      gtk-update-icon-cache -f /usr/share/icons/hicolor
   fi &&
 
   # Enable 3D acceleration using OpenGL
diff --git a/web/flash-plugin-11/DETAILS b/web/flash-plugin-11/DETAILS
index c7a3b70..fcc3416 100644
--- a/web/flash-plugin-11/DETAILS
+++ b/web/flash-plugin-11/DETAILS
@@ -1,13 +1,12 @@
           MODULE=flash-plugin-11
-         VERSION=11.0.0.60
-          SOURCE=flashplayer_inc_debug_lin_022711.tar.gz
+         VERSION=11.0.1.3
+          SOURCE=flashplayer_inc_debug_lin_051211.tar.gz
       SOURCE_URL=http://download.macromedia.com/pub/labs/flashplatformruntimes/incubator
-      SOURCE_VFY=sha1:0c123b7c7b4b5c44be972e30fa1288f0e6ff6a64
+      SOURCE_VFY=sha1:97ffd7c3923918be88ab7de0dbb24bc697acc284
         WEB_SITE=http://labs.adobe.com/downloads/flashplatformruntimes_incubator.html
          ENTERED=20110305
-         UPDATED=20110305
+         UPDATED=20110513
            SHORT="Beta Version 11 of the Adobe Flash plugin for web browsers"
-     CLEAR_CACHE=off
 
 cat << EOF
 Beta Version 11 of the flash plugin.


More information about the Lunar-commits mailing list