From 2d042b40632ee0b9b681bc3cd2141d922f5139c3 Mon Sep 17 00:00:00 2001 From: ponce Date: Tue, 27 Dec 2011 01:41:24 -0600 Subject: system/lxinput: Updated for version 0.3.1 Signed-off-by: Erik Hanson --- system/lxinput/doinst.sh | 2 +- system/lxinput/lxinput.SlackBuild | 6 ++---- system/lxinput/lxinput.info | 8 ++++---- 3 files changed, 7 insertions(+), 9 deletions(-) (limited to 'system/lxinput') 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" -- cgit v1.2.3