From 1cccb99d45ef4ef8a63267314bfeca94b128dde6 Mon Sep 17 00:00:00 2001 From: K900 Date: Mon, 16 Jun 2025 17:53:28 +0300 Subject: [PATCH] maintainers/scripts/kde: update skiplists --- maintainers/scripts/kde/collect-missing-deps.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/maintainers/scripts/kde/collect-missing-deps.py b/maintainers/scripts/kde/collect-missing-deps.py index d7e3ec899bb1..e3b687cba025 100755 --- a/maintainers/scripts/kde/collect-missing-deps.py +++ b/maintainers/scripts/kde/collect-missing-deps.py @@ -62,6 +62,9 @@ OK_MISSING_BY_PACKAGE = { "krfb": { "Qt6XkbCommonSupport", # not real }, + "ksystemstats": { + "Libcap", # used to call setcap at build time and nothing else + }, "kuserfeedback": { "Qt6Svg", # all used for backend console stuff we don't ship "QmlLint", @@ -75,6 +78,9 @@ OK_MISSING_BY_PACKAGE = { "display-info", # newer versions identify as libdisplay-info "Libcap", # used to call setcap at build time and nothing else }, + "kwin-x11": { + "Libcap", # used to call setcap at build time and nothing else + }, "libksysguard": { "Libcap", # used to call setcap at build time and nothing else }, @@ -84,6 +90,12 @@ OK_MISSING_BY_PACKAGE = { }, "plasma-desktop": { "scim", # upstream is dead, not packaged in Nixpkgs + "KAccounts6", # dead upstream + "AccountsQt6", # dead upstream + "signon-oauth2plugin", # dead upstream + }, + "plasma-dialer": { + "KTactileFeedback", # dead? }, "poppler-qt6": { "gobject-introspection-1.0", # we don't actually want to build the GTK variant