summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-08-19 16:06:48 +0000
committerRichard Purdie <richard@openedhand.com>2008-08-19 16:06:48 +0000
commit4453d53007f4dfe8c45a094acd3cc6924d6cf075 (patch)
treebfd7f592bc5de2387a65f37deb47fd9062444cfc /meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
parentb116e4057da8f34fee6ccfaa01b0776484ce6196 (diff)
downloadpoky-4453d53007f4dfe8c45a094acd3cc6924d6cf075.tar.gz
matchbox-keyboard: Change session script to start it after the desktop using dbus-wait removing the dodgy sleep call
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5073 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb')
-rw-r--r--meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
index 13635cbaf1..7afe8eb60f 100644
--- a/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
+++ b/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
@@ -1,14 +1,14 @@
1DESCRIPTION = "Matchbox virtual keyboard for X11" 1DESCRIPTION = "Matchbox virtual keyboard for X11"
2LICENSE = "GPL" 2LICENSE = "GPL"
3DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2" 3DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
4RDEPENDS = "formfactor" 4RDEPENDS = "formfactor dbus-wait"
5SECTION = "x11" 5SECTION = "x11"
6PV = "0.0+svnr${SRCREV}" 6PV = "0.0+svnr${SRCREV}"
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ 9SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
10 file://configure_fix.patch;patch=1;maxrev=1819 \ 10 file://configure_fix.patch;patch=1;maxrev=1819 \
11 file://80matchboxkeyboard" 11 file://80matchboxkeyboard.shbg"
12 12
13S = "${WORKDIR}/${PN}" 13S = "${WORKDIR}/${PN}"
14 14
@@ -33,7 +33,7 @@ FILES_matchbox-keyboard-applet-dbg += "${libdir}/matchbox-panel/.debug"
33 33
34do_install_append () { 34do_install_append () {
35 install -d ${D}/${sysconfdir}/X11/Xsession.d/ 35 install -d ${D}/${sysconfdir}/X11/Xsession.d/
36 install -m 755 ${WORKDIR}/80matchboxkeyboard ${D}/${sysconfdir}/X11/Xsession.d/ 36 install -m 755 ${WORKDIR}/80matchboxkeyboard.shbg ${D}/${sysconfdir}/X11/Xsession.d/
37} 37}
38 38
39pkg_postinst_matchbox-keyboard-im () { 39pkg_postinst_matchbox-keyboard-im () {