aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2025-04-29 17:29:46 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-05-03 09:37:20 +0700
commit37d0033e8d140a1c06d54b34a16d03e759b346b8 (patch)
tree0a476a579018ff1005d11bb8d6cc536ea6fb4065
parentd74ad68bedfdbb019dc108ac425ed79a6d6285b5 (diff)
system/lxinput: Updated for version 0.3.6.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/lxinput/lxinput.SlackBuild8
-rw-r--r--system/lxinput/lxinput.info6
2 files changed, 7 insertions, 7 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" \
diff --git a/system/lxinput/lxinput.info b/system/lxinput/lxinput.info
index 5f392c1781..8812b0b538 100644
--- a/system/lxinput/lxinput.info
+++ b/system/lxinput/lxinput.info
@@ -1,8 +1,8 @@
PRGNAM="lxinput"
-VERSION="0.3.5"
+VERSION="0.3.6"
HOMEPAGE="http://www.lxde.org/"
-DOWNLOAD="http://downloads.sf.net/lxde/lxinput-0.3.5.tar.xz"
-MD5SUM="69680debaef053d540ae3a5f4b237150"
+DOWNLOAD="https://github.com/lxde/releases/raw/refs/heads/master/releases/lxinput-0.3.6.tar.xz"
+MD5SUM="46366da2710eaa0a9f11304fe47d0f4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""