summaryrefslogtreecommitdiffstats
path: root/source/x/libinput
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2024-08-19 18:50:19 +0000
committer Eric Hameleers <alien@slackware.com>2024-08-19 21:49:36 +0200
commitdf0b85011ca263a8da9ecd65ac01100bbac3cb82 (patch)
tree22824a7c4c1b8cbd88208a58041c13b9ba2256bf /source/x/libinput
parentaea7d1360178fffb8b84e264e01cb74ec44ad675 (diff)
downloadcurrent-df0b85011ca263a8da9ecd65ac01100bbac3cb82.tar.gz
current-df0b85011ca263a8da9ecd65ac01100bbac3cb82.tar.xz
Mon Aug 19 18:50:19 UTC 202420240819185019
a/kernel-firmware-20240816_5649ca7-noarch-1.txz: Upgraded. a/kernel-generic-6.10.6-x86_64-1.txz: Upgraded. a/kernel-huge-6.10.6-x86_64-1.txz: Upgraded. a/kernel-modules-6.10.6-x86_64-1.txz: Upgraded. d/kernel-headers-6.10.6-x86-1.txz: Upgraded. k/kernel-source-6.10.6-noarch-1.txz: Upgraded. l/liburing-2.7-x86_64-1.txz: Upgraded. x/libinput-1.26.2-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/x/libinput')
-rwxr-xr-xsource/x/libinput/libinput.SlackBuild11
-rw-r--r--source/x/libinput/libinput.url2
2 files changed, 5 insertions, 8 deletions
diff --git a/source/x/libinput/libinput.SlackBuild b/source/x/libinput/libinput.SlackBuild
index df669fbc8..1d9a561e3 100755
--- a/source/x/libinput/libinput.SlackBuild
+++ b/source/x/libinput/libinput.SlackBuild
@@ -32,7 +32,7 @@ BUILD=${BUILD:-1}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i586 ;;
+ i?86) ARCH=i686 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
@@ -52,14 +52,11 @@ PKG=$TMP/package-$PKGNAM
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
-if [ "$ARCH" = "i586" ]; then
- SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
-elif [ "$ARCH" = "i686" ]; then
- SLKCFLAGS="-O2 -march=i686 -mtune=i686"
+if [ "$ARCH" = "i686" ]; then
+ SLKCFLAGS="-O2 -march=pentium4 -mtune=generic"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
- SLKCFLAGS="-O2 -fPIC"
+ SLKCFLAGS="-O2 -march=x86-64 -mtune=generic -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
diff --git a/source/x/libinput/libinput.url b/source/x/libinput/libinput.url
index 9368cd7e9..58f185d58 100644
--- a/source/x/libinput/libinput.url
+++ b/source/x/libinput/libinput.url
@@ -1,2 +1,2 @@
https://gitlab.freedesktop.org/libinput/libinput
-https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.26.1/libinput-1.26.1.tar.gz
+https://gitlab.freedesktop.org/libinput/libinput/-/archive/1.26.2/libinput-1.26.2.tar.gz