From c91191f89b3a82d64ddf8fd4c004fd8ccb8274ec Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 11 Nov 2025 10:53:38 +0800 Subject: [PATCH] Remove dup dep for gentoo and fedora --- sdata/dist-fedora/install-deps.sh | 5 +++-- ....0-r2.ebuild => illogical-impulse-hyprland-1.0-r3.ebuild} | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) rename sdata/dist-gentoo/illogical-impulse-hyprland/{illogical-impulse-hyprland-1.0-r2.ebuild => illogical-impulse-hyprland-1.0-r3.ebuild} (77%) diff --git a/sdata/dist-fedora/install-deps.sh b/sdata/dist-fedora/install-deps.sh index cf16517c0..6374d5e7e 100644 --- a/sdata/dist-fedora/install-deps.sh +++ b/sdata/dist-fedora/install-deps.sh @@ -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 diff --git a/sdata/dist-gentoo/illogical-impulse-hyprland/illogical-impulse-hyprland-1.0-r2.ebuild b/sdata/dist-gentoo/illogical-impulse-hyprland/illogical-impulse-hyprland-1.0-r3.ebuild similarity index 77% rename from sdata/dist-gentoo/illogical-impulse-hyprland/illogical-impulse-hyprland-1.0-r2.ebuild rename to sdata/dist-gentoo/illogical-impulse-hyprland/illogical-impulse-hyprland-1.0-r3.ebuild index 25ee3aefc..07330f63b 100644 --- a/sdata/dist-gentoo/illogical-impulse-hyprland/illogical-impulse-hyprland-1.0-r2.ebuild +++ b/sdata/dist-gentoo/illogical-impulse-hyprland/illogical-impulse-hyprland-1.0-r3.ebuild @@ -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 "