gpq-taskmanager 0.20: Added patch to fix missing LC_ALL symbol.
authorRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 16:35:06 +0000 (16:35 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 16:35:06 +0000 (16:35 +0000)
packages/gpe-taskmanager/files/.mtn2git_empty [new file with mode: 0644]
packages/gpe-taskmanager/files/setlocale.patch [new file with mode: 0644]
packages/gpe-taskmanager/gpe-taskmanager_0.20.bb

diff --git a/packages/gpe-taskmanager/files/.mtn2git_empty b/packages/gpe-taskmanager/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpe-taskmanager/files/setlocale.patch b/packages/gpe-taskmanager/files/setlocale.patch
new file mode 100644 (file)
index 0000000..b5ef1c9
--- /dev/null
@@ -0,0 +1,12 @@
+Index: gpe-taskmanager-0.20/gpe-taskmanager.c
+===================================================================
+--- gpe-taskmanager-0.20.orig/gpe-taskmanager.c        2008-08-21 18:23:11.544135137 +0200
++++ gpe-taskmanager-0.20/gpe-taskmanager.c     2008-08-21 18:23:22.554712863 +0200
+@@ -12,6 +12,7 @@
+ #include <stdio.h>
+ #include <libintl.h>
+ #include <stdlib.h>
++#include <locale.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xatom.h>
index d3d24ca..7d0ff8e 100644 (file)
@@ -5,4 +5,5 @@ DEPENDS = "libgpelaunch libgpewidget"
 
 inherit gpe
 
+SRC_URI += "file://setlocale.patch;patch=1"