From e6d3e245f58dce8cd424e8b935cae5608f9e11b8 Mon Sep 17 00:00:00 2001 From: lysec Date: Wed, 22 Oct 2025 15:15:57 +0200 Subject: [PATCH] Move ddcutil to optdepends due to stability issues --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index da962f139d9b..06493f867971 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -10,7 +10,7 @@ pkgbase = noctalia-shell depends = inter-font depends = gpu-screen-recorder depends = brightnessctl - depends = ddcutil + optdepends = ddcutil: For external display brightness control optdepends = cliphist: For clipboard history support optdepends = matugen-bin: Material You color scheme generation optdepends = cava: Audio visualizer component diff --git a/PKGBUILD b/PKGBUILD index 2a3ba2ef2999..17246f264d16 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,6 @@ depends=( 'inter-font' 'gpu-screen-recorder' 'brightnessctl' - 'ddcutil' ) optdepends=( @@ -23,6 +22,7 @@ optdepends=( 'matugen-bin: Material You color scheme generation' 'cava: Audio visualizer component' 'wlsunset: For supporting NightLight' + 'ddcutil: For external display brightess control' ) conflicts=('noctalia-shell-git')