summaryrefslogtreecommitdiff
path: root/xkbd
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-04 23:21:35 +0000
committerPhil Blundell <philb@gnu.org>2004-07-04 23:21:35 +0000
commit97e616ce330bae705bae0b201ec46d0c96af8592 (patch)
tree0a88187f5e5c56e605cd10f6df4e6d803b9aea48 /xkbd
parent16a1f260cf455ae7a5ca5da827c3a13b5a82bd9f (diff)
install xkbd.png
BKrev: 40e890ff2GfouZXp7bfnMewjJFPOdw
Diffstat (limited to 'xkbd')
-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/
}