diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-04 16:23:23 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-09-04 16:23:23 +0000 |
commit | 02afc7d70e64499a1fac4526c8a48e2b2925fcf4 (patch) | |
tree | 4f61ee465ad17e4f1fae13ab776a3a11ed038482 /packages/matchbox-keyboard | |
parent | ef7a8d308f6ba87e4b80ad866d7a2ae0cfb82626 (diff) | |
parent | 3083dcafc767779d0e7db4b73dd85d2b1989e20a (diff) |
merge of '84ca9f2e827e4279aedbe892643f7a992b5c68c0'
and 'a0ad096ef87c2c04fc6f10e82e1a8f91d80c5354'
Diffstat (limited to 'packages/matchbox-keyboard')
-rw-r--r-- | packages/matchbox-keyboard/matchbox-keyboard_svn.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/packages/matchbox-keyboard/matchbox-keyboard_svn.bb index ba002869c7..27ea4aea1d 100644 --- a/packages/matchbox-keyboard/matchbox-keyboard_svn.bb +++ b/packages/matchbox-keyboard/matchbox-keyboard_svn.bb @@ -4,14 +4,14 @@ DEPENDS = "libfakekey expat libxft" RCONFLICTS = matchbox-keyboard-inputmethod RPROVIDES_${PN} = matchbox-keyboard-inputmethod SECTION = "x11" -PV = "0.0+svn${SRCDATE}" +PV = "0.0+svnr${SRCREV}" PR="r6" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};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://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 \ " @@ -26,5 +26,5 @@ EXTRA_OECONF = "--disable-cairo" FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps \ - ${datadir}/matchbox-keyboard" + ${datadir}/matchbox-keyboard" |