illume svn catch up with new upstream location (patch by Rasterman)
authorMichael Lauer <mickey@vanille-media.de>
Sun, 24 Aug 2008 22:17:42 +0000 (22:17 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 24 Aug 2008 22:17:42 +0000 (22:17 +0000)
packages/openmoko-projects/illume/.mtn2git_empty [deleted file]
packages/openmoko-projects/illume/configure-keyboard.patch [deleted file]
packages/openmoko-projects/illume/module.illume.src [deleted file]

diff --git a/packages/openmoko-projects/illume/.mtn2git_empty b/packages/openmoko-projects/illume/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/packages/openmoko-projects/illume/configure-keyboard.patch b/packages/openmoko-projects/illume/configure-keyboard.patch
deleted file mode 100644 (file)
index 589fe53..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-Index: configure.in
-===================================================================
---- configure.in       (Revision 170)
-+++ configure.in       (Arbeitskopie)
-@@ -95,6 +95,21 @@
- AC_SUBST(e_libs)
- AC_SUBST(e_modules)
-+want_illume_virtual_keyboard=no
-+AC_ARG_ENABLE(illume-keyboard,
-+    AC_HELP_STRING(
-+        [--enable-illume-keyboard],
-+        [Enable the illume virtual keyboard.]
-+    ),
-+    [want_illume_virtual_keyboard=$enableval]
-+    )
-+AC_MSG_CHECKING(whether the illume virtual keyboard is to be built in)
-+AC_MSG_RESULT($want_illume_virtual_keyboard)
-+
-+if test "x$want_illume_virtual_keyboard" = "xyes"; then
-+    AC_DEFINE(BUILD_ILLUME_VIRTUAL_KEYBOARD, 1, [Build the virtual keyboard in])
-+fi
-+
- AC_OUTPUT([
- Makefile
- src/Makefile
-Index: src/e_mod_win.c
-===================================================================
---- src/e_mod_win.c    (Revision 170)
-+++ src/e_mod_win.c    (Arbeitskopie)
-@@ -102,7 +102,7 @@
-                   e_module_dir_get(m),
-                   e_module_dir_get(m));
-    // FIXME: run kbd app or use internal
--#if 0
-+#ifdef BUILD_ILLUME_VIRTUAL_KEYBOARD
-    //enable for now to test internal kbd
-    vkbd_int = e_kbd_int_new(e_module_dir_get(m),
-                           e_module_dir_get(m),
diff --git a/packages/openmoko-projects/illume/module.illume.src b/packages/openmoko-projects/illume/module.illume.src
deleted file mode 100644 (file)
index 2657ca3..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-group "Illume_Cfg" struct {
-  value "config_version" int: 1;
-  value "launcher.mode" int: 1;
-  value "launcher.icon_size" int: 120;
-  value "launcher.single_click" int: 1;
-  value "power.auto_suspend" int: 1;
-  value "power.auto_suspend_delay" int: 1;
-  value "performance.cache_level" int: 3;
-  value "performance.fps" int: 25;
-  value "slipshelf.main_gadget_size" int: 42;
-  value "slipshelf.extra_gagdet_size" int: 32;
-  value "sliding.slipshelf.duration" int: 1000;
-  value "sliding.kbd.duration" int: 1000;
-  value "sliding.busywin.duration" int: 1000;
-  value "sliding.layout.duration" int: 0;
-  value "kbd.use_internal" int: 1;
-}