diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-20 16:22:03 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-25 08:46:43 +0000 |
commit | febc41083ffb1c4e35848dbfbfa6c2da04f3d469 (patch) | |
tree | a9310ff7ecead5fdfd786ffd9d274f4f24090499 | |
parent | 87619cd850a012f4099fd3e1e90a073f81be8d13 (diff) | |
download | meta-boot2qt-febc41083ffb1c4e35848dbfbfa6c2da04f3d469.tar.gz |
Update Qt Virtual Keyboard to 2.0
Enable all special keyboard layouts.
Change-Id: I9309ce058dabe4ba9da5c5d0c1c62c60d02cfda8
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb (renamed from recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb) | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb b/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb index ec29c65..019d29a 100644 --- a/recipes-qt/qt5-addons/qtvirtualkeyboard_1.3.bb +++ b/recipes-qt/qt5-addons/qtvirtualkeyboard_2.0.bb | |||
@@ -22,20 +22,23 @@ | |||
22 | 22 | ||
23 | DESCRIPTION = "Qt Virtual Keyboard" | 23 | DESCRIPTION = "Qt Virtual Keyboard" |
24 | LICENSE = "QtEnterprise" | 24 | LICENSE = "QtEnterprise" |
25 | LIC_FILES_CHKSUM = "file://src/virtualkeyboard/plugin.cpp;md5=e0b36905c697f1be9c35712f4aced6e0;beginline=1;endline=17" | 25 | LIC_FILES_CHKSUM = "file://src/virtualkeyboard/plugin.cpp;md5=8913d0b71519756d2e83db02b9629bbd;beginline=1;endline=17" |
26 | 26 | ||
27 | inherit qt5-module qtquickcompiler sdk-sources | 27 | inherit qt5-module qtquickcompiler sdk-sources |
28 | 28 | ||
29 | SRC_URI = " \ | 29 | SRC_URI = " \ |
30 | git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/1.3/Src \ | 30 | git://codereview.qt-project.org/qt/tqtc-qtvirtualkeyboard;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/QtVirtualKeyboard/2.0/Src \ |
31 | " | 31 | " |
32 | 32 | ||
33 | # v1.3.1 | 33 | SRCREV = "296f52c04968a06200f256dfaf58c563bf193f10" |
34 | SRCREV = "c2c362d9f313441351e5e7167e22b4fd1b7012a8" | 34 | BRANCH = "master" |
35 | BRANCH = "1.3" | ||
36 | 35 | ||
37 | S = "${WORKDIR}/git" | 36 | S = "${WORKDIR}/git" |
38 | 37 | ||
39 | DEPENDS = "qtbase qtdeclarative hunspell" | 38 | DEPENDS = "qtbase qtdeclarative qtsvg hunspell" |
40 | 39 | ||
41 | EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop" | 40 | EXTRA_QMAKEVARS_PRE += "CONFIG+=disable-desktop CONFIG+=pinyin CONFIG+=hangul CONFIG+=openwnn CONFIG+=tcime" |
41 | |||
42 | PACKAGES += "${PN}-dictionaries" | ||
43 | RRECOMMENDS_${PN} += "${PN}-dictionaries" | ||
44 | FILES_${PN}-dictionaries = "${OE_QMAKE_PATH_DATA}/qtvirtualkeyboard/*/*.dat" | ||