View | Details | Raw Unified | Return to bug 62884
Collapse All | Expand All

(-)opera-devel/distinfo (+1 lines)
Line 1 Link Here
1
MD5 (opera-7.50-20031219.1-static-qt.i386.freebsd-en.tar.bz2) = 6b47e5bc28d863b18c7a43487ea7d62c
1
MD5 (opera-7.50-20031219.1-static-qt.i386.freebsd-en.tar.bz2) = 6b47e5bc28d863b18c7a43487ea7d62c
2
SIZE (opera-7.50-20031219.1-static-qt.i386.freebsd-en.tar.bz2) = 4789887
(-)opera-devel/files/patch-install.sh (-1 / +34 lines)
Lines 1-5 Link Here
1
--- install.sh.orig	Fri Dec 19 14:45:42 2003
1
--- install.sh.orig	Fri Dec 19 14:45:42 2003
2
+++ install.sh	Wed Dec 31 14:59:00 2003
2
+++ install.sh	Sun Feb 15 21:02:32 2004
3
@@ -108,8 +108,8 @@
3
@@ -108,8 +108,8 @@
4
 
4
 
5
     if test ${os} = 'FreeBSD' -o ${os} = 'OpenBSD'; then
5
     if test ${os} = 'FreeBSD' -o ${os} = 'OpenBSD'; then
Lines 115-120 Link Here
115
      # Shorcuts and Icons
115
      # Shorcuts and Icons
116
 	icons
116
 	icons
117
 	gnome
117
 	gnome
118
@@ -1305,13 +1275,13 @@
119
 {
120
     # arg1 = location
121
 
122
-    wmconfig_file="${1}/opera"
123
+    wmconfig_file="${1}/opera-devel"
124
 
125
-    wmconfig_contain='opera name "Opera"
126
+    wmconfig_contain='opera name "Opera Beta"
127
 opera description "Opera Web Browser"
128
 opera icon "opera.xpm"
129
 opera mini-icon "opera.xpm"
130
-opera exec "opera &"
131
+opera exec "opera-devel &"
132
 opera group "Internet"'
133
 
134
     echo "${wmconfig_contain}" > ${wmconfig_file}
135
@@ -1322,12 +1292,12 @@
136
 {
137
     # arg1 = location
138
 
139
-    desktop_file="${1}/opera.desktop"
140
+    desktop_file="${1}/opera-devel.desktop"
141
 
142
     desktop_contain='[Desktop Entry]
143
-Name=Opera
144
+Name=Opera Beta
145
 Comment=Web Browser
146
-Exec=opera
147
+Exec=opera-devel
148
 Icon=opera.xpm
149
 Terminal=0
150
 Type=Application'
118
@@ -1361,22 +1331,22 @@
151
@@ -1361,22 +1331,22 @@
119
 
152
 
120
     debug_msg 0 "in icons()"
153
     debug_msg 0 "in icons()"

Return to bug 62884