This commit is contained in:
Mario Fetka 2012-01-24 08:11:28 +01:00
parent 1aa62bd059
commit 67d59a73cb
4 changed files with 10 additions and 4 deletions

View File

@ -82,7 +82,12 @@ endif
; You can use $LicenseKey$ var to pass a license key to the installer
;
; === Nullsoft Scriptable Install System ================================================================
"%ScriptPath%\X86FILE" /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers
;"%ScriptPath%\X86FILE" /silent /launchopera 0 /desktopshortcut 0 /quicklaunchshortcut 0 /setdefaultbrowser 0 /allusers
; === MSI package =======================================================================================
; You may use the parameter PIDKEY=$Licensekey$
msiexec /i "%ScriptPath%\X86FILE" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
[Files_install]
; Example of recursively copying some files into the installation directory:

View File

@ -1 +0,0 @@
b1f270487b9450d4aac8a0caaf918173dc153d3d /usr/portage/distfiles/Opera_1160_int_Setup.exe

View File

@ -0,0 +1 @@
88bbef89c53931929bec446b7f574b49075f0a94 /usr/portage/distfiles/Opera_1161_int_Setup.msi

View File

@ -1,13 +1,14 @@
#!/bin/sh
PN="opera"
VERSION="11.60"
VERSION="11.61"
UVERSION="1161"
RELEASE="1"
PRIORITY="0"
ADVICE=""
TYPE="public"
# all downloads should not have any traling parameters like ?downlaodid=1234 .....(should rewrite in python)
ICON="http://www.kernreaktor.net/wp-content/uploads/2009/03/opera_logosvg.png"
X86="ftp://ftp.opera.com/pub/opera/win/1160/int/Opera_1160_int_Setup.exe"
X86="ftp://ftp.opera.com/pub/opera/win/1161/autoupdate/Opera_${UVERSION}_int_Setup.msi"
#AMD64="http://downloads.sourceforge.net/sevenzip/7z920-x64.msi"
ICONFILE=${ICON##*/}
X86FILE=${X86##*/}