install xkbd.png
authorPhil Blundell <philb@gnu.org>
Sun, 4 Jul 2004 23:21:35 +0000 (23:21 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 4 Jul 2004 23:21:35 +0000 (23:21 +0000)
BKrev: 40e890ff2GfouZXp7bfnMewjJFPOdw

xkbd/xkbd-0.8.12/xkbd.png [new file with mode: 0644]
xkbd/xkbd_0.8.12.oe

diff --git a/xkbd/xkbd-0.8.12/xkbd.png b/xkbd/xkbd-0.8.12/xkbd.png
new file mode 100644 (file)
index 0000000..e69de29
index 2fcfaa7..7a4bbfa 100644 (file)
@@ -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/
 }