aboutsummaryrefslogtreecommitdiffstats
path: root/packages/keylaunch
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-24 02:40:27 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-02-24 02:40:27 +0000
commitf73e6c2a07c62ffb16775680d8631f2d1dec19c5 (patch)
treecb21f3c77fd701ed6b6e85e1f5ed4b45225a8836 /packages/keylaunch
parenta702a4829935cbe81edef1de716bc81664f94e0a (diff)
downloadopenembedded-f73e6c2a07c62ffb16775680d8631f2d1dec19c5.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/24 02:33:48+00:00 (none)!cwiiis Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into cwiiisdesktop.(none):/home/cwiiis/oe/openembedded 2005/02/24 02:33:16+00:00 (none)!cwiiis Update user-own-collie-devs patch for gpe-login. 2005/02/24 02:21:03+00:00 (none)!cwiiis Use user-own-collie-devs patch in gpe-login again. 2005/02/23 19:50:06-06:00 ti.com!kergoth Add OpenOMAP, a simple OE built distribution for TI OMAP development platforms. 2005/02/23 19:46:00-06:00 ti.com!kergoth Set MODUTILS = '26' in the omap1610h2.conf, since the only omap kernel we've got is 2.6 anyway. 2005/02/24 01:40:43+00:00 (none)!cwiiis Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into cwiiisdesktop.(none):/home/cwiiis/oe/openembedded 2005/02/23 19:40:28-06:00 ti.com!kergoth gnupg2: kill the unnecessary do_install docdir rearranging, add /usr/share/gnupg to FILES_PN. 2005/02/24 01:39:57+00:00 (none)!cwiiis Make keylaunch use custom keylaunchrc (empty for collie, otherwise default). 2005/02/24 01:17:28+00:00 (none)!cwiiis Use update-alternatives and custom kbdconfig in matchbox svn as well. 2005/02/23 16:21:10+00:00 (none)!cwiiis Make gpe-appmgr only install on the gpe-image of bigscreen devices. 2005/02/23 16:14:27+00:00 (none)!cwiiis Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into cwiiisdesktop.(none):/home/cwiiis/oe/openembedded 2005/02/23 13:38:49+00:00 (none)!cwiiis Merge 2005/02/23 12:41:55+00:00 (none)!cwiiis Move loading of libgtkstylus to Xsession.d from profile.d. 2005/02/23 12:34:56+00:00 (none)!cwiiis Remove apm_bios patch and make Xsession more debian-like (source all scripts) in gpe-dm. 2005/02/23 12:33:12+00:00 (none)!cwiiis Add keysym for power button on collie for X 2005/02/22 10:44:46+00:00 (none)!cwiiis Merge matchbox-wm changes, and make use update-alternatives class. 2005/02/22 02:52:05+00:00 (none)!cwiiis Use custom kbdconfig with matchbox-wm (for simpad and collie) 2005/02/18 22:36:53+00:00 (none)!cwiiis Add --with-env-editor switch to configure of sudo 2005/02/18 22:35:54+00:00 (none)!cwiiis Really get rid of the apm_bios removal patch for collie... 2005/02/18 22:33:47+00:00 (none)!cwiiis -Update gpe-login patch to set ownership of devices -Remove patch that deletes /dev/apm_bios for collie - no longer necessary BKrev: 421d3e9bcU67BQXgiWhQfs1uU1AqSg
Diffstat (limited to 'packages/keylaunch')
-rw-r--r--packages/keylaunch/files/collie/keylaunchrc0
-rw-r--r--packages/keylaunch/files/keylaunchrc0
-rw-r--r--packages/keylaunch/keylaunch_2.0.7.bb7
3 files changed, 6 insertions, 1 deletions
diff --git a/packages/keylaunch/files/collie/keylaunchrc b/packages/keylaunch/files/collie/keylaunchrc
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/keylaunch/files/collie/keylaunchrc
diff --git a/packages/keylaunch/files/keylaunchrc b/packages/keylaunch/files/keylaunchrc
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/keylaunch/files/keylaunchrc
diff --git a/packages/keylaunch/keylaunch_2.0.7.bb b/packages/keylaunch/keylaunch_2.0.7.bb
index a4011e13ed..86e0bb6a46 100644
--- a/packages/keylaunch/keylaunch_2.0.7.bb
+++ b/packages/keylaunch/keylaunch_2.0.7.bb
@@ -9,7 +9,12 @@ DESCRIPTION = "A small utility for binding commands to a hot key.\
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 = "${GPE_MIRROR}/${PN}-${PV}.tar.gz"
+SRC_URI += " file://keylaunchrc"
+
+do_install_prepend () {
+ install ${WORKDIR}/keylaunchrc ${S}/keylaunchrc
+}
export CVSBUILD=no