Signed-off-by: Rene Wagner <rw@handhelds.org>
--- /dev/null
+--- gpe-today-0.11/main.c.orig 2006-05-21 18:59:40.000000000 +0200
++++ gpe-today-0.11/main.c 2006-05-21 19:01:15.000000000 +0200
+@@ -85,6 +85,7 @@
+ /* some code adpated from mbdesktop.c copyright matthew allum */
+ void set_background(const char *spec)
+ {
++ return;
+ /* img-tiled:<filename>
+ * img-streched:<filename> -- will be tiled too
+ * col-solid:<filename>
--- /dev/null
+LICENSE = "GPL"
+inherit gpe
+
+DESCRIPTION = "Displays a summary of appointments and tasks for the day ahead"
+DEPENDS = "gtk+ libxrandr libxsettings libxsettings-client libgpewidget libdisplaymigration libeventdb libgpepimc libtododb"
+SECTION = "gpe"
+PRIORITY = "optional"
+
+SRC_URI += "file://no-transparency.patch;patch=1"