]> git.pld-linux.org Git - packages/enlightenment.git/commitdiff
- updated
authorwaszi <waszi@pld-linux.org>
Sat, 13 Nov 1999 10:43:13 +0000 (10:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enlightenment-config-path.patch -> 1.2

enlightenment-config-path.patch

index 588f2b094c75412cf7f73f10a6f534834328b79f..a8f371139ba15a41a3af39bc47bdb63ed3115a49 100644 (file)
@@ -1,7 +1,7 @@
-diff -ur enlightenment-0.16.devel.2.orig/src/Makefile.in enlightenment-0.16.devel.2/src/Makefile.in
---- enlightenment-0.16.devel.2.orig/src/Makefile.in    Mon May 24 20:45:06 1999
-+++ enlightenment-0.16.devel.2/src/Makefile.in Sun Jun 20 04:10:42 1999
-@@ -102,7 +102,7 @@
+diff -Nur enlightenment-0.16.2.orig/src/Makefile.in enlightenment-0.16.2/src/Makefile.in
+--- enlightenment-0.16.2.orig/src/Makefile.in  Sun Nov  7 02:23:57 1999
++++ enlightenment-0.16.2/src/Makefile.in       Fri Nov 12 17:17:05 1999
+@@ -105,7 +105,7 @@
  
  INCLUDES = -I$(top_srcdir) $(ESD_CFLAGS) $(IMLIB_CFLAGS) -I$(includedir) -I..
  
@@ -10,71 +10,72 @@ diff -ur enlightenment-0.16.devel.2.orig/src/Makefile.in enlightenment-0.16.deve
  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  CONFIG_HEADER = ../econfig.h
  CONFIG_CLEAN_FILES = 
-diff -ur enlightenment-0.16.devel.2.orig/src/config.c enlightenment-0.16.devel.2/src/config.c
---- enlightenment-0.16.devel.2.orig/src/config.c       Mon May 24 20:33:15 1999
-+++ enlightenment-0.16.devel.2/src/config.c    Sun Jun 20 04:09:44 1999
-@@ -2675,8 +2675,8 @@
-               "-P "
-               "-nostdinc "
-               "-undef "
--              "-include %s/config/definitions "
--              "-I%s/config "
-+              "-include %s/definitions "
-+              "-I%s "
-               "-D ENLIGHTENMENT_VERSION=%s "
-               "-D ENLIGHTENMENT_ROOT=%s "
-               "-D ENLIGHTENMENT_BIN=%s "
-@@ -2690,7 +2690,7 @@
-               "-D USER_SHELL=%s "
-               "-D ENLIGHTENMENT_VERSION_015=1 "
-               "%s %s/.enlightenment/cached/cfg/%s.preparsed",
--              epp_path, ENLIGHTENMENT_ROOT, ENLIGHTENMENT_ROOT,
-+              epp_path, CONFIGDATADIR, CONFIGDATADIR,
-               ENLIGHTENMENT_VERSION, ENLIGHTENMENT_ROOT, ENLIGHTENMENT_BIN,
-               themepath,
-               root.w, root.h, root.w, root.h, root.depth,
-@@ -2969,7 +2969,7 @@
-   if (isfile(s))
-     EDBUG_RETURN(duplicate(s));
-   /* look in system config dir */
--  Esnprintf(s, sizeof(s), "%s/config/%s", ENLIGHTENMENT_ROOT, file);
-+  Esnprintf(s, sizeof(s), "%s/%s", CONFIGDATADIR, file);
-   if (isfile(s))
-     EDBUG_RETURN(duplicate(s));
-   /* not found.... NULL */
-@@ -2996,7 +2996,7 @@
-   if (isfile(s))
-     EDBUG_RETURN(duplicate(s));
-   /* look in system config dir */
--  Esnprintf(s, sizeof(s), "%s/config/%s", ENLIGHTENMENT_ROOT, file);
-+  Esnprintf(s, sizeof(s), "%s/%s", CONFIGDATADIR, file);
-   if (isfile(s))
-     EDBUG_RETURN(duplicate(s));
-   /* not found.... NULL */
-@@ -3017,7 +3017,7 @@
-   home = homedir(getuid());
-   Esnprintf(s, sizeof(s), "%s/.enlightenment/", home);
-   Fnlib_add_dir(fd, s);
--  Esnprintf(s, sizeof(s), "%s/config/", ENLIGHTENMENT_ROOT);
-+  Esnprintf(s, sizeof(s), "%s/", CONFIGDATADIR);
-   Fnlib_add_dir(fd, s);
-   /* save the current theme */
-   if ((themelocation) && (themelocation[0] != 0))
-@@ -3048,7 +3048,7 @@
-       Alert("Enlightenment has just experienced some major problems in\n"
-           "attempting to load the theme you specified or the default\n"
-           "configuration directory:\n"
--          "%s/config/\n"
-+          "%s/\n"
-           "This will prevent Enlightenment from loading any configuration\n"
-           "files at all.\n"
-           "Since this couldn't be found Enlightenment is probably not\n"
-@@ -3067,7 +3067,7 @@
-           "Please contact your system administrator or package maintainer.\n"
-           "If you are the administrator of your own system please\n"
-           "consult the documentation that came with Enlightenment for\n"
--          "addional information.\n", ENLIGHTENMENT_ROOT);
-+          "addional information.\n", CONFIGDATADIR);
-       if (home)
-       Efree(home);
-       EDBUG_RETURN(0);
+diff -Nur enlightenment-0.16.2.orig/src/config.c enlightenment-0.16.2/src/config.c
+--- enlightenment-0.16.2.orig/src/config.c     Tue Oct 26 10:53:30 1999
++++ enlightenment-0.16.2/src/config.c  Fri Nov 12 17:17:34 1999
+@@ -3206,9 +3206,9 @@
+                 "-nostdinc "
+                 "-undef "
+ #ifndef __EMX__
+-                "-include %s/config/definitions "
++                "-include %s/definitions "
++                "-I%s "
+                 "-I%s "
+-                "-I%s/config "
+                 "-D ENLIGHTENMENT_VERSION=%s "
+                 "-D ENLIGHTENMENT_ROOT=%s "
+                 "-D ENLIGHTENMENT_BIN=%s "
+@@ -3232,7 +3232,7 @@
+                 "-D ENLIGHTENMENT_VERSION_015=1 "
+                 "%s %s/cached/cfg/%s.preparsed",
+ #ifndef __EMX__
+-                epp_path, ENLIGHTENMENT_ROOT, themepath, ENLIGHTENMENT_ROOT,
++                epp_path, CONFIGDATADIR, themepath, CONFIGDATADIR,
+                 ENLIGHTENMENT_VERSION, ENLIGHTENMENT_ROOT, ENLIGHTENMENT_BIN,
+ #else
+                 epp_path, x11root, ENLIGHTENMENT_ROOT,
+@@ -3558,7 +3558,7 @@
+       EDBUG_RETURN(duplicate(s));
+    /* look in system config dir */
+ #ifndef __EMX__
+-   Esnprintf(s, sizeof(s), "%s/config/%s", ENLIGHTENMENT_ROOT, file);
++   Esnprintf(s, sizeof(s), "%s/%s", CONFIGDATADIR, file);
+ #else
+    Esnprintf(s, sizeof(s), "%s/config/%s", __XOS2RedirRoot(ENLIGHTENMENT_ROOT), file);
+ #endif
+@@ -3597,7 +3597,7 @@
+       EDBUG_RETURN(duplicate(s));
+    /* look in system config dir */
+ #ifndef __EMX__
+-   Esnprintf(s, sizeof(s), "%s/config/%s", ENLIGHTENMENT_ROOT, file);
++   Esnprintf(s, sizeof(s), "%s/%s", CONFIGDATADIR, file);
+ #else
+    Esnprintf(s, sizeof(s), "%s/config/%s", __XOS2RedirRoot(ENLIGHTENMENT_ROOT), file);
+ #endif
+@@ -3620,7 +3620,7 @@
+    Esnprintf(s, sizeof(s), "%s/", UserEDir());
+    Fnlib_add_dir(fd, s);
+ #ifndef __EMX__
+-   Esnprintf(s, sizeof(s), "%s/config/", ENLIGHTENMENT_ROOT);
++   Esnprintf(s, sizeof(s), "%s/", CONFIGDATADIR);
+ #else
+    Esnprintf(s, sizeof(s), "%s/config/", __XOS2RedirRoot(ENLIGHTENMENT_ROOT));
+ #endif
+@@ -3654,7 +3654,7 @@
+       Alert("Enlightenment has just experienced some major problems in\n"
+             "attempting to load the theme you specified or the default\n"
+             "configuration directory:\n"
+-            "%s/config/\n"
++            "%s/\n"
+             "This will prevent Enlightenment from loading any "
+             "configuration\n"
+             "files at all.\n"
+@@ -3675,7 +3675,7 @@
+             "maintainer.\n"
+             "If you are the administrator of your own system please\n"
+             "consult the documentation that came with Enlightenment for\n"
+-            "additional information.\n", ENLIGHTENMENT_ROOT);
++            "additional information.\n", CONFIGDATADIR);
+       EDBUG_RETURN(0);
+      }
+    strcpy(themepath, theme);
This page took 0.11395 seconds and 4 git commands to generate.