diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-11 20:56:23 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-12-11 20:56:23 +0000 |
commit | ef8ac22cb3ff5c7e0e1fa963a542db62bcf919ce (patch) | |
tree | ab25bda099ec010f0d00e3f1f8ed919477f3bfa6 /packages | |
parent | d179303dd0bb1fc76ac71da5defe8251e065385c (diff) |
matchbox-keyboard-inputmethod svn: Apply multiple-layouts patches.
* Just the same as matchbox-keyboard.
* Actually, this is adhox workaround for non-determinism in image building
(when ipkg, having matchbox-keyboard and matchbox-keyboard-inputmethod, both
Provide'ing each other, selects some non-deterministically).
Diffstat (limited to 'packages')
-rw-r--r-- | packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb b/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb index e9b9b5130a..2b84a19bd7 100644 --- a/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb +++ b/packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb @@ -6,10 +6,15 @@ RPROVIDES_${PN} = "matchbox-keyboard" #DEFAULT_PREFERENCE = "-1" SECTION = "x11" PV = "0.0+svnr${SRCREV}" -PR = "r8" +PR = "r9" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http \ file://smallscreen-fontsize.patch;patch=1 \ + file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1 \ + file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 \ + file://4-Add-rendering-debug-logging.patch;patch=1 \ + file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 \ + file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \ file://80matchboxkeyboard" SRC_URI_append_fic-gta01 = " file://fic-gta01-font-size.patch;patch=1" |