diff options
author | James Meyer <james.meyer@operamail.com> | 2012-04-24 16:19:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-04-24 16:19:21 (GMT) |
commit | 2e4dddd1ae70ed166552560b833cf1f56ab5a674 (patch) | |
tree | c6f830953b8153815bceae7b9b5e3561c7111313 /abs/core | |
parent | f2a0080df441e3d9e5f054fdf5c9b48abd218879 (diff) | |
download | linhes_pkgbuild-2e4dddd1ae70ed166552560b833cf1f56ab5a674.zip linhes_pkgbuild-2e4dddd1ae70ed166552560b833cf1f56ab5a674.tar.gz linhes_pkgbuild-2e4dddd1ae70ed166552560b833cf1f56ab5a674.tar.bz2 |
keylaunch: update keybindings to use mythinstall -H for showing teh help screen.
With the new cmdline parser -h was already taken for showing command line help.
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/keylaunch/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/keylaunch/example_rc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/keylaunch/PKGBUILD b/abs/core/keylaunch/PKGBUILD index 5ae239a..2a21d9f 100644 --- a/abs/core/keylaunch/PKGBUILD +++ b/abs/core/keylaunch/PKGBUILD @@ -1,6 +1,6 @@ pkgname=keylaunch pkgver=1.3.9 -pkgrel=2 +pkgrel=4 arch=('i686') pkgdesc="KeyLaunch is a small utility for binding commands to a hot key. " url="http://www.oroborus.org/" @@ -16,4 +16,4 @@ build() { install -D -m0755 ../example_rc $startdir/pkg/etc/keylaunchrc } md5sums=('710f68a3e7026b4139cc94ea790576c3' - '652de5f0db90f32c664c9698f865e07a') + 'd465a4c892daedd558ec83e59734877e') diff --git a/abs/core/keylaunch/example_rc b/abs/core/keylaunch/example_rc index 8b5ca34..650e078 100644 --- a/abs/core/keylaunch/example_rc +++ b/abs/core/keylaunch/example_rc @@ -13,7 +13,7 @@ key=..*x:/usr/LH/bin/tvterm.sh key=..*s:sudo /usr/bin/mythtv-setup key=..*u:/usr/LH/bin/unclutter-toggle.sh key=.**u:/usr/LH/bin/unclutter-toggle.sh -key=..*h:/usr/MythVantage/bin/mythinstall -h +key=..*h:/usr/MythVantage/bin/mythinstall -H key=..*m:/usr/LH/bin/mythfrontend-start |