diff options
Diffstat (limited to 'base/flashplayer/Pkgfile')
-rw-r--r-- | base/flashplayer/Pkgfile | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/base/flashplayer/Pkgfile b/base/flashplayer/Pkgfile index 615640196..95594e8d1 100644 --- a/base/flashplayer/Pkgfile +++ b/base/flashplayer/Pkgfile @@ -4,29 +4,27 @@ # Packager: lesibel at free dot fr name=flashplayer -version=11.0.1.6 +version=11.0.1.129 release=1 case `uname -m` in x86_64) - source=(http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_install_lin_64_071311.tar.gz + source=(http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_rc1_install_lin_64_090611.tar.gz mms.cfg) ;; i?86) - source=(http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_b1_debug_lin_32_071311.tar.gz + source=(http://download.macromedia.com/pub/labs/flashplatformruntimes/flashplayer11/flashplayer11_rc1_install_lin_32_090611.tar.gz mms.cfg) ;; esac build() { - install -D -m755 $SRC/usr/lib/kde4/kcm_adobe_flash_player.so $PKG/usr/lib/kde4/kcm_adobe_flash_player.so - install -D -m644 $SRC/usr/share/icons/hicolor/16x16/apps/flash-player-properties.png $PKG/usr/share/icons/hicolor/16x16/apps/flash-player-properties.png - install -D -m644 $SRC/usr/share/icons/hicolor/32x32/apps/flash-player-properties.png $PKG/usr/share/icons/hicolor/32x32/apps/flash-player-properties.png - install -D -m644 $SRC/usr/share/icons/hicolor/24x24/apps/flash-player-properties.png $PKG/usr/share/icons/hicolor/24x24/apps/flash-player-properties.png - install -D -m644 $SRC/usr/share/icons/hicolor/48x48/apps/flash-player-properties.png $PKG/usr/share/icons/hicolor/48x48/apps/flash-player-properties.png - install -D -m644 $SRC/usr/share/icons/hicolor/22x22/apps/flash-player-properties.png $PKG/usr/share/icons/hicolor/22x22/apps/flash-player-properties.png - install -D -m644 $SRC/usr/share/icons/hicolor/48x48/apps/flash-player-properties.png $PKG/usr/share/pixmaps/flash-player-properties.png - install -D -m644 $SRC/usr/share/applications/flash-player-properties.desktop $PKG/usr/share/applications/flash-player-properties.desktop - install -D -m644 $SRC/usr/share/kde4/services/kcm_adobe_flash_player.desktop $PKG/usr/share/kde4/services/kcm_adobe_flash_player.desktop - install -D -m755 $SRC/usr/bin/flash-player-properties $PKG/usr/bin/flash-player-properties - install -D -m755 libflashplayer.so $PKG/usr/lib/mozilla/plugins/libflashplayer.so - install -D -m644 mms.cfg $PKG/etc/adobe/mms.cfg + install -D -m755 $SRC/usr/lib/kde4/kcm_adobe_flash_player.so $PKG/usr/lib/kde4/kcm_adobe_flash_player.so + for res in 16 22 24 32 48; do + install -D -m644 $SRC/usr/share/icons/hicolor/${res}x$res/apps/flash-player-properties.png $PKG/usr/share/icons/hicolor/${res}x$res/apps/flash-player-properties.png + done + install -D -m644 $SRC/usr/share/icons/hicolor/48x48/apps/flash-player-properties.png $PKG/usr/share/pixmaps/flash-player-properties.png + install -D -m644 $SRC/usr/share/applications/flash-player-properties.desktop $PKG/usr/share/applications/flash-player-properties.desktop + install -D -m644 $SRC/usr/share/kde4/services/kcm_adobe_flash_player.desktop $PKG/usr/share/kde4/services/kcm_adobe_flash_player.desktop + install -D -m755 $SRC/usr/bin/flash-player-properties $PKG/usr/bin/flash-player-properties + install -D -m755 libflashplayer.so $PKG/usr/lib/mozilla/plugins/libflashplayer.so + install -D -m644 mms.cfg $PKG/etc/adobe/mms.cfg } |