[Lunar-commits] <moonbase> opera, opera-static: Bumped to version 10.00.
Stefan Wold
ratler at lunar-linux.org
Tue Sep 1 21:08:37 CEST 2009
commit c5c9345fbfc42c48d6c8b22302427420c3fb07ff
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue Sep 1 21:08:37 2009 +0200
opera, opera-static: Bumped to version 10.00.
All versions use QT4. There is also a x86_64 static version
available now.
---
web/opera-static/BUILD | 11 ++++-------
web/opera-static/DEPENDS | 1 +
web/opera-static/DETAILS | 16 ++++++++--------
web/opera-static/DETAILS.x86_64 | 21 +++++++++++++++++++++
web/opera/BUILD | 11 ++++-------
web/opera/DEPENDS | 2 +-
web/opera/DETAILS | 20 ++++++++++----------
web/opera/DETAILS.x86_64 | 17 +++++++++--------
8 files changed, 58 insertions(+), 41 deletions(-)
diff --git a/web/opera-static/BUILD b/web/opera-static/BUILD
index e99f709..4290f91 100644
--- a/web/opera-static/BUILD
+++ b/web/opera-static/BUILD
@@ -1,5 +1,5 @@
(
- cat >> usr/share/opera/ini/pluginpath.ini << EOF
+ cat >> usr/share/opera/defaults/pluginpath.ini << EOF
; Lunar plugin directory
/opt/lunar/plugins=1
@@ -12,11 +12,8 @@ EOF
./install.sh --prefix=/usr &&
install -m 644 usr/share/pixmaps/opera.xpm /usr/share/pixmaps/ &&
- if [ ! -f /etc/opera6rc ]; then
- install -m 644 etc/opera6rc /etc
- fi &&
- if [ ! -f /etc/opera6rc.fixed ]; then
- install -m 644 etc/opera6rc.fixed /etc
- fi
+ for i in operaprefs_default.ini operaprefs_fixed.ini; do
+ [ -f /etc/${i} ] || install -m 644 etc/${i} /etc/
+ done
) > $C_FIFO 2>&1
diff --git a/web/opera-static/DEPENDS b/web/opera-static/DEPENDS
new file mode 100644
index 0000000..36288da
--- /dev/null
+++ b/web/opera-static/DEPENDS
@@ -0,0 +1 @@
+depends nas
diff --git a/web/opera-static/DETAILS b/web/opera-static/DETAILS
index 23868c7..5801bcb 100644
--- a/web/opera-static/DETAILS
+++ b/web/opera-static/DETAILS
@@ -1,21 +1,21 @@
MODULE=opera-static
- SUBVERSION=2480
- VERSION=9.64
- SOURCE=opera-$VERSION.gcc4-qt4.i386.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-qt4.i386
+ VERSION=10.00
+ SUBVERSION=4585
+ SOURCE=opera-$VERSION.gcc4-bundled-qt4.i386.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-bundled-qt4.i386
SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/i386
SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/i386
- SOURCE_VFY=sha1:c97cf93fa520d37a4c833c72b3a2e31e69505677
- WEB_SITE=http://www.opera.com
+ SOURCE_VFY=sha1:1e4b28240a38db924fb09145145b829892e1d4a3
+ WEB_SITE=http://www.opera.com/
MAINTAINER=ratler at lunar-linux.org
LICENSE="proprietary"
ENTERED=20051002
- UPDATED=20090303
+ UPDATED=20090901
SHORT="The most full-featured Internet browser on the market"
GARBAGE=off
ARCHIVE=off
cat << EOF
Opera includes pop-up blocking, tabbed browsing, integrated searches,
-E-mail, RSS Newsfeeds and IRC chat.
+E-mail, torrent, RSS newsfeeds and IRC chat.
EOF
diff --git a/web/opera-static/DETAILS.x86_64 b/web/opera-static/DETAILS.x86_64
new file mode 100644
index 0000000..5663022
--- /dev/null
+++ b/web/opera-static/DETAILS.x86_64
@@ -0,0 +1,21 @@
+ MODULE=opera-static
+ VERSION=10.00
+ SUBVERSION=4585
+ SOURCE=opera-$VERSION.gcc4-bundled-qt4.x86_64.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-bundled-qt4.x86_64
+ SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/x86_64
+ SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/x86_64
+ SOURCE_VFY=sha1:6b533adff40ffc78a4ff12f47487c455059a5f82
+ WEB_SITE=http://www.opera.com/
+ MAINTAINER=ratler at lunar-linux.org
+ LICENSE="proprietary"
+ ENTERED=20090901
+ UPDATED=20090901
+ SHORT="The most full-featured Internet browser on the market"
+GARBAGE=off
+ARCHIVE=off
+
+cat << EOF
+Opera includes pop-up blocking, tabbed browsing, integrated searches,
+E-mail, torrent, RSS newsfeeds and IRC chat.
+EOF
diff --git a/web/opera/BUILD b/web/opera/BUILD
index 12c69f1..17d3fa3 100644
--- a/web/opera/BUILD
+++ b/web/opera/BUILD
@@ -1,5 +1,5 @@
(
- cat >> usr/share/opera/ini/pluginpath.ini << EOF
+ cat >> usr/share/opera/defaults/pluginpath.ini << EOF
; Lunar plugin directory
/opt/lunar/plugins=1
@@ -13,11 +13,8 @@ EOF
./install.sh --prefix=/usr &&
install -m 644 usr/share/pixmaps/opera.xpm /usr/share/pixmaps/ &&
- if [ ! -f /etc/opera6rc ]; then
- install -m 644 etc/opera6rc /etc
- fi &&
- if [ ! -f /etc/opera6rc.fixed ]; then
- install -m 644 etc/opera6rc.fixed /etc
- fi
+ for i in operaprefs_default.ini operaprefs_fixed.ini; do
+ [ -f /etc/${i} ] || install -m 644 etc/${i} /etc/
+ done
) > $C_FIFO 2>&1
diff --git a/web/opera/DEPENDS b/web/opera/DEPENDS
index a0aa6ab..d8ae729 100644
--- a/web/opera/DEPENDS
+++ b/web/opera/DEPENDS
@@ -1,2 +1,2 @@
-depends qt3
+depends qt4
depends expat
diff --git a/web/opera/DETAILS b/web/opera/DETAILS
index 4702b2a..1e0d02d 100644
--- a/web/opera/DETAILS
+++ b/web/opera/DETAILS
@@ -1,21 +1,21 @@
MODULE=opera
- SUBVERSION=2480
- VERSION=9.64
- SOURCE=$MODULE-$VERSION.gcc4-shared-qt3.i386.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.gcc4-shared-qt3.i386
- SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/i386/shared
- SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/i386/shared
- SOURCE_VFY=sha1:9ccb6bc7484ee8071a8453290fd9f83d087b7152
- WEB_SITE=http://www.opera.com
+ VERSION=10.00
+ SUBVERSION=4585
+ SOURCE=$MODULE-$VERSION.gcc4-qt4.i386.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.gcc4-qt4.i386
+ SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/i386
+ SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/i386
+ SOURCE_VFY=sha1:46314ea5740c1579a723c3e25a6f8a6297a7978f
+ WEB_SITE=http://www.opera.com/
MAINTAINER=ratler at lunar-linux.org
LICENSE="proprietary"
ENTERED=20051002
- UPDATED=20090303
+ UPDATED=20090901
SHORT="The most full-featured Internet browser on the market"
GARBAGE=off
ARCHIVE=off
cat << EOF
Opera includes pop-up blocking, tabbed browsing, integrated searches,
-E-mail, RSS Newsfeeds and IRC chat.
+E-mail, torrent, RSS Newsfeeds and IRC chat.
EOF
diff --git a/web/opera/DETAILS.x86_64 b/web/opera/DETAILS.x86_64
index 0ab8648..456f33f 100644
--- a/web/opera/DETAILS.x86_64
+++ b/web/opera/DETAILS.x86_64
@@ -1,20 +1,21 @@
MODULE=opera
- SUBVERSION=2480
- VERSION=9.64
- SOURCE=$MODULE-$VERSION.gcc4-shared-qt3.x86_64.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION.gcc4-shared-qt3.x86_64
- SOURCE_URL=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/x86_64
+ VERSION=10.00
+ SUBVERSION=4585
+ SOURCE=$MODULE-$VERSION.gcc4-qt4.x86_64.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION-$SUBVERSION.gcc4-qt4.x86_64
+ SOURCE_URL[0]=http://ftp.heanet.ie/pub/opera/linux/${VERSION//\./}/final/en/x86_64
+ SOURCE_URL[1]=ftp://ftp.opera.com/pub/opera/linux/${VERSION//\./}/final/en/x86_64
SOURCE_VFY=sha1:1c8c406a9b64706d07cba999c2958ca1112603c4
- WEB_SITE=http://www.opera.com
+ WEB_SITE=http://www.opera.com/
MAINTAINER=ratler at lunar-linux.org
LICENSE="proprietary"
ENTERED=20080612
- UPDATED=20081217
+ UPDATED=20090901
SHORT="The most full-featured Internet browser on the market"
GARBAGE=off
ARCHIVE=off
cat << EOF
Opera includes pop-up blocking, tabbed browsing, integrated searches,
-E-mail, RSS Newsfeeds and IRC chat.
+E-mail, torrent, RSS newsfeeds and IRC chat.
EOF
More information about the Lunar-commits
mailing list