mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/libinput: Updated for version 1.6.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e64ff55ed8
commit
3389be756e
4 changed files with 11 additions and 11 deletions
|
@ -3,11 +3,11 @@ libinput (Input device library)
|
|||
libinput is a library to handle input devices in Wayland compositors
|
||||
and to provide a generic X.Org input driver.
|
||||
|
||||
It provides device detection, device handling, input device event
|
||||
processing and abstraction so minimize the amount of custom input
|
||||
code compositors need to provide the common set of functionality
|
||||
that users expect. Input event processing includes scaling touch
|
||||
coordinates, generating pointer events from touchpads, pointer
|
||||
It provides device detection, device handling, input device event
|
||||
processing and abstraction so minimize the amount of custom input
|
||||
code compositors need to provide the common set of functionality
|
||||
that users expect. Input event processing includes scaling touch
|
||||
coordinates, generating pointer events from touchpads, pointer
|
||||
acceleration, etc.
|
||||
|
||||
Optional dependency: libwacom
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libinput
|
||||
VERSION=${VERSION:-1.6.1}
|
||||
VERSION=${VERSION:-1.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -99,7 +99,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a COPYING README.txt $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -ar COPYING README.txt doc/html $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libinput"
|
||||
VERSION="1.6.1"
|
||||
VERSION="1.6.3"
|
||||
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput"
|
||||
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.6.1.tar.xz"
|
||||
MD5SUM="7e282344f8ed7ec5cf87ca9fc22674fb"
|
||||
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.6.3.tar.xz"
|
||||
MD5SUM="62f4a283925ac7ebe6cc59884801aa69"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
libinput: libinput (Input device library)
|
||||
libinput:
|
||||
libinput: libinput is a library to handle input devices in Wayland compositors
|
||||
libinput: libinput is a library to handle input devices in Wayland compositors
|
||||
libinput: and to provide a generic X.Org input driver.
|
||||
libinput:
|
||||
libinput: Home page: http://www.freedesktop.org/wiki/Software/libinput/
|
||||
|
|
Loading…
Reference in a new issue