diff options
author | Jick Nan <jick.nan@gmail.com> | 2010-05-11 22:27:14 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:27:14 +0200 |
commit | 63c1919bbcdf2095bcd959187247d97e92b68ef8 (patch) | |
tree | 3fadce43dae5fefb4f841fa9a0e664cf31c3505a /system/xautolock | |
parent | c1202c0a7adc4589adcd3456a4c38a908d85d90a (diff) |
system/xautolock: Updated for version 2.2
Diffstat (limited to 'system/xautolock')
-rw-r--r-- | system/xautolock/README | 8 | ||||
-rw-r--r-- | system/xautolock/xautolock.SlackBuild | 2 | ||||
-rw-r--r-- | system/xautolock/xautolock.info | 6 |
3 files changed, 6 insertions, 10 deletions
diff --git a/system/xautolock/README b/system/xautolock/README index b5c255732a58..39350e7475e4 100644 --- a/system/xautolock/README +++ b/system/xautolock/README @@ -9,9 +9,5 @@ doesn't care what program you make it start. The only real assumption made by xautolock is that a new countdown starts as soon as the locker exits. -I use xautolock with xlockmore in this way: - - xautolock -time 10 -locker xlock - -If you have any questions or comments about this script you are free to -contact me via e-mail: jick.nan AT gmail.com Enjoy! +One suggested use of autolock is like this: + xautolock -time 10 -locker xlock diff --git a/system/xautolock/xautolock.SlackBuild b/system/xautolock/xautolock.SlackBuild index cbd1c498167b..1ab4f273b967 100644 --- a/system/xautolock/xautolock.SlackBuild +++ b/system/xautolock/xautolock.SlackBuild @@ -7,7 +7,7 @@ # Assumed to be public domain per our submission policy PRGNAM=xautolock -VERSION=2.1 +VERSION=2.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/xautolock/xautolock.info b/system/xautolock/xautolock.info index 351ff1192d1a..b5910f79a9e5 100644 --- a/system/xautolock/xautolock.info +++ b/system/xautolock/xautolock.info @@ -1,8 +1,8 @@ PRGNAM="xautolock" -VERSION="2.1" +VERSION="2.2" HOMEPAGE="http://freshmeat.net/projects/xautolock/" -DOWNLOAD="http://www.ibiblio.org/pub/Linux/X11/screensavers/xautolock-2.1.tgz" -MD5SUM="35c22fd9748f872fdb3ce8d861951704" +DOWNLOAD="http://www.ibiblio.org/pub/Linux/X11/screensavers/xautolock-2.2.tgz" +MD5SUM="9526347a202694ad235d731d9d3de91f" MAINTAINER="Jick Nan" EMAIL="jick.nan@gmail.com" APPROVED="rworkman" |