blob: 17ba103d20c537e200a0195fe2911ae0ba17a8c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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 "
|