mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/opera: Updated for version 9.64
This commit is contained in:
parent
1776c3e9ab
commit
75ba5d7672
4 changed files with 14 additions and 8 deletions
|
@ -18,3 +18,9 @@ if [ -x /usr/bin/update-desktop-database ]; then
|
||||||
/usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
|
/usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||||
|
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||||
|
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for opera
|
# Slackware build script for opera
|
||||||
|
|
||||||
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
|
# Copyright 2006 Martin Lefebvre <dadexter@gmail.com>
|
||||||
# Copyright 2008 Robby Workman, Northport, Alabama, USA
|
# Copyright 2008,2009 Robby Workman, Northport, Alabama, USA
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=opera
|
PRGNAM=opera
|
||||||
VERSION=9.62
|
VERSION=9.64
|
||||||
ARCH=i386 # Leave this alone
|
ARCH=i386 # Leave this alone
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
@ -43,7 +43,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
||||||
CHINESE_FIX=${CHINESE_FIX:-NO}
|
CHINESE_FIX=${CHINESE_FIX:-NO}
|
||||||
|
|
||||||
# Don't bother this - it's for easier manipulation and sed'ing later
|
# Don't bother this - it's for easier manipulation and sed'ing later
|
||||||
TOPDIR=$(tar tf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.i386.tar.bz2 |head -1)
|
TOPDIR=$(tar tf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.${ARCH}.tar.bz2 |head -1)
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $TOPDIR
|
rm -rf $TOPDIR
|
||||||
tar xvf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.i386.tar.bz2
|
tar xvf $CWD/$PRGNAM-${VERSION}.gcc4-shared-qt3.${ARCH}.tar.bz2
|
||||||
cd $TOPDIR
|
cd $TOPDIR
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
chmod -R u+w,go+r-w,a-s .
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="opera"
|
PRGNAM="opera"
|
||||||
VERSION="9.62"
|
VERSION="9.64"
|
||||||
HOMEPAGE="http://www.opera.com"
|
HOMEPAGE="http://www.opera.com"
|
||||||
DOWNLOAD="ftp://ftp.opera.com/pub/opera/linux/962/final/en/i386/shared/opera-9.62.gcc4-shared-qt3.i386.tar.bz2"
|
DOWNLOAD="ftp://ftp.opera.com/pub/opera/linux/964/final/en/i386/shared/opera-9.64.gcc4-shared-qt3.i386.tar.bz2"
|
||||||
MD5SUM="42cdca1c97e1cc6a669c7ca73564c9a0"
|
MD5SUM="75089899df632484b62f75b23412fb90"
|
||||||
MAINTAINER="Robby Workman"
|
MAINTAINER="Robby Workman"
|
||||||
EMAIL="rw@rlworkman.net"
|
EMAIL="rw@rlworkman.net"
|
||||||
APPROVED="dsomero"
|
APPROVED="dsomero"
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# make exactly 11 lines for the formatting to be correct. It's also
|
# make exactly 11 lines for the formatting to be correct. It's also
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler--------------------------------------------------------|
|
||||||
opera: opera (Opera Web Browser)
|
opera: opera (Opera Web Browser)
|
||||||
opera:
|
opera:
|
||||||
opera: Opera is a lightweight, free, multiplatform, and
|
opera: Opera is a lightweight, free, multiplatform, and
|
||||||
|
|
Loading…
Reference in a new issue