diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-03-13 22:25:52 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-03-18 06:58:27 +0700 |
commit | 3389be756e64af7bdd1e066f4438a3762e77e64a (patch) | |
tree | 79d6acb1287460e44bd7ebd54e8805122e9a850a /libraries/libinput | |
parent | e64ff55ed80c9cb47b7ff28b206db1f45966e3ad (diff) |
libraries/libinput: Updated for version 1.6.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libinput')
-rw-r--r-- | libraries/libinput/README | 10 | ||||
-rw-r--r-- | libraries/libinput/libinput.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/libinput/libinput.info | 6 | ||||
-rw-r--r-- | libraries/libinput/slack-desc | 2 |
4 files changed, 11 insertions, 11 deletions
diff --git a/libraries/libinput/README b/libraries/libinput/README index ed68c6b913f4..095c2a9afbe5 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 7217243f2123..6814f7914806 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 0e7df7909c2e..14cd4ada2ef0 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 6d87eaf346d9..385f7da66fa8 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/ |