summaryrefslogtreecommitdiff
path: root/www/opera-devel/files/patch-install.sh
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-02-17 15:24:49 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-02-17 15:24:49 +0000
commit61aedcffdbe36318960b67982ab8524f92ea1d2b (patch)
tree0901bd7cc8dcd7b2b9fb3bc198fa692801d0c5dc /www/opera-devel/files/patch-install.sh
parentAdd missing man-pages, correct dependencies. (diff)
- Integrate a patch from Piotr Smyrak (piotr.smyrak@heron,pl)
that installs a correct opera desktop entry (points to opera-devel instead of opera, and fixes conflict with www/opera's desktop entry) - Add SIZE to distinfo - Portrevision not bumped, because functionality hasn't changed PR: ports/62884 Submitted by: maintainer While I'm here: - Remove unnecessary ':' from PLIST substitutions - Remove blank lines from pkg-plist and pkg-message to satisfy portlint
Notes
Notes: svn path=/head/; revision=101219
Diffstat (limited to 'www/opera-devel/files/patch-install.sh')
-rw-r--r--www/opera-devel/files/patch-install.sh35
1 files changed, 34 insertions, 1 deletions
diff --git a/www/opera-devel/files/patch-install.sh b/www/opera-devel/files/patch-install.sh
index 71a9c6efb7b5..668dd35cf5b1 100644
--- a/www/opera-devel/files/patch-install.sh
+++ b/www/opera-devel/files/patch-install.sh
@@ -1,5 +1,5 @@
--- install.sh.orig Fri Dec 19 14:45:42 2003
-+++ install.sh Wed Dec 31 14:59:00 2003
++++ install.sh Sun Feb 15 21:02:32 2004
@@ -108,8 +108,8 @@
if test ${os} = 'FreeBSD' -o ${os} = 'OpenBSD'; then
@@ -115,6 +115,39 @@
# Shorcuts and Icons
icons
gnome
+@@ -1305,13 +1275,13 @@
+ {
+ # arg1 = location
+
+- wmconfig_file="${1}/opera"
++ wmconfig_file="${1}/opera-devel"
+
+- wmconfig_contain='opera name "Opera"
++ wmconfig_contain='opera name "Opera Beta"
+ opera description "Opera Web Browser"
+ opera icon "opera.xpm"
+ opera mini-icon "opera.xpm"
+-opera exec "opera &"
++opera exec "opera-devel &"
+ opera group "Internet"'
+
+ echo "${wmconfig_contain}" > ${wmconfig_file}
+@@ -1322,12 +1292,12 @@
+ {
+ # arg1 = location
+
+- desktop_file="${1}/opera.desktop"
++ desktop_file="${1}/opera-devel.desktop"
+
+ desktop_contain='[Desktop Entry]
+-Name=Opera
++Name=Opera Beta
+ Comment=Web Browser
+-Exec=opera
++Exec=opera-devel
+ Icon=opera.xpm
+ Terminal=0
+ Type=Application'
@@ -1361,22 +1331,22 @@
debug_msg 0 "in icons()"