From 58a225795f1cead950a563e03edcf3ac8883c622 Mon Sep 17 00:00:00 2001 From: Martin Tournoij Date: Fri, 17 Apr 2026 10:24:09 +0100 Subject: [PATCH] ddcutil: don't depend on i2c-tools It's not used; the configure script hasn't checked for it since 2022: https://github.com/rockowitz/ddcutil/commit/ec7377e7 It looks like the code that uses it was removed around 2017. This was "added back" in Void in #39113, but for unclear reason and people are reporting it's not really needed there too. Everything seems to work as near as I can tell. I can't find any references in the code beyond some commented out stuff. --- srcpkgs/ddcutil/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ddcutil/template b/srcpkgs/ddcutil/template index 41788ed5fdd961..673f38e8a9fbce 100644 --- a/srcpkgs/ddcutil/template +++ b/srcpkgs/ddcutil/template @@ -1,13 +1,12 @@ # Template file for 'ddcutil' pkgname=ddcutil version=2.2.5 -revision=1 +revision=2 build_style=gnu-configure configure_args="--libdir=/usr/lib" hostmakedepends="automake libtool pkg-config" -makedepends="i2c-tools-devel libdrm-devel libgudev-devel libkmod-devel - libusb-devel libXrandr-devel jansson-devel" -depends="i2c-tools" +makedepends="libdrm-devel libgudev-devel libkmod-devel libusb-devel + libXrandr-devel jansson-devel" short_desc="Query and change monitor settings using DDC/CI and USB" maintainer="lemmi " license="GPL-2.0-or-later"