diff options
author | ponce <matteo.bernardini@gmail.com> | 2011-12-27 01:41:24 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-12-27 10:15:25 -0600 |
commit | 2d042b40632ee0b9b681bc3cd2141d922f5139c3 (patch) | |
tree | 375a8fb679992fc09dfae8f72eb84d6c3c21b649 /system/lxinput | |
parent | 9d84dcebeb1c23f2c48096392b4c43ef7b41cfb7 (diff) | |
download | slackbuilds-2d042b40632ee0b9b681bc3cd2141d922f5139c3.tar.gz |
system/lxinput: Updated for version 0.3.1
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/lxinput')
-rw-r--r-- | system/lxinput/doinst.sh | 2 | ||||
-rw-r--r-- | system/lxinput/lxinput.SlackBuild | 6 | ||||
-rw-r--r-- | system/lxinput/lxinput.info | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/system/lxinput/doinst.sh b/system/lxinput/doinst.sh index 3857649f50..5fb28930db 100644 --- a/system/lxinput/doinst.sh +++ b/system/lxinput/doinst.sh @@ -1,3 +1,3 @@ if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications &> /dev/null + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 fi diff --git a/system/lxinput/lxinput.SlackBuild b/system/lxinput/lxinput.SlackBuild index 3e778452a5..d43a14a7ac 100644 --- a/system/lxinput/lxinput.SlackBuild +++ b/system/lxinput/lxinput.SlackBuild @@ -7,16 +7,14 @@ # generated by Grissiom's sbo-dev-helper PRGNAM=lxinput -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.3.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -55,7 +53,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# sh autogen.sh +sh autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/system/lxinput/lxinput.info b/system/lxinput/lxinput.info index 16612870fb..1704da0491 100644 --- a/system/lxinput/lxinput.info +++ b/system/lxinput/lxinput.info @@ -1,10 +1,10 @@ PRGNAM="lxinput" -VERSION="0.3.0" +VERSION="0.3.1" HOMEPAGE="http://www.lxde.org/" -DOWNLOAD="http://download.sourceforge.net/lxde/lxinput-0.3.0.tar.gz" -MD5SUM="34e8d557d76ad45141b8f42b62e7a0e1" +DOWNLOAD="http://downloads.sourceforge.net/lxde/lxinput-0.3.1.tar.gz" +MD5SUM="948ad3371325f53bf8c4a7ed555558a4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="ponce" EMAIL="matteo.bernardini@gmail.com" -APPROVED="dsomero" +APPROVED="Erik Hanson" |