From: Rene Wagner Date: Sun, 21 May 2006 17:09:58 +0000 (+0200) Subject: gpe-today: add 0.11. transparency disabled. Fixes Bug #1556. X-Git-Tag: familiar-v0.8.4-rc3~73 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=76d6c073046c73a85559a6eb48ad55da4dc95392;p=familiar-h63xx-build.git gpe-today: add 0.11. transparency disabled. Fixes Bug #1556. Signed-off-by: Rene Wagner --- 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 index 0000000..e10e8cd --- /dev/null +++ b/org.handhelds.familiar/packages/gpe-today/files/no-transparency.patch @@ -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: + * img-streched: -- will be tiled too + * col-solid: 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 index 0000000..204a21a --- /dev/null +++ b/org.handhelds.familiar/packages/gpe-today/gpe-today_0.11.bb @@ -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"