wok-6.x rev 13596
get-google-chrome: https+flash-plugin removed
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Nov 08 16:52:28 2012 +0000 (2012-11-08) |
parents | 0303b344c702 |
children | 4f73469d334e |
files | get-google-chrome/receipt get-google-chrome/stuff/get-google-chrome |
line diff
1.1 --- a/get-google-chrome/receipt Thu Nov 08 15:49:28 2012 +0100 1.2 +++ b/get-google-chrome/receipt Thu Nov 08 16:52:28 2012 +0000 1.3 @@ -7,6 +7,7 @@ 1.4 MAINTAINER="rocky@slitaz.org" 1.5 WEB_SITE="http://code.google.com/chromium/" 1.6 TAGS="browser" 1.7 +DEPENDS="wget" 1.8 1.9 # Rules to gen a SliTaz package suitable for Tazpkg. 1.10 genpkg_rules()
2.1 --- a/get-google-chrome/stuff/get-google-chrome Thu Nov 08 15:49:28 2012 +0100 2.2 +++ b/get-google-chrome/stuff/get-google-chrome Thu Nov 08 16:52:28 2012 +0000 2.3 @@ -3,7 +3,7 @@ 2.4 2.5 PACKAGE="google-chrome-unstable" 2.6 DEBPKG="${PACKAGE}_current_i386.deb" 2.7 -URL="http://dl.google.com/linux/direct/$DEBPKG" 2.8 +URL="https://dl.google.com/linux/direct/$DEBPKG" 2.9 CUR_DIR=$(pwd) 2.10 TEMP_DIR=/tmp/$PACKAGE-$$ 2.11 ROOT= 2.12 @@ -36,7 +36,7 @@ 2.13 cd $TEMP_DIR 2.14 2.15 # Download the file 2.16 -wget $URL 2.17 +wget --no-check-certificate $URL 2.18 if [ ! -f $DEBPKG ]; then 2.19 cd $CUR_DIR 2.20 rm -rf $TEMP_DIR 2.21 @@ -61,7 +61,7 @@ 2.22 VERSION="$VERSION" 2.23 CATEGORY="non-free" 2.24 SHORT_DESC="The web browser from Google." 2.25 -DEPENDS="gtk+ GConf lzma flash-plugin bash xdg-utils xorg-libXss cups libjpeg62" 2.26 +DEPENDS="gtk+ GConf lzma bash xdg-utils xorg-libXss cups libjpeg62" 2.27 WEB_SITE="http://www.google.com/chrome/" 2.28 2.29 post_install()