opera: updated to 9.62

This commit is contained in:
Simone Rota 2008-11-01 21:59:11 +01:00
parent c05bc43e85
commit 195d597d2e
3 changed files with 11 additions and 11 deletions

View File

@ -6,13 +6,13 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/opera -rwxr-xr-x root/root usr/bin/opera
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/opera/ drwxr-xr-x root/root usr/lib/opera/
drwxr-xr-x root/root usr/lib/opera/9.61/ drwxr-xr-x root/root usr/lib/opera/9.62/
-rw-r--r-- root/root usr/lib/opera/9.61/missingsyms.so -rw-r--r-- root/root usr/lib/opera/9.62/missingsyms.so
-rwxr-xr-x root/root usr/lib/opera/9.61/opera -rwxr-xr-x root/root usr/lib/opera/9.62/opera
-rwxr-xr-x root/root usr/lib/opera/9.61/operaplugincleaner -rwxr-xr-x root/root usr/lib/opera/9.62/operaplugincleaner
-rwxr-xr-x root/root usr/lib/opera/9.61/operapluginwrapper -rwxr-xr-x root/root usr/lib/opera/9.62/operapluginwrapper
-rw-r--r-- root/root usr/lib/opera/9.61/spellcheck.so -rw-r--r-- root/root usr/lib/opera/9.62/spellcheck.so
-rwxr-xr-x root/root usr/lib/opera/9.61/works -rwxr-xr-x root/root usr/lib/opera/9.62/works
drwxr-xr-x root/root usr/lib/opera/plugins/ drwxr-xr-x root/root usr/lib/opera/plugins/
drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/ drwxr-xr-x root/root usr/man/man1/

View File

@ -1 +1 @@
ef895e80f26915fdedc0c5eaee486009 opera-9.61.gcc4-qt4.i386.tar.bz2 d7018a3ddbb06e1dcad883a9c198563e opera-9.62.gcc4-qt4.i386.tar.bz2

View File

@ -5,9 +5,9 @@
# Depends on: qt4 # Depends on: qt4
name=opera name=opera
version=9.61 version=9.62
release=1 release=1
source=(http://ftp.ntua.gr/pub/www/Opera/linux/961/final/en/i386/opera-$version.gcc4-qt4.i386.tar.bz2) source=(http://ftp.heanet.ie/pub/opera/linux/962/final/en/i386/opera-$version.gcc4-qt4.i386.tar.bz2)
build() { build() {
cd $name-$version-* cd $name-$version-*
@ -19,6 +19,6 @@ build() {
sed -i -e "s|$PKG||g" $PKG/usr/bin/opera sed -i -e "s|$PKG||g" $PKG/usr/bin/opera
rm -rf $PKG/usr/share/doc rm -rf $PKG/usr/share/doc
find "$PKG/usr/share/opera/locale/" -type d -mindepth 1 -maxdepth 1 -not -name en -exec rm -r {} \; find "$PKG/usr/share/opera/locale/" -mindepth 1 -maxdepth 1 -type d -not -name en -exec rm -r {} \;
} }