opie-init: fix default font/icon size on hx4700
authorPaul Eggleton <bluelightning@bluelightning.org>
Sun, 4 Apr 2010 20:45:59 +0000 (21:45 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Sun, 4 Apr 2010 20:45:59 +0000 (21:45 +0100)
This patch adds a default qpe.conf for hx4700 so that icons/fonts are
a reasonable size (a direct copy of the one for spitz). Also adds a
1.2.4 version of the opie-init recipe.

Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
recipes/opie-init/opie-init/hx4700/qpe.conf [new file with mode: 0644]
recipes/opie-init/opie-init_1.2.4.bb [new file with mode: 0644]

diff --git a/recipes/opie-init/opie-init/hx4700/qpe.conf b/recipes/opie-init/opie-init/hx4700/qpe.conf
new file mode 100644 (file)
index 0000000..e9922e4
--- /dev/null
@@ -0,0 +1,22 @@
+[Appearance]
+useBigPixmaps = 1
+SmallIconSize = 32
+BigIconSize = 48
+FontFamily = DejaVu_Sans
+FontStyle = Regular
+FontSize = 16
+FixedFontFamily = DejaVu_Sans_Mono
+FixedFontStyle = Regular
+FixedFontSize = 14
+Background = #d5d0de
+Base = #ffffff
+Button = #e3e3e3
+ButtonText = #000000
+Decoration = libliquid.so
+Highlight = #52719c
+HighlightedText = #ffffff
+Style = Windows
+Text = #000000
+TabStyle = 1
+[InputMethod]
+current = Multikey
diff --git a/recipes/opie-init/opie-init_1.2.4.bb b/recipes/opie-init/opie-init_1.2.4.bb
new file mode 100644 (file)
index 0000000..b067ae2
--- /dev/null
@@ -0,0 +1,11 @@
+require ${PN}.inc
+PR = "r0"
+
+SRC_URI = "file://opie-reorgfiles \
+           file://opie \
+           file://qpe.conf \
+           file://locale.conf \
+           file://opie_defaults"
+
+# This should not be necessary anymore (w100 is currently disabled for c7x0)
+#SRC_URI_append_c7x0 = " file://qpe-suspend-resume"