From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- .../gpe-sketchbook-0.2.8/remove-render.patch | 34 ++++++++++++++++++++++ .../gpe-sketchbook-0.2.8/sketchbook-size.patch | 17 +++++++++++ 2 files changed, 51 insertions(+) create mode 100644 recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/remove-render.patch create mode 100644 recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch (limited to 'recipes/gpe-sketchbook/gpe-sketchbook-0.2.8') diff --git a/recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/remove-render.patch b/recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/remove-render.patch new file mode 100644 index 0000000000..b7076bae0b --- /dev/null +++ b/recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/remove-render.patch @@ -0,0 +1,34 @@ +diff -Nurd gpe-sketchbook-0.2.8.old/src/selector-gui.c gpe-sketchbook-0.2.8/src/selector-gui.c +--- gpe-sketchbook-0.2.8.old/src/selector-gui.c 2004-06-14 17:37:28.000000000 +0200 ++++ gpe-sketchbook-0.2.8/src/selector-gui.c 2005-04-20 22:13:13.442852960 +0200 +@@ -24,7 +24,6 @@ + + //gpe libs + #include "gpe/pixmaps.h" +-#include "gpe/render.h" + #include "gpe/gpeiconlistview.h" + + //--i18n +diff -Nurd gpe-sketchbook-0.2.8.old/src/sketchpad-cb.c gpe-sketchbook-0.2.8/src/sketchpad-cb.c +--- gpe-sketchbook-0.2.8.old/src/sketchpad-cb.c 2004-06-14 18:26:04.000000000 +0200 ++++ gpe-sketchbook-0.2.8/src/sketchpad-cb.c 2005-04-20 22:15:35.295288112 +0200 +@@ -30,7 +30,6 @@ + #include "dock.h" + #include "gpe/question.h" + #include "gpe/gpeiconlistview.h" +-#include "gpe/popup_menu.h" + + //--i18n + #include +diff -Nurd gpe-sketchbook-0.2.8.old/src/sketchpad-gui.c gpe-sketchbook-0.2.8/src/sketchpad-gui.c +--- gpe-sketchbook-0.2.8.old/src/sketchpad-gui.c 2004-06-14 17:37:48.000000000 +0200 ++++ gpe-sketchbook-0.2.8/src/sketchpad-gui.c 2005-04-20 22:13:58.829953072 +0200 +@@ -25,8 +25,6 @@ + + #include "dock.h" + #include "gpe/pixmaps.h" +-#include "gpe/render.h" +-#include "gpe/popup_menu.h" + #include "gpe/picturebutton.h" + + //--i18n diff --git a/recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch b/recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch new file mode 100644 index 0000000000..aecf857e30 --- /dev/null +++ b/recipes/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch @@ -0,0 +1,17 @@ +Index: src/sketchpad.c +=================================================================== +RCS file: /cvs/gpe/base/gpe-sketchbook/src/sketchpad.c,v +retrieving revision 1.30 +diff -r1.30 sketchpad.c +74,75c74,75 +< drawing_area_width = SKETCH_WIDTH; +< drawing_area_height = SKETCH_HEIGHT; +--- +> drawing_area_width = gdk_screen_width() - 26; //SKETCH_WIDTH; +> drawing_area_height = gdk_screen_height() - 130; // SKETCH_HEIGHT; +202,203c202,203 +< drawing_area_width = SKETCH_WIDTH; +< drawing_area_height = SKETCH_HEIGHT; +--- +> drawing_area_width = gdk_screen_width() - 26; //SKETCH_WIDTH; +> drawing_area_height = gdk_screen_height() - 130; // SKETCH_HEIGHT; -- cgit v1.2.3