[Lunar-commits] <moonbase> Revert "opera-beta, opera-static-beta: remove them from the moonbase."

Florin Braescu florin at lunar-linux.org
Fri Apr 24 10:02:13 CEST 2009


commit e5c75c11a41cc96aa99a1ce59dfe7fad80360e90
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Apr 24 11:02:13 2009 +0300

    Revert "opera-beta, opera-static-beta: remove them from the moonbase."
    
    This reverts commit dcb07d30f70d43eff2c58fcf809fbfaabf40829c.
    
    opera-beta, opera-static-beta: revert the remove from moonbase.
---
 zbeta/opera-beta/BUILD               |   18 ++++++++++++++++++
 zbeta/opera-beta/CONFLICTS           |    1 +
 zbeta/opera-beta/DEPENDS             |    1 +
 zbeta/opera-beta/DETAILS             |   21 +++++++++++++++++++++
 zbeta/opera-beta/DETAILS.x86_64      |   21 +++++++++++++++++++++
 zbeta/opera-beta/POST_INSTALL        |    6 ++++++
 zbeta/opera-static-beta/BUILD        |   18 ++++++++++++++++++
 zbeta/opera-static-beta/CONFLICTS    |    1 +
 zbeta/opera-static-beta/DETAILS      |   21 +++++++++++++++++++++
 zbeta/opera-static-beta/POST_INSTALL |    6 ++++++
 10 files changed, 114 insertions(+), 0 deletions(-)

diff --git a/zbeta/opera-beta/BUILD b/zbeta/opera-beta/BUILD
new file mode 100644
index 0000000..b16c07f
--- /dev/null
+++ b/zbeta/opera-beta/BUILD
@@ -0,0 +1,18 @@
+(
+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 &&
+
+  ./install.sh --prefix=/opt/lunar/opera-beta &&
+  install -m 644 usr/share/pixmaps/opera.xpm /usr/share/pixmaps/
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/opera-beta/CONFLICTS b/zbeta/opera-beta/CONFLICTS
new file mode 100644
index 0000000..e83de80
--- /dev/null
+++ b/zbeta/opera-beta/CONFLICTS
@@ -0,0 +1 @@
+conflicts opera-static-beta
diff --git a/zbeta/opera-beta/DEPENDS b/zbeta/opera-beta/DEPENDS
new file mode 100644
index 0000000..1bb30a0
--- /dev/null
+++ b/zbeta/opera-beta/DEPENDS
@@ -0,0 +1 @@
+depends qt3
diff --git a/zbeta/opera-beta/DETAILS b/zbeta/opera-beta/DETAILS
new file mode 100644
index 0000000..ebdcb7d
--- /dev/null
+++ b/zbeta/opera-beta/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=opera-beta
+      SUBVERSION=2034
+         VERSION=9.50beta${SUBVERSION}
+          SOURCE=opera-9.50-${SUBVERSION}.gcc4-shared-qt3.i386.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-9.50-${SUBVERSION}.gcc4-shared-qt3.i386
+      SOURCE_URL=http://snapshot.opera.com/unix/snapshot-${SUBVERSION}/intel-linux/
+      SOURCE_VFY=sha1:a4ded451de1de1cca71457ba13c686af228f1a91
+        WEB_SITE=http://www.opera.com/
+      MAINTAINER=ratler at lunar-linux.org
+         LICENSE="proprietary"
+         ENTERED=20060210
+         UPDATED=20080611
+           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
+beta version of opera.
+EOF
diff --git a/zbeta/opera-beta/DETAILS.x86_64 b/zbeta/opera-beta/DETAILS.x86_64
new file mode 100644
index 0000000..7159759
--- /dev/null
+++ b/zbeta/opera-beta/DETAILS.x86_64
@@ -0,0 +1,21 @@
+          MODULE=opera-beta
+      SUBVERSION=2034
+         VERSION=9.50beta${SUBVERSION}
+          SOURCE=opera-9.50-${SUBVERSION}.gcc4-shared-qt3.x86_64.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-9.50-${SUBVERSION}.gcc4-shared-qt3.x86_64
+      SOURCE_URL=http://snapshot.opera.com/unix/snapshot-${SUBVERSION}/x86_64-linux/
+      SOURCE_VFY=sha1:d7b9b88e15b000fda3194fcc978bc26c13680c3a
+        WEB_SITE=http://www.opera.com/
+      MAINTAINER=ratler at lunar-linux.org
+         LICENSE="proprietary"
+         ENTERED=20060210
+         UPDATED=20080611
+           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
+beta version of opera.
+EOF
diff --git a/zbeta/opera-beta/POST_INSTALL b/zbeta/opera-beta/POST_INSTALL
new file mode 100644
index 0000000..004c51d
--- /dev/null
+++ b/zbeta/opera-beta/POST_INSTALL
@@ -0,0 +1,6 @@
+message "==================================================
+To start opera run /opt/lunar/opera-beta/bin/opera
+
+For opera-beta the settings will be stored under
+\$HOME/.opera-beta
+=================================================="
diff --git a/zbeta/opera-static-beta/BUILD b/zbeta/opera-static-beta/BUILD
new file mode 100644
index 0000000..b16c07f
--- /dev/null
+++ b/zbeta/opera-static-beta/BUILD
@@ -0,0 +1,18 @@
+(
+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 &&
+
+  ./install.sh --prefix=/opt/lunar/opera-beta &&
+  install -m 644 usr/share/pixmaps/opera.xpm /usr/share/pixmaps/
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/opera-static-beta/CONFLICTS b/zbeta/opera-static-beta/CONFLICTS
new file mode 100644
index 0000000..39676ff
--- /dev/null
+++ b/zbeta/opera-static-beta/CONFLICTS
@@ -0,0 +1 @@
+conflicts opera-beta
diff --git a/zbeta/opera-static-beta/DETAILS b/zbeta/opera-static-beta/DETAILS
new file mode 100644
index 0000000..74ba496
--- /dev/null
+++ b/zbeta/opera-static-beta/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=opera-static-beta
+      SUBVERSION=2034
+         VERSION=9.50beta${SUBVERSION}
+          SOURCE=opera-9.50-$SUBVERSION.gcc4-qt4.i386.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/opera-9.50-${SUBVERSION}.gcc4-qt4.i386
+      SOURCE_URL=http://snapshot.opera.com/unix/snapshot-${SUBVERSION}/intel-linux/
+      SOURCE_VFY=sha1:0226b87b890a6236371af917cffcbaef5015756c
+        WEB_SITE=http://www.opera.com/
+      MAINTAINER=ratler at lunar-linux.org
+         LICENSE="proprietary"
+         ENTERED=20060210
+         UPDATED=20080611
+           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
+beta version.
+EOF
diff --git a/zbeta/opera-static-beta/POST_INSTALL b/zbeta/opera-static-beta/POST_INSTALL
new file mode 100644
index 0000000..004c51d
--- /dev/null
+++ b/zbeta/opera-static-beta/POST_INSTALL
@@ -0,0 +1,6 @@
+message "==================================================
+To start opera run /opt/lunar/opera-beta/bin/opera
+
+For opera-beta the settings will be stored under
+\$HOME/.opera-beta
+=================================================="


More information about the Lunar-commits mailing list