system/lxinput: Updated for version 0.3.1

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
ponce 2011-12-27 01:41:24 -06:00 committed by Robby Workman
parent 9d84dcebeb
commit 2d042b4063
3 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -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" \

View file

@ -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"