diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-09-18 15:24:15 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-09-18 15:24:15 (GMT) |
commit | 3df4252b00aca3d018cd3362ad2aab9b969d9e46 (patch) | |
tree | 837903fda28e88bfb2b906b925f856aecd4f7c7a /abs/core/linhes-scripts/PKGBUILD | |
parent | 44e4acec5a35087de51e3c87a347ffea61fc2c74 (diff) | |
download | linhes_pkgbuild-3df4252b00aca3d018cd3362ad2aab9b969d9e46.zip linhes_pkgbuild-3df4252b00aca3d018cd3362ad2aab9b969d9e46.tar.gz linhes_pkgbuild-3df4252b00aca3d018cd3362ad2aab9b969d9e46.tar.bz2 |
linhes-scripts: idle.sh: Check if frontends are playing. closes #851.
Add -d option that will include mythshutdown daily wake in system busy calculation. Default excludes daily wake in system busy calculation. This is needed to use idle.sh as the PreCheck for system shutdown.
Add -w option to check for open windows. Before checking for windows was default but in some cases the user won't want the check. Adding window check as an option makes it consistant with the login check.
Diffstat (limited to 'abs/core/linhes-scripts/PKGBUILD')
-rw-r--r-- | abs/core/linhes-scripts/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/linhes-scripts/PKGBUILD b/abs/core/linhes-scripts/PKGBUILD index 4ffdc6f..6f70ebe 100644 --- a/abs/core/linhes-scripts/PKGBUILD +++ b/abs/core/linhes-scripts/PKGBUILD @@ -3,12 +3,12 @@ pkgname=linhes-scripts pkgver=7 -pkgrel=48 +pkgrel=49 pkgdesc="Various scripts that help to make LinHES, LinHES." arch=('i686' 'x86_64') license=('GPL2') depends=('xosd' 'cpulimit' 'screen' 'mencoder' 'tablet-encode' 'mplayer' - 'normalize' 'handbrake-cli' 'mkvtoolnix') + 'normalize' 'handbrake-cli' 'mkvtoolnix' 'gnu-netcat') url="http://linhes.org/" install="linhes-scripts.install" source=( @@ -85,7 +85,7 @@ md5sums=('f56985b2d602e11dc1e10d3e7848b2a5' '3b776bbff68906ddc2f62b7e0dde3fe4' 'a57641fb63d7bb6d92a438f1ea779a57' '3d0adf26280cde55a0c47188fff34826' - '25dd5b8ec0482d561b481bfce051d648' + '439026b38a9d3d27478078887639152b' 'b2c3dd48a4abb976eda2d5fbf22a173a' 'b527b01d119d3bc33b8fa69bdf1082bb' '9d077c24d102fa02e4f417d639d8b00a' |