summaryrefslogtreecommitdiff
path: root/gpe-sketchbook
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
committerChris Larson <clarson@kergoth.com>2004-12-09 09:47:41 +0000
commit2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch)
treebf879bea7ef8517ba8c3d1286ef300401d3d484c /gpe-sketchbook
parent101e2f1623def0a355d20aacb8bd93810703e834 (diff)
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'gpe-sketchbook')
-rw-r--r--gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch17
-rw-r--r--gpe-sketchbook/gpe-sketchbook_0.2.8.bb0
2 files changed, 0 insertions, 17 deletions
diff --git a/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch b/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch
deleted file mode 100644
index aecf857e30..0000000000
--- a/gpe-sketchbook/gpe-sketchbook-0.2.8/sketchbook-size.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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;
diff --git a/gpe-sketchbook/gpe-sketchbook_0.2.8.bb b/gpe-sketchbook/gpe-sketchbook_0.2.8.bb
deleted file mode 100644
index e69de29bb2..0000000000
--- a/gpe-sketchbook/gpe-sketchbook_0.2.8.bb
+++ /dev/null