[oe-commits] Paul Eggleton : opie-init: fix default font/icon size on hx4700

git version control git at git.openembedded.org
Wed Apr 7 05:14:37 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 0ed84776ef76c430c5c4cbd27812c8426813360f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0ed84776ef76c430c5c4cbd27812c8426813360f

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Sun Apr  4 21:45:59 2010 +0100

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 at bluelightning.org>

---

 recipes/opie-init/opie-init/hx4700/qpe.conf |   22 ++++++++++++++++++++++
 recipes/opie-init/opie-init_1.2.4.bb        |   11 +++++++++++
 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 0000000..e9922e4
--- /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 0000000..b067ae2
--- /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"





More information about the Openembedded-commits mailing list