From 6fedb70f697404b2b2a795180524864a38cc6fd6 Mon Sep 17 00:00:00 2001 From: clsty Date: Tue, 11 Nov 2025 09:16:27 +0800 Subject: [PATCH] Update comment --- sdata/dist-arch/install-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdata/dist-arch/install-deps.sh b/sdata/dist-arch/install-deps.sh index ebca31ad2..3cd43d6ba 100644 --- a/sdata/dist-arch/install-deps.sh +++ b/sdata/dist-arch/install-deps.sh @@ -12,8 +12,6 @@ install-yay(){ rm -rf /tmp/buildyay } -# NOTE: `handle-deprecated-dependencies` was for the old days when we just switch from dependencies.conf to local PKGBUILDs. -# However, let's just keep it as references for other distros writing their `sdata/dist-/install-deps.sh`, if they need it. remove_deprecated_dependencies(){ printf "${STY_CYAN}[$0]: Removing deprecated dependencies:${STY_RST}\n" local list=() @@ -22,6 +20,8 @@ remove_deprecated_dependencies(){ list+=({quickshell,hyprutils,hyprpicker,hyprlang,hypridle,hyprland-qt-support,hyprland-qtutils,hyprlock,xdg-desktop-portal-hyprland,hyprcursor,hyprwayland-scanner,hyprland}-git) for i in ${list[@]};do try sudo pacman --noconfirm -Rdd $i;done } +# NOTE: `implicitize_old_dependencies()` was for the old days when we just switch from dependencies.conf to local PKGBUILDs. +# However, let's just keep it as references for other distros writing their `sdata/dist-/install-deps.sh`, if they need it. implicitize_old_dependencies(){ # Convert old dependencies to non explicit dependencies so that they can be orphaned if not in meta packages remove_bashcomments_emptylines ./sdata/dist-arch/previous_dependencies.conf ./cache/old_deps_stripped.conf