Author: sparky                       Date: Fri Sep 26 13:36:16 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- URL: PLD-WWW:/Packages/Iceape
- fix start script indent

---- Files affected:
SPECS:
   iceape.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/iceape.spec
diff -u SPECS/iceape.spec:1.12 SPECS/iceape.spec:1.13
--- SPECS/iceape.spec:1.12      Thu Sep 25 12:08:32 2008
+++ SPECS/iceape.spec   Fri Sep 26 15:36:10 2008
@@ -41,7 +41,7 @@
 Patch7:                %{name}-prefs.patch
 Patch8:                %{name}-lcrmf.patch
 Patch9:                %{name}-pld-branding.patch
-URL:           http://www.seamonkey-project.org/
+URL:           http://www.pld-linux.org/Packages/Iceape
 BuildRequires: automake
 %{?with_svg:BuildRequires:     cairo-devel >= 1.0.0}
 BuildRequires: freetype-devel >= 1:2.1.8
@@ -349,29 +349,29 @@
 fi
 
 PING=`$ICEAPE -remote 'ping()' 2>&1 >/dev/null`
-       if [ -n "$PING" ]; then
-               if [ -f "`pwd`/$1" ]; then
+if [ -n "$PING" ]; then
+       if [ -f "`pwd`/$1" ]; then
                exec $ICEAPE "file://`pwd`/$1"
-               else
+       else
                exec $ICEAPE "$@"
-               fi
+       fi
 fi
 
-               if [ -z "$1" ]; then
+if [ -z "$1" ]; then
        exec $ICEAPE -remote 'xfeDoCommand (openBrowser)'
-               elif [ "$1" == "-mail" ]; then
+elif [ "$1" == "-mail" ]; then
        exec $ICEAPE -remote 'xfeDoCommand (openInbox)'
-               elif [ "$1" == "-compose" ]; then
+elif [ "$1" == "-compose" ]; then
        exec $ICEAPE -remote 'xfeDoCommand (composeMessage)'
 fi
 
 [[ $1 == -* ]] && exec $ICEAPE "$@"
 
-                               if [ -f "`pwd`/$1" ]; then
-                                       URL="file://`pwd`/$1"
-                               else
-                                       URL="$1"
-                               fi
+if [ -f "`pwd`/$1" ]; then
+       URL="file://`pwd`/$1"
+else
+       URL="$1"
+fi
 if grep -q -E 'browser.tabs.opentabfor.middleclick.*true' \
                ~/.mozilla/default/*/prefs.js; then
        exec $ICEAPE -remote "OpenUrl($URL,new-tab)"
@@ -774,6 +774,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008/09/26 13:36:10  sparky
+- URL: PLD-WWW:/Packages/Iceape
+- fix start script indent
+
 Revision 1.12  2008/09/25 10:08:32  glen
 - never strip, strip done by rpmbuild anyway
 
@@ -817,4 +821,3 @@
 
 Revision 1.1  2008/06/25 15:36:57  hawk
 - seamonkey 1.1.9 rebranded as iceape (based on revision 1.84 of 
seamonkey.spec)
-
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceape.spec?r1=1.12&r2=1.13&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to