diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-03-15 15:05:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-15 15:05:40 +0000 |
commit | 4180227db3bd725ce340f36add09af0c9bbeb8ca (patch) | |
tree | e80305dbfa7ceceb89bbc81f603106e4ab61b28d | |
parent | a6dd94c7cd1b95568e3e52cf5cb8bb366d596d60 (diff) |
keylaunch: add 2.0.10, drop old versions.
-rw-r--r-- | packages/keylaunch/files/keylaunchrc | 16 | ||||
-rw-r--r-- | packages/keylaunch/files/makefile-fix.patch | 11 | ||||
-rw-r--r-- | packages/keylaunch/keylaunch_2.0.7.bb | 21 | ||||
-rw-r--r-- | packages/keylaunch/keylaunch_2.0.8.bb | 20 |
4 files changed, 8 insertions, 60 deletions
diff --git a/packages/keylaunch/files/keylaunchrc b/packages/keylaunch/files/keylaunchrc index ea81a99f18..0296db9dad 100644 --- a/packages/keylaunch/files/keylaunchrc +++ b/packages/keylaunch/files/keylaunchrc @@ -1,8 +1,8 @@ -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 diff --git a/packages/keylaunch/files/makefile-fix.patch b/packages/keylaunch/files/makefile-fix.patch deleted file mode 100644 index 52260bf4de..0000000000 --- a/packages/keylaunch/files/makefile-fix.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) diff --git a/packages/keylaunch/keylaunch_2.0.7.bb b/packages/keylaunch/keylaunch_2.0.7.bb deleted file mode 100644 index 42921dfcdc..0000000000 --- a/packages/keylaunch/keylaunch_2.0.7.bb +++ /dev/null @@ -1,21 +0,0 @@ -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" diff --git a/packages/keylaunch/keylaunch_2.0.8.bb b/packages/keylaunch/keylaunch_2.0.8.bb deleted file mode 100644 index b509e450ee..0000000000 --- a/packages/keylaunch/keylaunch_2.0.8.bb +++ /dev/null @@ -1,20 +0,0 @@ -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" |