diff options
author | Rene Wagner <rw@handhelds.org> | 2004-08-06 17:00:11 +0000 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2004-08-06 17:00:11 +0000 |
commit | 138e602fd443904da3fd57173e28a5f803e350fa (patch) | |
tree | 616b918063c2f7e4bc6022dd38aa61a660e15025 /xkbd/xkbd_0.8.12.oe | |
parent | 1e158aea2d9bfb33d451a36d61198fcad0bc73ca (diff) |
xkbd_0.8.15.oe:
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
Diffstat (limited to 'xkbd/xkbd_0.8.12.oe')
-rw-r--r-- | xkbd/xkbd_0.8.12.oe | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/xkbd/xkbd_0.8.12.oe b/xkbd/xkbd_0.8.12.oe deleted file mode 100644 index 7a4bbfa42b..0000000000 --- a/xkbd/xkbd_0.8.12.oe +++ /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/ -} - |