summaryrefslogtreecommitdiff
path: root/xkbd/xkbd_0.8.12.oe
blob: 7a4bbfa42b65e296003e5cc19920af9ba29f1800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}.tar.gz \
           file://libtool-lossage.patch;patch=1;pnum=1 \
	   file://xkbd.desktop.patch;patch=1;pnum=2 \
	   file://xkbd.png"

MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "x11"
DEPENDS = "xpm xtst libxft"
PR = "r2"

inherit autotools

do_install_append() {
	install -d ${D}${datadir}/applications/inputmethods
	mv ${D}${datadir}/applications/xkbd.desktop ${D}${datadir}/applications/inputmethods/
	install -d ${D}${datadir}/pixmaps
	install -m 0644 ${WORKDIR}/xkbd.png ${D}${datadir}/pixmaps/
}