lol

maintainers/scripts/kde: update skiplists

authored by

K900 and committed by
Sandro Jäckel
1cccb99d a3d359cc

+12
+12
maintainers/scripts/kde/collect-missing-deps.py
··· 62 62 "krfb": { 63 63 "Qt6XkbCommonSupport", # not real 64 64 }, 65 + "ksystemstats": { 66 + "Libcap", # used to call setcap at build time and nothing else 67 + }, 65 68 "kuserfeedback": { 66 69 "Qt6Svg", # all used for backend console stuff we don't ship 67 70 "QmlLint", ··· 73 76 }, 74 77 "kwin": { 75 78 "display-info", # newer versions identify as libdisplay-info 79 + "Libcap", # used to call setcap at build time and nothing else 80 + }, 81 + "kwin-x11": { 76 82 "Libcap", # used to call setcap at build time and nothing else 77 83 }, 78 84 "libksysguard": { ··· 84 90 }, 85 91 "plasma-desktop": { 86 92 "scim", # upstream is dead, not packaged in Nixpkgs 93 + "KAccounts6", # dead upstream 94 + "AccountsQt6", # dead upstream 95 + "signon-oauth2plugin", # dead upstream 96 + }, 97 + "plasma-dialer": { 98 + "KTactileFeedback", # dead? 87 99 }, 88 100 "poppler-qt6": { 89 101 "gobject-introspection-1.0", # we don't actually want to build the GTK variant