DESCRIPTION = "Tasks for xqtlauncher stuff"\r
SECTION = "opie/base"\r
LICENSE = "MIT"\r
-PR = "r0"\r
+PR = "r1"\r
\r
inherit task\r
\r
\r
#xkbd is currently needed becuse of a bug at xqt2\r
RDEPENDS_task-xqtlauncher = "xqtlauncher \\r
- xqtlauncher-xkbd-desktop \\r
- "\r
+ xkbd \\r
+ "\r
\r
#\r
# xqtlauncher with blackbox as wm\r
+++ /dev/null
-DESCRIPTION = "xqtlauncher integrates X/Qt2 nicely into opie. You can launch applications with it from opies menue"
-HOMEPAGE = "http://angstrom-distribution.org/"
-LICENSE = "GPL"
-PR = "r0"
-
-RDEPENDS = "xkbd xqtlauncher"
-
-SRC_URI = "file://xkbd.desktop"
-
-do_install() {
- cd ${WORKDIR}
- install -d ${D}${bindir}
- install -d ${D}${palmtopdir}/apps/XQt2/
- install -m 0644 xkbd.desktop ${D}${palmtopdir}/apps/XQt2
- ln -sf ${bindir}/xqtlauncher ${D}${bindir}/runxkbd
-}
-
-FILES_${PN} += "${palmtopdir}/apps/XQt2 \
- ${palmtopdir}/apps/XQt2/xkbd.desktop "