Remove dup dep for gentoo and fedora

This commit is contained in:
clsty
2025-11-11 10:53:38 +08:00
parent ac55a66dd4
commit c91191f89b
2 changed files with 3 additions and 6 deletions
+3 -2
View File
@@ -45,8 +45,9 @@ v sudo dnf install ${themes_deps[@]} -y
# Hyprland
hyprland_deps=(
hypridle hyprland hyprlock hyprpicker hyprsunset
xdg-desktop-portal-hyprland wl-clipboard
hyprland
hyprsunset
wl-clipboard
)
v sudo dnf install --setopt="install_weak_deps=False" "${hyprland_deps[@]}" -y
# hyprland-qt-support's build deps
@@ -13,11 +13,7 @@ RESTRICT="strip"
DEPEND=""
RDEPEND="
gui-apps/hypridle
gui-apps/hyprlock
gui-apps/hyprpicker
gui-apps/hyprsunset
gui-wm/hyprland
gui-libs/xdg-desktop-portal-hyprland
gui-apps/wl-clipboard
"