diff options
-rw-r--r-- | recipes/opie-init/opie-init/hx4700/qpe.conf | 22 | ||||
-rw-r--r-- | 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 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" |