db_5.0.21: Add recipes for target and native packages.
[openembedded.git] / recipes / keylaunch / keylaunch_2.0.10.bb
blob01df39c9cef629b1423cd111529fed6b4a0738d7
1 inherit gpe
3 DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch keylaunch-conf"
4 RDEPENDS_${PN} = "keylaunch-conf"
6 SECTION = "gpe"
7 LICENSE = "GPL"
8 DESCRIPTION = "A small utility for binding commands to a hot key.\
9 Keylaunch is a minimal utility for associating commands with hot keys. This\
10 GPE version is intended for use with the special keys found on most handheld\
11 computers. You can connect each key to a program of your choice; if the\
12 program is already running, keylaunch can bring its window to the front\
13 rather than just running another copy."
14 PR = "r14"
16 SRC_URI += " file://makefile-fix.patch file://unbreak-keyevents.patch"
18 export CVSBUILD="no"
20 do_install_append() {
21 # Remove random crap
22 rm ${D}/etc/keylaunchrc
23 rm -rf ${D}/etc/X11/Xinit.d/
26 SRC_URI[md5sum] = "2d81de20b26eac5ad44b759eb412e8eb"
27 SRC_URI[sha256sum] = "38715fcc508740deb3f169a01092f03ea4ce92c9ec3c2589a9510534aa52a540"