summaryrefslogtreecommitdiffstats
path: root/recipes/opie-init
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2010-04-04 21:45:59 +0100
committerPaul Eggleton <bluelightning@bluelightning.org>2010-04-04 21:45:59 +0100
commit0ed84776ef76c430c5c4cbd27812c8426813360f (patch)
treefb1b6bb2ac9763dc6f07d8f0e95db7f6e5d83c9f /recipes/opie-init
parentb78d3343acaa77109130ee48050942e7325a7319 (diff)
downloadopenembedded-0ed84776ef76c430c5c4cbd27812c8426813360f.tar.gz
opie-init: fix default font/icon size on hx4700
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>
Diffstat (limited to 'recipes/opie-init')
-rw-r--r--recipes/opie-init/opie-init/hx4700/qpe.conf22
-rw-r--r--recipes/opie-init/opie-init_1.2.4.bb11
2 files changed, 33 insertions, 0 deletions
diff --git a/recipes/opie-init/opie-init/hx4700/qpe.conf b/recipes/opie-init/opie-init/hx4700/qpe.conf
new file mode 100644
index 0000000000..e9922e4d86
--- /dev/null
+++ b/recipes/opie-init/opie-init/hx4700/qpe.conf
@@ -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
index 0000000000..b067ae27e4
--- /dev/null
+++ b/recipes/opie-init/opie-init_1.2.4.bb
@@ -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"