From 0ed84776ef76c430c5c4cbd27812c8426813360f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 4 Apr 2010 21:45:59 +0100 Subject: 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 --- recipes/opie-init/opie-init/hx4700/qpe.conf | 22 ++++++++++++++++++++++ recipes/opie-init/opie-init_1.2.4.bb | 11 +++++++++++ 2 files changed, 33 insertions(+) create mode 100644 recipes/opie-init/opie-init/hx4700/qpe.conf create mode 100644 recipes/opie-init/opie-init_1.2.4.bb (limited to 'recipes') 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" -- cgit v1.2.3