summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Heinz Wiesinger2010-05-11 20:31:01 +0200
committer Heinz Wiesinger2010-05-11 20:31:01 +0200
commit5b572d585f6d652d9e98feea389a9c8e45d595f4 (patch)
tree2cc5fbfee61f4ce99b13299f8b9373002c8b860d /system
parent703c83a50c44cd34dc486730b7a6d728c5f3d3df (diff)
downloadslackbuilds-5b572d585f6d652d9e98feea389a9c8e45d595f4.tar.gz
system/synaptics: Removed from 12.1 repository
Diffstat (limited to 'system')
-rw-r--r--system/synaptics/README21
-rw-r--r--system/synaptics/slack-desc19
-rw-r--r--system/synaptics/synaptics.SlackBuild57
-rw-r--r--system/synaptics/synaptics.info8
4 files changed, 0 insertions, 105 deletions
diff --git a/system/synaptics/README b/system/synaptics/README
deleted file mode 100644
index 2a7fb21f30..0000000000
--- a/system/synaptics/README
+++ /dev/null
@@ -1,21 +0,0 @@
-This is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. A Synaptics
-touchpad by default operates in compatibility mode by emulating a standard
-mouse. However, by using a dedicated driver, more advanced features of the
-touchpad becomes available.
-
-Features:
- Movement with adjustable, non-linear acceleration and speed.
- Button events through short touching of the touchpad.
- Double-Button events through double short touching of the touchpad.
- Dragging through short touching and holding down on the touchpad.
- Middle and right button events on the corners of the touchpad.
- Vertical scrolling through moving on the right side of the touchpad.
- The up/down button sends button four/five events.
- Horizontal scrolling through moving on the lower side of the touchpad.
- The multi-buttons send button events for scrolling.
- Adjustable finger detection.
- Multifinger taps (Not all hardware implements this feature.)
- Run-time configuration using shared memory.
-
-This driver requires manual configuration of X.org/XFree86.
-Review the INSTALL file in /usr/doc/synaptics-0.14.6 for details.
diff --git a/system/synaptics/slack-desc b/system/synaptics/slack-desc
deleted file mode 100644
index e6e6fc4a1a..0000000000
--- a/system/synaptics/slack-desc
+++ /dev/null
@@ -1,19 +0,0 @@
-# HOW TO EDIT THIS FILE:
-# The "handy ruler" below makes it easier to edit a package description. Line
-# up the first '|' above the ':' following the base package name, and the '|'
-# on the right side marks the last column you can put a character in. You must
-# make exactly 11 lines for the formatting to be correct. It's also
-# customary to leave one space after the ':'.
-
- |-----handy-ruler------------------------------------------------------|
-synaptics: synaptics (Synaptics touchpad driver for X.org/XFree86)
-synaptics:
-synaptics: This is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x.
-synaptics: A Synaptics touchpad by default operates in compatibility mode by
-synaptics: emulating a standard mouse. However, by using a dedicated driver,
-synaptics: more advanced features of the touchpad becomes available.
-synaptics:
-synaptics:
-synaptics:
-synaptics:
-synaptics:
diff --git a/system/synaptics/synaptics.SlackBuild b/system/synaptics/synaptics.SlackBuild
deleted file mode 100644
index dd5a436aa3..0000000000
--- a/system/synaptics/synaptics.SlackBuild
+++ /dev/null
@@ -1,57 +0,0 @@
-#!/bin/sh
-
-## Written by hollywoodb (hollywoodb@fastmail.fm)
-
-NAME=synaptics
-VERSION=0.14.6
-ARCH=${ARCH:-i486}
-BUILD=${BUILD:-3}
-TAG=${TAG:-_SBo}
-CWD=$(pwd)
-TMP=${TMP:-/tmp/SBo}
-PKG=$TMP/package-$NAME
-OUTPUT=${OUTPUT:-/tmp}
-
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
-fi
-
-rm -rf $PKG
-mkdir -p $TMP $PKG $OUTPUT
-cd $TMP || exit 1
-tar -jxvf $CWD/$NAME-$VERSION.tar.bz2 || exit 1
-cd $NAME-$VERSION || exit 1
-chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
-
-# Make the Makefile recognize $SLKCFLAGS
-sed -i "s/^CDEBUGFLAGS =.*/CDEBUGFLAGS = $SLKCFLAGS/" Makefile || exit 1
-
-make || exit 1
-
-# Install and strip binaries
-install -D -m 0755 synclient $PKG/usr/bin/synclient
-install -D -m 0755 syndaemon $PKG/usr/bin/syndaemon
-strip --strip-unneeded $PKG/usr/bin/*
-
-# Install the shared object file
-install -D -m 0755 synaptics_drv.so $PKG/usr/X11/lib/modules/input/synaptics_drv.so
-
-# Install and compress man pages
-mkdir -p $PKG/usr/man/man{1,5}
-cat manpages/synclient.1 | gzip -9c > $PKG/usr/man/man1/synclient.1.gz
-cat manpages/syndaemon.1 | gzip -9c > $PKG/usr/man/man1/syndaemon.1.gz
-cat manpages/synaptics.5 | gzip -9c > $PKG/usr/man/man5/synaptics.5.gz
-
-mkdir -p $PKG/usr/doc/$NAME-$VERSION
-cp -a COMPATIBILITY FILES INSTALL* LICENSE NEWS README* TODO \
- trouble-shooting.txt $PKG/usr/doc/$NAME-$VERSION
-cat $CWD/$NAME.SlackBuild > $PKG/usr/doc/$NAME-$VERSION/$NAME.SlackBuild
-
-mkdir -p $PKG/install
-cat $CWD/slack-desc > $PKG/install/slack-desc
-
-cd $PKG
-/sbin/makepkg -l y -c n -p $OUTPUT/$NAME-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/synaptics/synaptics.info b/system/synaptics/synaptics.info
deleted file mode 100644
index 470439b233..0000000000
--- a/system/synaptics/synaptics.info
+++ /dev/null
@@ -1,8 +0,0 @@
-PRGNAM="synaptics"
-VERSION="0.14.6"
-HOMEPAGE="http://web.telia.com/~u89404340/touchpad/"
-DOWNLOAD="http://web.telia.com/~u89404340/touchpad/files/synaptics-0.14.6.tar.bz2"
-MD5SUM="1102cd575045640a064ab6f9b1e391af"
-MAINTAINER="hollywoodb"
-EMAIL="hollywoodb@fastmail.fm"
-APPROVED="rworkman"