summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-03 16:46:24 +0000
committerPhil Blundell <philb@gnu.org>2004-07-03 16:46:24 +0000
commit12703d9656427bde87db2dfd10790642f82695a0 (patch)
tree953efddc7666cafac1ce834f687181d2cbd8d0d7
parent26a2ccf7aeabd1128346838c2c985649af0c6d23 (diff)
move .desktop file to inputmethods/ directory so mbinputmgr will find it
BKrev: 40e6e2e09lpssfHHHihvV4VkRDpB0A
-rw-r--r--xkbd/xkbd_0.8.12.oe7
1 files changed, 7 insertions, 0 deletions
diff --git a/xkbd/xkbd_0.8.12.oe b/xkbd/xkbd_0.8.12.oe
index 9c375c5a41..2fcfaa7d06 100644
--- a/xkbd/xkbd_0.8.12.oe
+++ b/xkbd/xkbd_0.8.12.oe
@@ -5,5 +5,12 @@ SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}.tar.gz \
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "x11"
DEPENDS = "xpm xtst libxft"
+PR = "r1"
inherit autotools
+
+do_install_append() {
+ install -d ${D}${datadir}/applications/inputmethods
+ mv ${D}${datadir}/applications/xkbd.desktop ${D}${datadir}/applications/inputmethods/
+}
+