-key=???Pressed XF86AudioRecord:Record Memo:gpe-soundbite record --autogenerate-filename $HOME_VOLATILE
-key=???XF86Calendar:Calendar:gpe-calendar
-key=???telephone:Contacts:gpe-contacts
-key=???XF86Mail:Running programs:gpe-taskmanager
-key=???XF86Start:matchbox-remote -desktop
-key=???XF86PowerDown:apm --suspend
-key=???Held XF86PowerDown:bl toggle
-key=???Combine XF86Calendar XF86Start:gpe-keylock
+key=????Pressed XF86AudioRecord:gpe-soundbite record --autogenerate-filename $HOME_VOLATILE
+key=????Pressed XF86Calendar:gpe-calendar
+key=????Pressed telephone:gpe-contacts
+key=????Pressed XF86Mail:gpe-taskmanager
+key=????Pressed XF86Start:~matchbox-remote -desktop
+key=????Pressed XF86PowerDown:~apm --suspend
+key=????Held XF86PowerDown:~bl toggle
+key=????Combine XF86Calendar XF86Start:gpe-keylock
+++ /dev/null
---- keylaunch-2.0.7/Makefile.orig 2006-02-02 17:44:53.000000000 +0100
-+++ keylaunch-2.0.7/Makefile 2006-02-02 17:44:55.000000000 +0100
-@@ -28,7 +28,7 @@
- all: $(PROG)
-
- $(PROG): $(OBJS)
-- $(CC) $(OBJS) $(LIBS) -o $@
-+ $(CC) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
-
- install-program: all
- install -sD $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+++ /dev/null
-inherit gpe
-
-DEPENDS = "virtual/xserver libxtst libxau libxpm"
-SECTION = "gpe"
-LICENSE = "GPL"
-DESCRIPTION = "A small utility for binding commands to a hot key.\
- Keylaunch is a minimal utility for associating commands with hot keys. This\
- GPE version is intended for use with the special keys found on most handheld\
- computers. You can connect each key to a program of your choice; if the\
- program is already running, keylaunch can bring its window to the front\
- rather than just running another copy."
-PR = "r1"
-
-SRC_URI += " file://keylaunchrc \
- file://makefile-fix.patch;patch=1"
-
-do_install_prepend () {
- install ${WORKDIR}/keylaunchrc ${S}/keylaunchrc
-}
-
-export CVSBUILD="no"
+++ /dev/null
-inherit gpe
-
-DEPENDS = "virtual/xserver libxtst libxau libxpm libgpelaunch"
-SECTION = "gpe"
-LICENSE = "GPL"
-DESCRIPTION = "A small utility for binding commands to a hot key.\
- Keylaunch is a minimal utility for associating commands with hot keys. This\
- GPE version is intended for use with the special keys found on most handheld\
- computers. You can connect each key to a program of your choice; if the\
- program is already running, keylaunch can bring its window to the front\
- rather than just running another copy."
-PR = "r0"
-
-SRC_URI += " file://keylaunchrc"
-
-do_install_prepend () {
- install ${WORKDIR}/keylaunchrc ${S}/keylaunchrc
-}
-
-export CVSBUILD="no"