]> git.sur5r.net Git - kconfig-frontends/commitdiff
ksync: refresh patches
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Apr 2017 06:42:36 +0000 (08:42 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 9 Apr 2017 06:42:36 +0000 (08:42 +0200)
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
frontends/gconf/gconf.c.patch
frontends/qconf/qconf.cc.patch
libs/parser/yconf.y.patch

index 4b55ff7b88dbc0f76046cccbc09283f0ec70d61e..080881fb4fa5d4efb14a24d364e858e60fe77b6a 100644 (file)
@@ -10,7 +10,7 @@ diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c
  
  #include <glade/glade.h>
  #include <gtk/gtk.h>
-@@ -1468,8 +1468,10 @@
+@@ -1444,8 +1444,10 @@
  int main(int ac, char *av[])
  {
        const char *name;
@@ -22,7 +22,7 @@ diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c
  
        bindtextdomain(PACKAGE, LOCALEDIR);
        bind_textdomain_codeset(PACKAGE, "UTF-8");
-@@ -1483,6 +1485,7 @@
+@@ -1459,6 +1461,7 @@
        //add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
        //add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
  
@@ -30,7 +30,7 @@ diff --git a/frontends/gconf/gconf.c b/frontends/gconf/gconf.c
        /* Determine GUI path */
        env = getenv(SRCTREE);
        if (env)
-@@ -1491,6 +1494,7 @@
+@@ -1467,6 +1470,7 @@
                glade_file = g_strconcat(av[0], ".glade", NULL);
        else
                glade_file = g_strconcat(g_get_current_dir(), "/", av[0], ".glade", NULL);
index 6769d750c407b583d69d0d7fb4c435ad100f1e6b..7b3e53242214dd3c614871cf6e39867c053a31f8 100644 (file)
@@ -1,7 +1,7 @@
 diff --git a/frontends/qconf/qconf.cc b/frontends/qconf/qconf.cc
 --- a/frontends/qconf/qconf.cc
 +++ b/frontends/qconf/qconf.cc
-@@ -47,7 +47,7 @@
+@@ -32,7 +32,7 @@
  #include "qconf.h"
  
  #include "qconf.moc"
index 6856904cece628892165ac05d316ac1f55ee04fb..d1e15ba8f556acd44f9709e41cb019d406b5f0ea 100644 (file)
@@ -1,6 +1,6 @@
 --- a/libs/parser/yconf.y      2012-01-12 22:37:17.582339777 +0100
 +++ b/libs/parser/yconf.y      2012-03-03 23:55:29.889737630 +0100
-@@ -96,7 +96,7 @@
+@@ -102,7 +102,7 @@
  
  %{
  /* Include zconf.hash.c here so it can see the token constants. */
@@ -9,7 +9,7 @@
  %}
  
  %%
-@@ -493,7 +493,7 @@
+@@ -509,7 +509,7 @@
  
        sym_init();
        _menu_init();
@@ -18,7 +18,7 @@
  
        if (getenv("ZCONF_DEBUG"))
                zconfdebug = 1;
-@@ -725,7 +725,7 @@
+@@ -746,7 +746,7 @@
        }
  }