diff options
Diffstat (limited to 'system/lxinput/lxinput.SlackBuild')
-rw-r--r-- | system/lxinput/lxinput.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/lxinput/lxinput.SlackBuild b/system/lxinput/lxinput.SlackBuild index 5e4a062e2f..dc07a50b23 100644 --- a/system/lxinput/lxinput.SlackBuild +++ b/system/lxinput/lxinput.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for lxinput -# Copyright 2010-2024 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2010-2025 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=lxinput -VERSION=${VERSION:-0.3.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.3.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -82,7 +82,7 @@ find -L . \ \( -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 +./autogen.sh || true CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ |