summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xkbd/xkbd-0.8.12/xkbd.png0
-rw-r--r--xkbd/xkbd_0.8.12.oe7
2 files changed, 5 insertions, 2 deletions
diff --git a/xkbd/xkbd-0.8.12/xkbd.png b/xkbd/xkbd-0.8.12/xkbd.png
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/xkbd/xkbd-0.8.12/xkbd.png
diff --git a/xkbd/xkbd_0.8.12.oe b/xkbd/xkbd_0.8.12.oe
index 2fcfaa7d06..7a4bbfa42b 100644
--- a/xkbd/xkbd_0.8.12.oe
+++ b/xkbd/xkbd_0.8.12.oe
@@ -1,16 +1,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.desktop.patch;patch=1;pnum=2 \
+ file://xkbd.png"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "x11"
DEPENDS = "xpm xtst libxft"
-PR = "r1"
+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/
}