xkbd_0.8.15.oe:
authorRene Wagner <rw@handhelds.org>
Fri, 6 Aug 2004 17:00:11 +0000 (17:00 +0000)
committerRene Wagner <rw@handhelds.org>
Fri, 6 Aug 2004 17:00:11 +0000 (17:00 +0000)
  upgrade xkbd to 0.8.15 to get rid of the minimize bar/button on the left
.del-xkbd.desktop.patch~8866fb07f29806d4:
  Delete: xkbd/xkbd-0.8.15/xkbd.desktop.patch
xkbd_0.8.15.oe:
  Rename: xkbd/xkbd_0.8.12.oe -> xkbd/xkbd_0.8.15.oe
xkbd.png, xkbd.desktop.patch, libtool-lossage.patch:
  mvdir

BKrev: 4113b91bHsrCNF66GU8dwsSkSVbzIw

xkbd/xkbd-0.8.15/libtool-lossage.patch [moved from xkbd/xkbd-0.8.12/libtool-lossage.patch with 100% similarity]
xkbd/xkbd-0.8.15/xkbd.png [moved from xkbd/xkbd-0.8.12/xkbd.png with 100% similarity]
xkbd/xkbd_0.8.12.oe [deleted file]
xkbd/xkbd_0.8.15.oe [moved from xkbd/xkbd-0.8.12/xkbd.desktop.patch with 100% similarity]

diff --git a/xkbd/xkbd_0.8.12.oe b/xkbd/xkbd_0.8.12.oe
deleted file mode 100644 (file)
index 7a4bbfa..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-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/
-}
-