diff options
author | Niels Horn <niels.horn@gmail.com> | 2010-11-05 17:59:43 -0500 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-11-22 19:43:16 +0100 |
commit | 0c805f50e67aab2b15ecb9fdb66040d347463e0a (patch) | |
tree | e0d3a6a0f0fd6c087e5498c5a649e88c0030ca2a /system/numlockx | |
parent | b3d9c17db3b6e80ff617ff1a0c9c75966ff914b8 (diff) | |
download | slackbuilds-0c805f50e67aab2b15ecb9fdb66040d347463e0a.tar.gz |
system/numlockx: Updated for version 1.2. New Maintainer.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/numlockx')
-rw-r--r-- | system/numlockx/README | 4 | ||||
-rw-r--r-- | system/numlockx/numlockx.1 | 34 | ||||
-rw-r--r-- | system/numlockx/numlockx.SlackBuild | 11 | ||||
-rw-r--r-- | system/numlockx/numlockx.info | 12 | ||||
-rw-r--r-- | system/numlockx/slack-desc | 4 |
5 files changed, 31 insertions, 34 deletions
diff --git a/system/numlockx/README b/system/numlockx/README index 43609c8ace..0a000248c8 100644 --- a/system/numlockx/README +++ b/system/numlockx/README @@ -1,6 +1,6 @@ This little thingy allows you to start X with NumLock turned on -( which is a feature that a lot of people seem to miss and nobody -really knew how to achieve this ). If you use KDE or slim, you +(which is a feature that a lot of people seem to miss and nobody +really knew how to achieve this). If you use KDE or slim, you don't need this. See README.SLACKWARE for configuration information. diff --git a/system/numlockx/numlockx.1 b/system/numlockx/numlockx.1 index 176dc86c76..4643b6f5de 100644 --- a/system/numlockx/numlockx.1 +++ b/system/numlockx/numlockx.1 @@ -1,21 +1,17 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. -.TH NUMLOCKX "1" "December 2008" "NumLockX 1.1" "User Commands" +.TH NUMLOCKX "1" "March 2010" "NumLockX 1.2" "Start Options" .SH NAME -NumLockX \- manual page for NumLockX 1.1 -.SH DESCRIPTION -NumLockX 1.1 -(C) 2000\-2001 Lubos Lunak <l.lunak@kde.org> +NumLockX 1.2 - How to make your X start with NumLock on +.SH SYNOPSIS +numlockx [ \fIon\fR | \fIoff\fR | \fItoggle\fR ] +.SH OPTIONS +\fIon\fR turns NumLock on in X (default) + +\fIoff\fR turns NumLock off in X + +\fItoggle\fR toggles the NumLock on and off in X +.SH AUTHOR +(C) 2000\-2010 Lubos Lunak <l.lunak@kde.org> +.br (C) 2001 Oswald Buddenhagen <ossi@kde.org> -.PP -Usage : numlockx [on|off] -on \- turns NumLock on in X ( default ) -off \- turns NumLock off in X -toggle \- toggles the NumLock on and off in X -.PP -(C) 2000\-2001 Lubos Lunak <l.lunak@kde.org> -(C) 2001 Oswald Buddenhagen <ossi@kde.org> -.PP -Usage : numlockx [on|off] -on \- turns NumLock on in X ( default ) -off \- turns NumLock off in X -toggle \- toggles the NumLock on and off in X +.SH SEE ALSO +http://ktown.kde.org/~seli/numlockx/ diff --git a/system/numlockx/numlockx.SlackBuild b/system/numlockx/numlockx.SlackBuild index ddadac9826..2287ffa748 100644 --- a/system/numlockx/numlockx.SlackBuild +++ b/system/numlockx/numlockx.SlackBuild @@ -8,17 +8,18 @@ # Granted WTFPLv2, as published by Sam Hocevar dec'04. # For details see http://sam.zoy.org/wtfpl/COPYING +# Maintained as of version 1.2 by Niels Horn <niels.horn@gmail.com> +# Revision date: 2010/10/26 + PRGNAM=numlockx -VERSION=${VERSION:-1.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -64,7 +65,7 @@ CFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ - --x-libraries="/usr/lib/X11" \ + --x-libraries="/usr/lib${LIBDIRSUFFIX}/X11" \ --x-includes="/usr/include/X11" \ --build=$ARCH-slackware-linux diff --git a/system/numlockx/numlockx.info b/system/numlockx/numlockx.info index 4446635b00..1381286ecc 100644 --- a/system/numlockx/numlockx.info +++ b/system/numlockx/numlockx.info @@ -1,10 +1,10 @@ PRGNAM="numlockx" -VERSION="1.1" +VERSION="1.2" HOMEPAGE="http://ktown.kde.org/~seli/numlockx/" -DOWNLOAD="http://ktown.kde.org/~seli/numlockx/numlockx-1.1.tar.gz" -MD5SUM="127d9dfbbbe6dbec62cc78db340f913c" +DOWNLOAD="http://ktown.kde.org/~seli/numlockx/numlockx-1.2.tar.gz" +MD5SUM="be9109370447eae23f6f3f8527bb1a67" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Menno Duursma" -EMAIL="druiloor@zonnet.nl" -APPROVED="rworkman" +MAINTAINER="Niels Horn" +EMAIL="niels.horn@gmail.com" +APPROVED="Erik Hanson" diff --git a/system/numlockx/slack-desc b/system/numlockx/slack-desc index 908bcb1949..a4585fd948 100644 --- a/system/numlockx/slack-desc +++ b/system/numlockx/slack-desc @@ -9,8 +9,8 @@ numlockx: NumLockX (Start X with NumLock Turned On) numlockx: numlockx: This little thingy allows you to start X with NumLock turned on -numlockx: ( which is a feature that a lot of people seem to miss and nobody -numlockx: really knew how to achieve this ). +numlockx: (which is a feature that a lot of people seem to miss and nobody +numlockx: really knew how to achieve this). numlockx: numlockx: Homepage: http://ktown.kde.org/~seli/numlockx/ numlockx: |