diff --git a/sdata/dist-fedora/SPECS/hyprland-qt-support.spec b/sdata/dist-fedora/SPECS/hyprland-qt-support.spec index 73d7ea0da..c4f8bf057 100644 --- a/sdata/dist-fedora/SPECS/hyprland-qt-support.spec +++ b/sdata/dist-fedora/SPECS/hyprland-qt-support.spec @@ -43,4 +43,4 @@ wget --content-disposition -q -N -P %{_sourcedir} %{url}/archive/v%{version}/%{n %{_qt6_qmldir}/org/hyprland/ %changelog -%autochangelog \ No newline at end of file +%autochangelog diff --git a/sdata/dist-fedora/install-deps.sh b/sdata/dist-fedora/install-deps.sh index f055b179a..7a4da7138 100644 --- a/sdata/dist-fedora/install-deps.sh +++ b/sdata/dist-fedora/install-deps.sh @@ -42,12 +42,12 @@ v sudo dnf install ${themes_deps[@]} -y # Hyprland hyprland_deps=( - hypridle hyprland hyprlock hyprpicker hyprsunset + hypridle hyprland hyprlock hyprpicker hyprsunset xdg-desktop-portal-hyprland wl-clipboard ) v sudo dnf install --setopt="install_weak_deps=False" "${hyprland_deps[@]}" -y # hyprland-qt-support's build deps -v sudo dnf install hyprlang-devel +v sudo dnf install hyprlang-devel -y # KDE v sudo dnf install bluedevil gnome-keyring NetworkManager plasma-nm polkit-kde dolphin plasma-systemsettings -y @@ -75,10 +75,9 @@ quickshell_custom_deps=( qt6-qtvirtualkeyboard qt6-qtwayland kdialog kf6-syntax-highlighting ) quickshell_build_deps=( - breakpad-static qt6-qtdeclarative-devel qt6-qtshadertools-devel breakpad-devel - gcc-c++ ninja-build mesa-libgbm-devel cli11-devel glib2-devel jemalloc-devel - libdrm-devel pipewire-devel pam-devel polkit-devel wayland-devel wayland-protocols-devel - qt6-qtbase-private-devel spirv-tools + breakpad-static breakpad-devel gcc-c++ ninja-build mesa-libgbm-devel cli11-devel glib2-devel + jemalloc-devel libdrm-devel pipewire-devel pam-devel polkit-devel wayland-devel wayland-protocols-devel + qt6-qtdeclarative-devel qt6-qtshadertools-devel qt6-qtbase-private-devel spirv-tools libasan ) v sudo dnf install "${quickshell_deps[@]}" -y