[Lunar-commits] r25712 - in moonbase/trunk: web/opera web/opera-static zbeta/opera-beta zbeta/opera-static-beta

Stefan Wold ratler at lunar-linux.org
Tue Sep 4 20:01:38 CEST 2007


Author: ratler
Date: 2007-09-04 20:01:38 +0200 (Tue, 04 Sep 2007)
New Revision: 25712

Modified:
   moonbase/trunk/web/opera-static/CONFLICTS
   moonbase/trunk/web/opera/CONFLICTS
   moonbase/trunk/zbeta/opera-beta/BUILD
   moonbase/trunk/zbeta/opera-beta/CONFLICTS
   moonbase/trunk/zbeta/opera-beta/DETAILS
   moonbase/trunk/zbeta/opera-static-beta/BUILD
   moonbase/trunk/zbeta/opera-static-beta/CONFLICTS
   moonbase/trunk/zbeta/opera-static-beta/DETAILS
Log:
Updating the old opera-beta modules with the latest alpha relase of opera 9.50. Also fixing so the beta modules will coexist with the stable version of opera.

Modified: moonbase/trunk/web/opera/CONFLICTS
===================================================================
--- moonbase/trunk/web/opera/CONFLICTS	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/web/opera/CONFLICTS	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,3 +1 @@
-conflicts opera-static &&
-conflicts opera-static-beta &&
-conflicts opera-beta
+conflicts opera-static

Modified: moonbase/trunk/web/opera-static/CONFLICTS
===================================================================
--- moonbase/trunk/web/opera-static/CONFLICTS	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/web/opera-static/CONFLICTS	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,3 +1 @@
-conflicts opera &&
-conflicts opera-beta &&
-conflicts opera-static-beta
+conflicts opera

Modified: moonbase/trunk/zbeta/opera-beta/BUILD
===================================================================
--- moonbase/trunk/zbeta/opera-beta/BUILD	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/zbeta/opera-beta/BUILD	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,13 +1,17 @@
 (
+cat >> usr/share/opera/ini/pluginpath.ini << EOF
+
+; Lunar plugin directory
+/opt/lunar/plugins=1
+EOF
+
+  # Make beta co-exist happily with current version
+  sedit '/^export OPERA_BINARYDIR/a export OPERA_PERSONALDIR="$HOME/.opera-beta"' install.sh &&
+
+  # Disable internal md5check
+  sedit '/md5check Manifest.md5/d' install.sh &&
   prepare_install &&
-  echo "n" | ./install.sh -s &&
 
-  cp -f man/opera.1 /usr/share/man/man1 &&
+  ./install.sh --prefix=/opt/lunar/opera-beta
 
-  if [ ! -f /etc/opera6rc ]; then
-    install -m 644 config/opera6rc /etc
-  fi
-  if [ ! -f /etc/opera6rc.fixed ]; then
-    install -m 644 config/opera6rc.fixed /etc
-  fi
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/zbeta/opera-beta/CONFLICTS
===================================================================
--- moonbase/trunk/zbeta/opera-beta/CONFLICTS	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/zbeta/opera-beta/CONFLICTS	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,3 +1 @@
-conflicts opera-static &&
-conflicts opera-static-beta &&
-conflicts opera
+conflicts opera-static-beta

Modified: moonbase/trunk/zbeta/opera-beta/DETAILS
===================================================================
--- moonbase/trunk/zbeta/opera-beta/DETAILS	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/zbeta/opera-beta/DETAILS	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,15 +1,18 @@
           MODULE=opera-beta
-         VERSION=9.0beta2
-      SUBVERSION=20060518.6-shared-qt.i386-en-284
-          SOURCE=opera-9.0-$SUBVERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-9.0-$SUBVERSION
-      SOURCE_URL=http://ftp.heanet.ie/pub/opera/linux/900/beta2/en/i386/shared/
-      SOURCE_VFY=sha1:13c128c72b7414cbed0bd37cd72bdb140cf52249
+         VERSION=9.50
+      SUBVERSION=20070903.6-shared-qt.i386-1567
+          SOURCE=opera-$VERSION-$SUBVERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION
+      SOURCE_URL=http://snapshot.opera.com/unix/9.50-Alpha-1/intel-linux/
+      SOURCE_VFY=sha1:03a11117416f27bdd3d7f243b95c99a6c6835e23
         WEB_SITE=http://www.opera.com/
       MAINTAINER=ratler at lunar-linux.org
          ENTERED=20060210
-         UPDATED=20060606
-           SHORT="The most full-featured Internet browser on the market."
+         UPDATED=20070904
+           SHORT="(BETA) 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. This is the technical preview or

Modified: moonbase/trunk/zbeta/opera-static-beta/BUILD
===================================================================
--- moonbase/trunk/zbeta/opera-static-beta/BUILD	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/zbeta/opera-static-beta/BUILD	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,12 +1,17 @@
 (
+cat >> usr/share/opera/ini/pluginpath.ini << EOF
+
+; Lunar plugin directory
+/opt/lunar/plugins=1
+EOF
+
+  # Make beta co-exist happily with current version
+  sedit '/^export OPERA_BINARYDIR/a export OPERA_PERSONALDIR="$HOME/.opera-beta"' install.sh &&
+
+  # Disable internal md5check
+  sedit '/md5check Manifest.md5/d' install.sh &&
   prepare_install &&
-  echo "n" | ./install.sh -s &&
-  cp -f man/opera.1 /usr/share/man/man1 &&
 
-  if [ ! -f /etc/opera6rc ]; then
-    install -m 644 config/opera6rc /etc
-  fi
-  if [ ! -f /etc/opera6rc.fixed ]; then
-    install -m 644 config/opera6rc.fixed /etc
-  fi
+  ./install.sh --prefix=/opt/lunar/opera-beta
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/zbeta/opera-static-beta/CONFLICTS
===================================================================
--- moonbase/trunk/zbeta/opera-static-beta/CONFLICTS	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/zbeta/opera-static-beta/CONFLICTS	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,3 +1 @@
-conflicts opera &&
-conflicts opera-static &&
 conflicts opera-beta

Modified: moonbase/trunk/zbeta/opera-static-beta/DETAILS
===================================================================
--- moonbase/trunk/zbeta/opera-static-beta/DETAILS	2007-09-04 17:53:58 UTC (rev 25711)
+++ moonbase/trunk/zbeta/opera-static-beta/DETAILS	2007-09-04 18:01:38 UTC (rev 25712)
@@ -1,15 +1,18 @@
           MODULE=opera-static-beta
-         VERSION=9.0beta2
-      SUBVERSION=20060518.1-static-qt.i386-en-284
-          SOURCE=opera-9.0-$SUBVERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-9.0-$SUBVERSION
-      SOURCE_URL=http://ftp.heanet.ie/pub/opera/linux/900/beta2/en/i386/static/
-      SOURCE_VFY=sha1:0f6446fb95ca961e9da99fdf142ba34f824c18fe
+         VERSION=9.50
+      SUBVERSION=20070903.9-static-qt.i386-1567
+          SOURCE=opera-$VERSION-$SUBVERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-$VERSION-$SUBVERSION
+      SOURCE_URL=http://snapshot.opera.com/unix/9.50-Alpha-1/intel-linux/
+      SOURCE_VFY=sha1:701bb0a4f02b7ec82bfc8bb7522dfbf8d4a15bbd
         WEB_SITE=http://www.opera.com/
       MAINTAINER=ratler at lunar-linux.org
          ENTERED=20060210
-         UPDATED=20060606
-           SHORT="The most full-featured Internet browser on the market."
+         UPDATED=20070904
+           SHORT="(BETA) 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. This is the technical preview or



More information about the Lunar-commits mailing list