wok diff get-opera/stuff/get-opera @ rev 15130

pinentry-gtk: add build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 09:23:59 2013 +0000 (2013-08-15)
parents 58dfbeca564f
children 7dd1b2864868
line diff
     1.1 --- a/get-opera/stuff/get-opera	Tue Sep 04 16:32:08 2012 +0200
     1.2 +++ b/get-opera/stuff/get-opera	Thu Aug 15 09:23:59 2013 +0000
     1.3 @@ -3,8 +3,8 @@
     1.4  PACKAGE="opera"
     1.5  WEB_SITE="http://www.opera.com/"
     1.6  CATEGORY="non-free"
     1.7 -DEPENDS="libQtGui"
     1.8 -URL=http://mirrors.dedipower.com/opera/linux/
     1.9 +DEPENDS=""
    1.10 +URL=http://mirror.switch.ch/ftp/mirror/opera/linux/
    1.11  
    1.12  ROOT="$1"
    1.13  [ -d "$ROOT" ] || ROOT=""
    1.14 @@ -32,7 +32,7 @@
    1.15  
    1.16  # Download deb
    1.17  for RELEASE in $@ $(get_releases); do
    1.18 -	FILE=$(wget -O- "$URL$RELEASE/" 2>/dev/null | grep -v next | sed 's|.*[Ff]="\(.*\)".*|\1|;/6.d/!d;q')
    1.19 +	FILE=$(wget -O- "$URL$RELEASE/" 2>/dev/null |sed 's|.*[Ff]="\(.*\)".*|\1|;/6.d/!d;q'|sed 's/".*//')
    1.20  	[ -n "$FILE" ] || continue
    1.21  	wget $URL$RELEASE/$FILE
    1.22  	[ -s $FILE ] && break