diff options
Diffstat (limited to 'packages/keylaunch')
-rw-r--r-- | packages/keylaunch/files/collie/keylaunchrc | 0 | ||||
-rw-r--r-- | packages/keylaunch/files/keylaunchrc | 0 | ||||
-rw-r--r-- | packages/keylaunch/keylaunch_2.0.7.bb | 7 |
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 |