]> git.pld-linux.org Git - packages/monodevelop.git/commitdiff
- support for all provides libgtkembedmoz.so
authorKarol Krenski <charles@pld-linux.org>
Wed, 7 Jun 2006 09:32:34 +0000 (09:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    monodevelop-MOZILLA_FIVE_HOME.patch -> 1.6

monodevelop-MOZILLA_FIVE_HOME.patch

index 807efdfd49cdb7f42d3932d591f9d0014643fbe0..230f1263247b85d6ae78eb1d0a292f5245445884 100644 (file)
@@ -1,20 +1,25 @@
-diff -ruN monodevelop-0.8./monodevelop.in monodevelop-0.8/monodevelop.in
---- monodevelop-0.8./monodevelop.in    2005-10-18 19:49:06.000000000 +0200
-+++ monodevelop-0.8/monodevelop.in     2005-10-18 20:30:38.000314250 +0200
-@@ -18,12 +18,14 @@
+--- monodevelop-0.11/monodevelop.in.orig       2006-05-06 01:26:55.000000000 +0200
++++ monodevelop-0.11/monodevelop.in    2006-06-07 08:28:04.000000000 +0200
+@@ -18,12 +18,16 @@
  
  if test -n "$MOZILLA_FIVE_HOME"; then
        MOZILLA_HOME=$MOZILLA_FIVE_HOME
 -elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
 -        MOZILLA_HOME=@MOZILLA_HOME@
+-elif [ $(which mozilla) ] && grep MOZILLA_FIVE_HOME= "$(which mozilla)" > /dev/null ; then
+-      MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which mozilla) | cut -d '"' -f 2)
+-elif [ $(which firefox) ] && grep MOZILLA_FIVE_HOME= "$(which firefox)" > /dev/null ; then
+-      MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which firefox) | cut -d '"' -f 2)
 +elif [ -f @MOZILLA_HOME@/mozilla/chrome/comm.jar ]; then
 +        MOZILLA_HOME=@MOZILLA_HOME@/mozilla
- elif [ $(which mozilla) ] && grep MOZILLA_FIVE_HOME= "$(which mozilla)" > /dev/null ; then
-       MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which mozilla) | cut -d '"' -f 2)
- elif [ $(which firefox) ] && grep MOZILLA_FIVE_HOME= "$(which firefox)" > /dev/null ; then
-       MOZILLA_HOME=$(grep MOZILLA_FIVE_HOME= $(which firefox) | cut -d '"' -f 2)
 +elif [ -f @libdir@/mozilla/chrome/comm.jar ]; then
 +      MOZILLA_HOME=@libdir@/mozilla
++elif [ -f @libdir@/seamonkey/chrome/comm.jar ]; then
++      MOZILLA_HOME=@libdir@/seamonkey
++elif [ -f @libdir@/mozilla-firefox/chrome/comm.jar ]; then
++      MOZILLA_HOME=@libdir@/mozilla-firefox
++elif [ -f @libdir@/mozilla-thunderbird/chrome/comm.jar ]; then
++      MOZILLA_HOME=@libdir@/mozilla-thunderbird
  else
        echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory"
        exit 1
This page took 0.435895 seconds and 4 git commands to generate.