summaryrefslogtreecommitdiffstats
path: root/system/linuxconsoletools
diff options
context:
space:
mode:
author B. Watson2021-08-25 04:45:57 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:51:40 +0200
commitf2830ecd2a442bb73379aa7601c32ec7d05153c3 (patch)
treeb6a9e0fc47c8704c82cbd37dabb21a328a57f8e1 /system/linuxconsoletools
parent7a65769e80b3c9ebc2659b23a093629253330ac9 (diff)
downloadslackbuilds-f2830ecd2a442bb73379aa7601c32ec7d05153c3.tar.gz
system/linuxconsoletools: Reflow README and remove SDL2 ref.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/linuxconsoletools')
-rw-r--r--system/linuxconsoletools/README25
-rw-r--r--system/linuxconsoletools/linuxconsoletools.SlackBuild3
2 files changed, 11 insertions, 17 deletions
diff --git a/system/linuxconsoletools/README b/system/linuxconsoletools/README
index 7d3b6e9b5a..6d412534a1 100644
--- a/system/linuxconsoletools/README
+++ b/system/linuxconsoletools/README
@@ -9,23 +9,20 @@ to test and configure joysticks, connect legacy devices to the kernel's
input subsystem (providing support for serial mice, touchscreens etc.),
and test the input event layer.
-Optional dependency: SDL2. This is only required for ffmvforce (force
-orientation test for force-feedback devices). If SDL2 is not installed,
-ffmvforce won't be included in the package.
-
Notes:
- This replaces the "joystick" build that was previously available.
-- Included in this build is a simple udev rule to automatically restore the
- joystick configuration(s); see the package README in the documentation
- directory for more specific rules.
+- Included in this build is a simple udev rule to automatically restore
+ the joystick configuration(s); see the package README in the
+ documentation directory for more specific rules.
-- By default, this build includes a newer version of /usr/bin/inputattach,
+- By default, this build includes a new version of /usr/bin/inputattach,
which overwrites the one from Slackware's gpm package. The new
- inputattach should behave identically to the old one, except that it
- supports many more devices, and is capable of running as a daemon. It
- also has a man page, which the old one didn't have. If you have problems
- with the new inputattach, reinstall gpm and then rebuild this package
- with GPM_COMPAT=yes set in the environment. With this option, the new
- inputattach will be installed as /usr/bin/inputattach-lct.
+ inputattach should behave identically to the old one, except
+ that it supports many more devices, and is capable of running
+ as a daemon. It also has a man page, which the old one didn't
+ have. If you have problems with the new inputattach, reinstall
+ gpm and then rebuild this package with GPM_COMPAT=yes set in the
+ environment. With this option, the new inputattach will be installed
+ as /usr/bin/inputattach-lct.
diff --git a/system/linuxconsoletools/linuxconsoletools.SlackBuild b/system/linuxconsoletools/linuxconsoletools.SlackBuild
index 135531a913..3d3f062812 100644
--- a/system/linuxconsoletools/linuxconsoletools.SlackBuild
+++ b/system/linuxconsoletools/linuxconsoletools.SlackBuild
@@ -48,9 +48,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0