# HG changeset patch # User Richard Dunbar # Date 1482212016 18000 # Node ID 13ce2c17683e71baebbb29a714edba5be8c0fc62 # Parent 6ddedd765826f7ef6dfd00dd48cb795e3f4fdb25 get-flash-plugin: update for new npapi plugin diff -r 6ddedd765826 -r 13ce2c17683e get-flash-plugin/receipt --- a/get-flash-plugin/receipt Mon Dec 19 11:40:14 2016 +0100 +++ b/get-flash-plugin/receipt Tue Dec 20 00:33:36 2016 -0500 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="get-flash-plugin" -VERSION="1.5" +VERSION="1.6" CATEGORY="non-free" SHORT_DESC="Get Adobe Flash Player." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="http://www.adobe.com/products/flash/" -DEPENDS="libfirefox" +DEPENDS="libfirefox wget" TAGS="flash" # Rules to gen a SliTaz package suitable for Tazpkg. diff -r 6ddedd765826 -r 13ce2c17683e get-flash-plugin/stuff/get-flash-plugin --- a/get-flash-plugin/stuff/get-flash-plugin Mon Dec 19 11:40:14 2016 +0100 +++ b/get-flash-plugin/stuff/get-flash-plugin Tue Dec 20 00:33:36 2016 -0500 @@ -21,12 +21,12 @@ [ -d $INSTALLED/$PACKAGE ] && exit 1 fi -TARBALL="install_flash_player_11_linux.i386.tar.gz" -URL="http://fpdownload.macromedia.com/get/flashplayer/current/licensing/linux/$TARBALL" +TARBALL="flash_player_npapi_linux.i386.tar.gz" +URL="https://fpdownload.macromedia.com/get/flashplayer/current/licensing/linux/$TARBALL" TMP_DIR="$(mktemp -d)" CUR_DIR=$(pwd) cd $TMP_DIR -busybox wget -O $TARBALL $URL +wget --no-check-certificate -O $TARBALL $URL if [ ! -f $TARBALL ]; then echo "Could not download $TARBALL. Exiting." @@ -45,6 +45,7 @@ mv usr/bin $fs/usr mv usr/share/icons $fs/usr/share mv usr/share/pixmaps $fs/usr/share +mv usr/share/applications $fs/usr/share # Sanity Check: Reexport firefox libraries if they don't exist dir=$PACKAGE-$VERSION/fs/usr/lib