From 3fe17163ecc1dacd3273b3edd9f6f643ce57005e Mon Sep 17 00:00:00 2001 From: fb24m Date: Mon, 20 Jul 2026 16:48:18 +0400 Subject: [PATCH] fedora: add quickshell deps to feddeps.toml --- sdata/dist-fedora/feddeps.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/sdata/dist-fedora/feddeps.toml b/sdata/dist-fedora/feddeps.toml index 86eee19b6..dc17163e3 100644 --- a/sdata/dist-fedora/feddeps.toml +++ b/sdata/dist-fedora/feddeps.toml @@ -134,6 +134,34 @@ packages = [ ] install_opts = ["--setopt=install_weak_deps=False"] +[groups.quickshell] +packages = [ + "qt6-qtdeclarative", + "qt6-qtbase", + "jemalloc", + "qt6-qtsvg", + "pipewire-libs", + "libxcb", + "wayland-devel", + "qt6-qtwayland", + "qt5-qtwayland", + "libdrm", + "breakpad", + "kf6-kirigami", + "libunwind-devel", + # NOTE: Below are custom dependencies of illogical-impulse + "qt6-qt5compat", + "qt6-qtimageformats", + "qt6-qtpositioning", + "qt6-qtquicktimeline", + "qt6-qtsensors", + "qt6-qttools", + "qt6-qttranslations", + "qt6-qtvirtualkeyboard", + "kdialog", + "kf6-syntax-highlighting" +] + [groups.illogical-impulse] packages = [ "quickshell-git",