about summary refs log tree commit diff
path: root/maintainers/scripts
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-05-23 14:19:54 +0300
committerK900 <me@0upti.me>2024-05-23 18:46:14 +0300
commitc7d9fae3fd4d4736df692f63528292dfa450f307 (patch)
tree834747319eb1517d92fcaa55d2140193bf0e3771 /maintainers/scripts
parent84020441635dd16ecd5b06a23f5d57949c1358ad (diff)
kdePackages: Gear 24.02 -> 24.05
- kio-extras-kf5 moved to misc because of release schedule weirdness
- calindori ported to KF6, reenabled
- some build fixes all over
- add 7zip to a bunch of games for SVG compression
Diffstat (limited to 'maintainers/scripts')
-rwxr-xr-xmaintainers/scripts/kde/collect-missing-deps.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/maintainers/scripts/kde/collect-missing-deps.py b/maintainers/scripts/kde/collect-missing-deps.py
index 9625da71c3e51..3ec1411986c85 100755
--- a/maintainers/scripts/kde/collect-missing-deps.py
+++ b/maintainers/scripts/kde/collect-missing-deps.py
@@ -80,6 +80,11 @@ OK_MISSING_BY_PACKAGE = {
     "plasma-desktop": {
         "scim",  # upstream is dead, not packaged in Nixpkgs
     },
+    "poppler-qt6": {
+        "gobject-introspection-1.0",  # we don't actually want to build the GTK variant
+        "gdk-pixbuf-2.0",
+        "gtk+-3.0",
+    },
     "powerdevil": {
         "DDCUtil",  # cursed, intentionally disabled
     },
@@ -87,6 +92,9 @@ OK_MISSING_BY_PACKAGE = {
         "Qt6Qml",  # tests only
         "Qt6Quick",
     },
+    "skladnik": {
+        "POVRay",  # too expensive to rerender all the assets
+    },
     "syntax-highlighting": {
         "XercesC",  # only used for extra validation at build time
     }