summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/libinput/README10
-rw-r--r--libraries/libinput/libinput.SlackBuild4
-rw-r--r--libraries/libinput/libinput.info6
-rw-r--r--libraries/libinput/slack-desc2
4 files changed, 11 insertions, 11 deletions
diff --git a/libraries/libinput/README b/libraries/libinput/README
index ed68c6b913..095c2a9afb 100644
--- a/libraries/libinput/README
+++ b/libraries/libinput/README
@@ -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
diff --git a/libraries/libinput/libinput.SlackBuild b/libraries/libinput/libinput.SlackBuild
index 7217243f21..6814f79148 100644
--- a/libraries/libinput/libinput.SlackBuild
+++ b/libraries/libinput/libinput.SlackBuild
@@ -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
diff --git a/libraries/libinput/libinput.info b/libraries/libinput/libinput.info
index 0e7df7909c..14cd4ada2e 100644
--- a/libraries/libinput/libinput.info
+++ b/libraries/libinput/libinput.info
@@ -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=""
diff --git a/libraries/libinput/slack-desc b/libraries/libinput/slack-desc
index 6d87eaf346..385f7da66f 100644
--- a/libraries/libinput/slack-desc
+++ b/libraries/libinput/slack-desc
@@ -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/