From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 033/102] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.10.0
Date: Mon, 12 Jan 2026 09:28:41 +0100 [thread overview]
Message-ID: <20260112082950.2528445-33-bernd@kuhls.net> (raw)
In-Reply-To: <20260112082950.2528445-1-bernd@kuhls.net>
https://lists.x.org/archives/xorg-announce/2025-January/003578.html
Rebased patch 0001 due to upstream commit:
https://gitlab.freedesktop.org/xorg/driver/xf86-input-synaptics/-/commit/64407e809dd7a75516acd3178aa77db7dc04e19d
Switched _SITE to URL mentioned in latest release notes.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
.../0001-build-get-rid-of-sdkdir.patch | 8 +++++---
.../xdriver_xf86-input-synaptics.hash | 6 +++---
.../xdriver_xf86-input-synaptics.mk | 4 ++--
3 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/package/x11r7/xdriver_xf86-input-synaptics/0001-build-get-rid-of-sdkdir.patch b/package/x11r7/xdriver_xf86-input-synaptics/0001-build-get-rid-of-sdkdir.patch
index 62950b0667..9e0eb29d04 100644
--- a/package/x11r7/xdriver_xf86-input-synaptics/0001-build-get-rid-of-sdkdir.patch
+++ b/package/x11r7/xdriver_xf86-input-synaptics/0001-build-get-rid-of-sdkdir.patch
@@ -11,6 +11,8 @@ appended in the target:
Other drivers (e.g. keyboard) got rid of sdkdir. Do the same.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
+[Bernd: rebased for version 1.10.0]
+Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
Makefile.am | 1 -
configure.ac | 9 ---------
@@ -34,9 +36,9 @@ diff --git a/configure.ac b/configure.ac
index 970dd5f..574353b 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -55,11 +55,6 @@ XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
+@@ -60,11 +60,6 @@ XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
# Obtain compiler/linker options for the Synaptics driver dependencies
- PKG_CHECK_MODULES(XORG, [inputproto >= 2.1.99.3] [xorg-server >= 1.12] xproto inputproto $REQUIRED_MODULES)
+ PKG_CHECK_MODULES(XORG, [inputproto >= 2.1.99.3] [xorg-server >= 1.18] xproto inputproto $REQUIRED_MODULES)
-# X Server SDK location is required to install Synaptics header files
-# This location is also relayed in the xorg-synaptics.pc file
@@ -46,7 +48,7 @@ index 970dd5f..574353b 100644
# -----------------------------------------------------------------------------
# Configuration options
# -----------------------------------------------------------------------------
-@@ -154,10 +149,6 @@ if test "x$have_libxtst" = "xyes" ; then
+@@ -159,10 +154,6 @@ if test "x$have_libxtst" = "xyes" ; then
fi
# -----------------------------------------------------------------------------
diff --git a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash
index 97d55f2e2d..2cfb3d39ff 100644
--- a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash
+++ b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.hash
@@ -1,5 +1,5 @@
-# From https://lists.x.org/archives/xorg-announce/2022-July/003181.html
-sha256 b8fa4aab913fc63754bbd6439e020658c412743a055201ddf212760593962c38 xf86-input-synaptics-1.9.2.tar.xz
-sha512 6fd46505f22bba79f612fbd48dddd4818f7d874cc29caac71840744de27f1d224c68861e3a18d2a866b78178924d2f093f5260e27b221aa1fb17dbc09d66b649 xf86-input-synaptics-1.9.2.tar.xz
+# From https://lists.x.org/archives/xorg-announce/2025-January/003578.html
+sha256 e0c26adb068edd0869f87a87f5e9127922d61c0265d7692a247a91a5cc1bb5c2 xf86-input-synaptics-1.10.0.tar.xz
+sha512 deb14ba039f423c4575825ecdeb74f31e30f044a4efc7dae9c1634f841dcf7066970cd470be7e63f68eccd4899e0434d602e59c297042cb2f38ff2a3a02d7e91 xf86-input-synaptics-1.10.0.tar.xz
# Locally computed
sha256 e14dc9a27158cadaeea8bcc2c70069762f05adb29030a444336bfde268751dc7 COPYING
diff --git a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk
index 888f60b2fb..5a4e528b50 100644
--- a/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk
+++ b/package/x11r7/xdriver_xf86-input-synaptics/xdriver_xf86-input-synaptics.mk
@@ -4,9 +4,9 @@
#
################################################################################
-XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.9.2
+XDRIVER_XF86_INPUT_SYNAPTICS_VERSION = 1.10.0
XDRIVER_XF86_INPUT_SYNAPTICS_SOURCE = xf86-input-synaptics-$(XDRIVER_XF86_INPUT_SYNAPTICS_VERSION).tar.xz
-XDRIVER_XF86_INPUT_SYNAPTICS_SITE = https://xorg.freedesktop.org/releases/individual/driver
+XDRIVER_XF86_INPUT_SYNAPTICS_SITE = https://xorg.freedesktop.org/archive/individual/driver
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE = MIT
XDRIVER_XF86_INPUT_SYNAPTICS_LICENSE_FILES = COPYING
XDRIVER_XF86_INPUT_SYNAPTICS_DEPENDENCIES = libevdev xserver_xorg-server xorgproto mtdev
--
2.47.3
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-01-12 8:30 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-12 8:28 [Buildroot] [PATCH 001/102] package/x11r7/xcb-proto: bump version to 1.17.0 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 002/102] package/x11r7/libxcb: " Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 003/102] package/x11r7/xapp_xauth: bump version to 1.1.5 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 004/102] package/x11r7/xapp_rgb: bump version to 1.1.1 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 005/102] package/x11r7/xapp_fonttosfnt: bump version to 1.2.5 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 006/102] package/x11r7/xorgproto: bump version to 2025.1 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 007/102] package/x11r7/xapp_xkbcomp: security bump version to 1.5.0 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 008/102] package/x11r7/xserver_xorg-server: bump version to 21.1.21 Bernd Kuhls
2026-04-24 16:26 ` Thomas Perale via buildroot
2026-01-12 8:28 ` [Buildroot] [PATCH 009/102] package/x11r7/xlib_libXScrnSaver: bump version to 1.2.5 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 010/102] package/x11r7/xlib_libXres: bump version to 1.2.3 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 011/102] package/x11r7/xlib_libXpresent: bump version to 1.0.2 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 012/102] package/x11r7/xlib_libXfixes: bump version to 6.0.2 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 013/102] package/x11r7/xcb-util-cursor: bump version to 0.1.6 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 014/102] package/x11r7/xdriver_xf86-video-ast: bump version to 1.2.1 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 015/102] package/x11r7/xdriver_xf86-video-geode: bump version to 2.18.2 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 016/102] package/x11r7/xapp_xgc: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 017/102] package/x11r7/xapp_xgamma: bump version to 1.0.8 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 018/102] package/x11r7/xapp_xfsinfo: " Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 019/102] package/x11r7/xapp_xeyes: bump version to 1.3.1 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 020/102] package/x11r7/xapp_xdriinfo: bump version to 1.0.8 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 021/102] package/x11r7/xapp_xdpyinfo: bump version to 1.4.0 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 022/102] package/x11r7/xapp_xcursorgen: bump version to 1.0.9 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 023/102] package/x11r7/xapp_viewres: bump version to 1.0.8 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 024/102] package/x11r7/xapp_smproxy: " Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 025/102] package/x11r7/xapp_showfont: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 026/102] package/x11r7/xapp_sessreg: bump version to 1.1.4 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 027/102] package/x11r7/xapp_twm: bump version to 1.0.13.1 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 028/102] package/x11r7/xlib_libXft: bump version to 2.3.9 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 029/102] package/x11r7/xapp_xinit: bump version to 1.4.4 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 030/102] package/x11r7/xlib_libSM: bump version to 1.2.6 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 031/102] package/x11r7/xlib_libX11: bump version to 1.8.12 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 032/102] package/x11r7/xapp_xhost: bump version to 1.0.10 Bernd Kuhls
2026-01-12 8:28 ` Bernd Kuhls [this message]
2026-01-12 8:28 ` [Buildroot] [PATCH 034/102] package/x11r7/xlib_libXxf86vm: bump version to 1.1.6 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 035/102] package/x11r7/xlib_libXv: bump version to 1.0.13 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 036/102] package/x11r7/xlib_libxcvt: bump version to 0.1.3 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 037/102] package/x11r7/xlib_libXau: bump version to 1.0.12 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 038/102] package/x11r7/xlib_libICE: bump version to 1.1.2 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 039/102] package/x11r7/xlib_libXrender: bump version to 0.9.12 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 040/102] package/x11r7/xapp_xkbevd: bump version to 1.1.6 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 041/102] package/x11r7/xapp_oclock: bump version to 1.0.6 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 042/102] package/x11r7/xapp_fslsfonts: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 043/102] package/x11r7/xapp_xlogo: " Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 044/102] package/xutil_util-macros: bump version to 1.20.2 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 045/102] package/x11r7/xapp_xcompmgr: bump version to 1.1.10 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 046/102] package/x11r7/xdriver_xf86-video-fbdev: bump version to 0.5.1 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 047/102] package/x11r7/xapp_xrandr: bump version to 1.5.3 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 048/102] package/x11r7/xapp_xbacklight: bump version to 1.2.4 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 049/102] package/x11r7/xlib_libXcursor: bump version to 1.2.3 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 050/102] package/x11r7/xdriver_xf86-input-evdev: bump version to 2.11.0 Bernd Kuhls
2026-01-12 8:28 ` [Buildroot] [PATCH 051/102] package/x11r7/xapp_bdftopcf: bump version to 1.1.2 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 052/102] package/x11r7/xdriver_xf86-video-r128: bump version to 6.13.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 053/102] package/x11r7/xdriver_xf86-video-mga: bump version to 2.1.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 054/102] package/x11r7/xdriver_xf86-video-mach64: bump version to 6.10.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 055/102] package/x11r7/xapp_xwud: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 056/102] package/x11r7/xapp_xmag: bump version to 1.0.8 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 057/102] package/x11r7/xapp_xkbprint: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 058/102] package/x11r7/xapp_xcmsdb: " Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 059/102] package/x11r7/xlib_libXi: bump version to 1.8.2 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 060/102] package/x11r7/xapp_xclipboard: bump version to 1.1.5 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 061/102] package/x11r7/xapp_x11perf: bump version to 1.7.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 062/102] package/x11r7/xlib_libXtst: bump version to 1.2.5 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 063/102] package/x11r7/xlib_libFS: bump version to 1.0.10 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 064/102] package/x11r7/xlib_libXfont2: bump version to 2.0.7 Bernd Kuhls
2026-07-17 15:46 ` Thomas Perale via buildroot
2026-01-12 8:29 ` [Buildroot] [PATCH 065/102] package/x11r7/xapp_xinput-calibrator: use tarball hashes provided by upstream Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 066/102] package/x11r7/xapp_xfs: bump version to 1.2.2 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 067/102] package/x11r7/xapp_appres: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 068/102] package/x11r7/xapp_xconsole: bump version to 1.1.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 069/102] package/x11r7/xlib_libXmu: bump version to 1.2.1 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 070/102] package/x11r7/xapp_xman: bump version to 1.2.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 071/102] package/x11r7/xapp_xload: " Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 072/102] package/x11r7/xapp_xedit: bump version to 1.2.4 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 073/102] package/x11r7/xapp_iceauth: bump version to 1.0.10 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 074/102] package/x11r7/xlib_libXaw: bump version to 1.0.16 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 075/102] package/x11r7/xapp_xsm: bump version to 1.0.6 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 076/102] package/x11r7/xapp_xrefresh: bump version to 1.1.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 077/102] package/x11r7/xapp_xpr: bump version to 1.2.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 078/102] package/x11r7/xapp_xmh: bump version to 1.0.5 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 079/102] package/x11r7/xapp_xmessage: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 080/102] package/x11r7/xapp_xfontsel: bump version to 1.1.1 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 081/102] package/x11r7/xapp_xev: bump version to 1.2.6 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 082/102] package/x11r7/xapp_mkfontscale: bump version to 1.2.3 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 083/102] package/x11r7/xapp_listres: bump version to 1.0.6 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 084/102] package/x11r7/xapp_editres: bump version to 1.0.9 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 085/102] package/x11r7/xlib_libXdmcp: bump version to 1.1.5 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 086/102] package/x11r7/xfont_encodings: bump version to 1.1.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 087/102] package/x11r7/xlib_libfontenc: bump version to 1.1.8 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 088/102] package/x11r7/xlib_libxkbfile: bump version to 1.1.3 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 089/102] package/x11r7/xlib_libXext: bump version to 1.3.6 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 090/102] package/x11r7/xapp_xmore: bump version to 1.0.4 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 091/102] package/x11r7/xapp_xditview: bump version to 1.0.7 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 092/102] package/x11r7/xapp_bitmap: bump version to 1.1.1 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 093/102] package/x11r7/xapp_xbiff: bump version to 1.0.5 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 094/102] package/x11r7/xlib_libXrandr: bump version to 1.5.4 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 095/102] package/x11r7/xdriver_xf86-video-siliconmotion: bump version to 1.7.10 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 096/102] package/x11r7/xfont_font-util: bump version to 1.4.1 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 097/102] package/x11r7/xdriver_xf86-input-libinput: bump version to 1.5.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 098/102] package/x11r7/xfont_font-adobe-utopia-75dpi: bump version to 1.0.5 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 099/102] package/x11r7/xdriver_xf86-video-amdgpu: bump version to 25.0.0 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 100/102] package/x11r7/xlib_libXvMC: bump version to 1.0.14 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 101/102] package/x11r7/xutil_makedepend: bump version to 1.0.9 Bernd Kuhls
2026-01-12 8:29 ` [Buildroot] [PATCH 102/102] package/x11r7/xdriver_xf86-input-mouse: remove package Bernd Kuhls
2026-01-13 20:59 ` [Buildroot] [PATCH 001/102] package/x11r7/xcb-proto: bump version to 1.17.0 Julien Olivain via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260112082950.2528445-33-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox