diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-07-10 10:42:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-17 07:49:40 +0700 |
commit | cccb26812e84a987d11388ced358c244c773ec70 (patch) | |
tree | 7ae685bfdd992a1a6108c442eb07679b8f59f8af /system/lxinput | |
parent | a6c63eebc9ecaa96b297deb0d2863e5766324209 (diff) |
system/lxinput: Updated for version 0.3.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxinput')
-rw-r--r-- | system/lxinput/lxinput.SlackBuild | 12 | ||||
-rw-r--r-- | system/lxinput/lxinput.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/system/lxinput/lxinput.SlackBuild b/system/lxinput/lxinput.SlackBuild index 9bd75123a345..264691f622bb 100644 --- a/system/lxinput/lxinput.SlackBuild +++ b/system/lxinput/lxinput.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for lxinput -# Copyright 2010-2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # generated by Grissiom's sbo-dev-helper PRGNAM=lxinput -VERSION=${VERSION:-0.3.3} +VERSION=${VERSION:-0.3.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sh autogen.sh || true diff --git a/system/lxinput/lxinput.info b/system/lxinput/lxinput.info index d4658c7fdcd2..5f392c1781bb 100644 --- a/system/lxinput/lxinput.info +++ b/system/lxinput/lxinput.info @@ -1,8 +1,8 @@ PRGNAM="lxinput" -VERSION="0.3.3" +VERSION="0.3.5" HOMEPAGE="http://www.lxde.org/" -DOWNLOAD="http://downloads.sf.net/lxde/lxinput-0.3.3.tar.xz" -MD5SUM="d2a6467c5d23f9aa7f65d0d3abacd102" +DOWNLOAD="http://downloads.sf.net/lxde/lxinput-0.3.5.tar.xz" +MD5SUM="69680debaef053d540ae3a5f4b237150" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |