Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 102/102] package/x11r7/xdriver_xf86-input-mouse: remove package
Date: Mon, 12 Jan 2026 09:29:50 +0100	[thread overview]
Message-ID: <20260112082950.2528445-102-bernd@kuhls.net> (raw)
In-Reply-To: <20260112082950.2528445-1-bernd@kuhls.net>

In version 2.0.0 Linux support was removed:
https://lists.x.org/archives/xorg-announce/2025-August/003624.html

"This mouse driver is primarily used with BSD, GNU Hurd, illumos, &
 Solaris systems. Linux systems should instead use either xf86-input-
 libinput or xf86-input-evdev.

 While versions 1.9.5 and earlier had rudimentary support for Linux as
 well, that has been removed in this release."

Alternative packages can not be selected due to udev dependencies.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 .checkpackageignore                           |  1 -
 Config.in.legacy                              |  6 ++
 package/x11r7/Config.in                       |  1 -
 .../0001-build-get-rid-of-sdkdir.patch        | 81 -------------------
 .../x11r7/xdriver_xf86-input-mouse/Config.in  |  5 --
 .../xdriver_xf86-input-mouse.hash             |  5 --
 .../xdriver_xf86-input-mouse.mk               | 15 ----
 7 files changed, 6 insertions(+), 108 deletions(-)
 delete mode 100644 package/x11r7/xdriver_xf86-input-mouse/0001-build-get-rid-of-sdkdir.patch
 delete mode 100644 package/x11r7/xdriver_xf86-input-mouse/Config.in
 delete mode 100644 package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash
 delete mode 100644 package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk

diff --git a/.checkpackageignore b/.checkpackageignore
index 2a09961f74..2ef37e063a 100644
--- a/.checkpackageignore
+++ b/.checkpackageignore
@@ -1041,7 +1041,6 @@ package/x11r7/xcursor-transparent-theme/0001-fix-symlink.patch lib_patch.Upstrea
 package/x11r7/xdriver_xf86-input-evdev/0001-build-get-rid-of-sdkdir.patch lib_patch.Upstream
 package/x11r7/xdriver_xf86-input-joystick/0001-build-get-rid-of-sdkdir.patch lib_patch.Upstream
 package/x11r7/xdriver_xf86-input-libinput/0001-build-get-rid-of-sdkdir.patch lib_patch.Upstream
-package/x11r7/xdriver_xf86-input-mouse/0001-build-get-rid-of-sdkdir.patch lib_patch.Upstream
 package/x11r7/xdriver_xf86-input-synaptics/0001-build-get-rid-of-sdkdir.patch lib_patch.Upstream
 package/x11r7/xdriver_xf86-video-fbturbo/0001-sunxi_x_g2d-drop-unused-dri2-include.patch lib_patch.Upstream
 package/x11r7/xdriver_xf86-video-fbturbo/0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch lib_patch.Upstream
diff --git a/Config.in.legacy b/Config.in.legacy
index ce7a475838..c3d30d1f5f 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,12 @@ endif
 
 comment "Legacy options removed in 2026.02"
 
+config BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE
+	bool "xf86-input-mouse removed"
+	select BR2_LEGACY
+	help
+	  Linux support was removed upstream.
+
 config BR2_PACKAGE_HOST_JSMIN
 	bool "host-jsmin has been removed"
 	select BR2_LEGACY
diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
index 0002dfe598..efa25988c9 100644
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -152,7 +152,6 @@ if BR2_PACKAGE_XORG7
 		source "package/x11r7/xdriver_xf86-input-evdev/Config.in"
 		source "package/x11r7/xdriver_xf86-input-joystick/Config.in"
 		source "package/x11r7/xdriver_xf86-input-libinput/Config.in"
-		source "package/x11r7/xdriver_xf86-input-mouse/Config.in"
 		source "package/x11r7/xdriver_xf86-input-synaptics/Config.in"
 		source "package/x11r7/xdriver_xf86-input-tslib/Config.in"
 		source "package/x11r7/xdriver_xf86-input-vmmouse/Config.in"
diff --git a/package/x11r7/xdriver_xf86-input-mouse/0001-build-get-rid-of-sdkdir.patch b/package/x11r7/xdriver_xf86-input-mouse/0001-build-get-rid-of-sdkdir.patch
deleted file mode 100644
index d5f97f98c1..0000000000
--- a/package/x11r7/xdriver_xf86-input-mouse/0001-build-get-rid-of-sdkdir.patch
+++ /dev/null
@@ -1,81 +0,0 @@
-From aef3d9bca4d77db833f71d50b1c84b16c69d7deb Mon Sep 17 00:00:00 2001
-From: "Yann E. MORIN" <yann.morin.1998@free.fr>
-Date: Sun, 23 Oct 2016 22:53:21 +0200
-Subject: [PATCH] build: get rid of sdkdir
-
-Use of sdkdir causes problems during cross-compilation, where the full
-path is then appended to the DESTDIR, leading to host paths being
-appended in the target:
-    https://bugs.busybox.net/show_bug.cgi?id=8696
-
-Other drivers (e.g. keyboard) got rid of sdkdir. Do the same.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
----
- Makefile.am         |  3 ---
- configure.ac        | 10 ----------
- include/Makefile.am |  4 +++-
- xorg-mouse.pc.in    |  3 +--
- 4 files changed, 4 insertions(+), 16 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 7142485..efe66cb 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -34,9 +34,6 @@ ChangeLog:
- 
- dist-hook: ChangeLog INSTALL
- 
--# Provide an sdk location that is writable by this module
--DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
--
- if LINT
- # Check source code with tools like lint & sparse
- lint:
-diff --git a/configure.ac b/configure.ac
-index 15d9047..515681d 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -60,16 +60,6 @@ AC_ARG_WITH(xorg-module-dir,
- inputdir=${moduledir}/input
- AC_SUBST(inputdir)
- 
--# X Server SDK location is required to install xf86-mouse-properties.h
--# This location is also relayed in the xorg-mouse.pc file
--sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`
--
--# Workaround overriding sdkdir to be able to create a tarball when user has no
--# write permission in sdkdir. See DISTCHECK_CONFIGURE_FLAGS in Makefile.am
--AC_ARG_WITH([sdkdir], [], [sdkdir="$withval"])
--AC_SUBST([sdkdir])
--
--
- # Work out which OS mouse driver we need to build
- case $host_os in
-   linux*)
-diff --git a/include/Makefile.am b/include/Makefile.am
-index 27ce0fb..2b85e4e 100644
---- a/include/Makefile.am
-+++ b/include/Makefile.am
-@@ -1 +1,3 @@
--sdk_HEADERS = xf86-mouse-properties.h
-+# Location formerly known as 'sdkdir'
-+xorgincludedir = $(includedir)/xorg
-+xorginclude_HEADERS = xf86-mouse-properties.h
-diff --git a/xorg-mouse.pc.in b/xorg-mouse.pc.in
-index 57df596..8355e61 100644
---- a/xorg-mouse.pc.in
-+++ b/xorg-mouse.pc.in
-@@ -1,6 +1,7 @@ prefix=@prefix@
--sdkdir=@sdkdir@
-+prefix=@prefix@
-+includedir=@includedir@
- 
- Name: xorg-mouse
- Description: X.Org mouse input driver for non-evdev OS'es
- Version: @PACKAGE_VERSION@
--Cflags: -I${sdkdir}
-+Cflags: -I${includedir}/xorg
--- 
-2.7.4
-
diff --git a/package/x11r7/xdriver_xf86-input-mouse/Config.in b/package/x11r7/xdriver_xf86-input-mouse/Config.in
deleted file mode 100644
index efa181e556..0000000000
--- a/package/x11r7/xdriver_xf86-input-mouse/Config.in
+++ /dev/null
@@ -1,5 +0,0 @@
-config BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE
-	bool "xf86-input-mouse"
-	select BR2_PACKAGE_XORGPROTO
-	help
-	  X.Org driver for mouse input devices
diff --git a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash b/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash
deleted file mode 100644
index d654c362a9..0000000000
--- a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.hash
+++ /dev/null
@@ -1,5 +0,0 @@
-# From https://lists.x.org/archives/xorg-announce/2023-May/003392.html
-sha256  4fde8ae9b44352e2a208584c36528ee3ed13cf5fe4417208a9785daccefd9968  xf86-input-mouse-1.9.5.tar.xz
-sha512  ed9bd9cb9a05dac0ff1bfb4e4704cb2e94117afb400aa9e0b7ccdbb102bc6db1b0d3af7cb6f99d0892f8fc306f1643286291c0fa7114af8e65864412bd6c1afa  xf86-input-mouse-1.9.5.tar.xz
-# Locally computed
-sha256  5b066654bdb61a1ef41f38cceda752897bbddb6e60e20f5889cab436a9b7b813  COPYING
diff --git a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk b/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk
deleted file mode 100644
index 25e25ab93d..0000000000
--- a/package/x11r7/xdriver_xf86-input-mouse/xdriver_xf86-input-mouse.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-################################################################################
-#
-# xdriver_xf86-input-mouse
-#
-################################################################################
-
-XDRIVER_XF86_INPUT_MOUSE_VERSION = 1.9.5
-XDRIVER_XF86_INPUT_MOUSE_SOURCE = xf86-input-mouse-$(XDRIVER_XF86_INPUT_MOUSE_VERSION).tar.xz
-XDRIVER_XF86_INPUT_MOUSE_SITE = https://xorg.freedesktop.org/archive/individual/driver
-XDRIVER_XF86_INPUT_MOUSE_LICENSE = MIT
-XDRIVER_XF86_INPUT_MOUSE_LICENSE_FILES = COPYING
-XDRIVER_XF86_INPUT_MOUSE_DEPENDENCIES = xserver_xorg-server xorgproto
-XDRIVER_XF86_INPUT_MOUSE_AUTORECONF = YES
-
-$(eval $(autotools-package))
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2026-01-12  8:40 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 ` [Buildroot] [PATCH 033/102] package/x11r7/xdriver_xf86-input-synaptics: bump version to 1.10.0 Bernd Kuhls
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 ` Bernd Kuhls [this message]
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-102-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