keylaunch: add 2.0.10, drop old versions.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Wed, 15 Mar 2006 15:05:40 +0000 (15:05 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 15 Mar 2006 15:05:40 +0000 (15:05 +0000)
packages/keylaunch/files/keylaunchrc
packages/keylaunch/files/makefile-fix.patch [deleted file]
packages/keylaunch/keylaunch_2.0.7.bb [deleted file]
packages/keylaunch/keylaunch_2.0.8.bb [deleted file]

index ea81a99..0296db9 100644 (file)
@@ -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 (file)
index 52260bf..0000000
+++ /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 (file)
index 42921df..0000000
+++ /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 (file)
index b509e45..0000000
+++ /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"