]> www.pilppa.org Git - familiar-h63xx-build.git/commitdiff
gpe-today: add 0.11. transparency disabled. Fixes Bug #1556.
authorRene Wagner <rw@handhelds.org>
Sun, 21 May 2006 17:09:58 +0000 (19:09 +0200)
committerRene Wagner <rw@handhelds.org>
Sun, 21 May 2006 17:09:58 +0000 (19:09 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/gpe-today/files/no-transparency.patch [new file with mode: 0644]
org.handhelds.familiar/packages/gpe-today/gpe-today_0.11.bb [new file with mode: 0644]

diff --git a/org.handhelds.familiar/packages/gpe-today/files/no-transparency.patch b/org.handhelds.familiar/packages/gpe-today/files/no-transparency.patch
new file mode 100644 (file)
index 0000000..e10e8cd
--- /dev/null
@@ -0,0 +1,10 @@
+--- 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>
diff --git a/org.handhelds.familiar/packages/gpe-today/gpe-today_0.11.bb b/org.handhelds.familiar/packages/gpe-today/gpe-today_0.11.bb
new file mode 100644 (file)
index 0000000..204a21a
--- /dev/null
@@ -0,0 +1,9 @@
+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"