git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a2ccf
)
move .desktop file to inputmethods/ directory so mbinputmgr will find it
author
Phil Blundell
<philb@gnu.org>
Sat, 3 Jul 2004 16:46:24 +0000
(16:46 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sat, 3 Jul 2004 16:46:24 +0000
(16:46 +0000)
BKrev: 40e6e2e09lpssfHHHihvV4VkRDpB0A
xkbd/xkbd_0.8.12.oe
patch
|
blob
|
history
diff --git
a/xkbd/xkbd_0.8.12.oe
b/xkbd/xkbd_0.8.12.oe
index
9c375c5
..
2fcfaa7
100644
(file)
--- 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/
+}
+