From cccb26812e84a987d11388ced358c244c773ec70 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 10 Jul 2016 10:42:08 +0200 Subject: system/lxinput: Updated for version 0.3.5. Signed-off-by: Matteo Bernardini --- system/lxinput/lxinput.SlackBuild | 12 ++++++------ system/lxinput/lxinput.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'system') diff --git a/system/lxinput/lxinput.SlackBuild b/system/lxinput/lxinput.SlackBuild index 9bd75123a3..264691f622 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 , Pisa, Italy +# Copyright 2010-2016 Matteo Bernardini , 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 d4658c7fdc..5f392c1781 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="" -- cgit v1.2.3