1 DESCRIPTION
= "xqtlauncher integrates X/Qt2 nicely into opie. You can launch applications with it from opies menue"
2 HOMEPAGE
= "http://angstrom-distribution.org/"
6 RDEPENDS
= "xqt2 xorg-minimal-fonts"
8 SRC_URI
= "file://dot.directory \
10 file://startxqt-wrapper \
11 file://xqtlauncher-convert.sh \
12 file://xqtlauncher-cleanup.sh \
13 file://convert.desktop \
14 file://cleanup.desktop \
19 install
-d $
{D
}$
{bindir
}
20 install
-m
0755 startxqt startxqt
-wrapper xqtlauncher $
{D
}$
{bindir
}
21 install
-d $
{D
}$
{palmtopdir
}/apps
/XQt2
/
22 install
-m
0644 dot.directory $
{D
}$
{palmtopdir
}/apps
/XQt2
/.directory
23 install
-m
0644 convert.desktop cleanup.desktop $
{D
}$
{palmtopdir
}/apps
/XQt2
/
24 install
-d $
{D
}$
{sysconfdir
}/init.d
/
25 install
-m
0755 startxqt startxqt
-wrapper xqtlauncher xqtlauncher
-cleanup.sh xqtlauncher
-convert.sh $
{D
}$
{sysconfdir
}/init.d
/
26 install
-d $
{D
}$
{sysconfdir
}/rc5.d
/
27 ln
-sf ..
/init.d
/xqtlauncher
-convert.sh $
{D
}$
{sysconfdir
}/rc5.d
/S98xqtlauncher
-convert
28 ln
-sf ..
/init.d
/xqtlauncher
-cleanup.sh $
{D
}$
{sysconfdir
}/rc5.d
/S98xqtlauncher
-cleanup
31 FILES_$
{PN
} += "${palmtopdir}/apps/XQt2 \
32 ${palmtopdir}/apps/XQt2/convert.desktop \
33 ${palmtopdir}/apps/XQt2/cleanup.desktop \
34 ${palmtopdir}/apps/XQt2/.directory "