From 43d206800dcbfce255ca6ed98b3b0282e1171115 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 6 Feb 2025 22:39:59 +0800 Subject: [PATCH] Fix hyprpicker inside dep list --- arch-packages/illogical-impulse-hyprland/PKGBUILD | 1 + scriptdata/installers | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch-packages/illogical-impulse-hyprland/PKGBUILD b/arch-packages/illogical-impulse-hyprland/PKGBUILD index ea7526eb9..c743af7ac 100644 --- a/arch-packages/illogical-impulse-hyprland/PKGBUILD +++ b/arch-packages/illogical-impulse-hyprland/PKGBUILD @@ -6,6 +6,7 @@ arch=(any) license=(None) depends=( hyprutils + hyprpicker hyprlang hypridle hyprland-qt-support diff --git a/scriptdata/installers b/scriptdata/installers index 0fbe491ee..aed431777 100644 --- a/scriptdata/installers +++ b/scriptdata/installers @@ -138,7 +138,7 @@ install-python-packages (){ handle-deprecated-dependencies (){ printf "\e[36m[$0]: Removing deprecated dependencies:\e[0m\n" - for i in illogical-impulse-{microtex,pymyc-aur} {hyprutils,hyprlang,hypridle,hyprland-qt-support,hyprland-qtutils,hyprlock,xdg-desktop-portal-hyprland,hyprcursor,hyprwayland-scanner,hyprland}-git;do try sudo pacman --noconfirm -Rdd $i;done + for i in illogical-impulse-{microtex,pymyc-aur} {hyprutils,hyprpicker,hyprlang,hypridle,hyprland-qt-support,hyprland-qtutils,hyprlock,xdg-desktop-portal-hyprland,hyprcursor,hyprwayland-scanner,hyprland}-git;do try sudo pacman --noconfirm -Rdd $i;done # Convert old dependencies to non explicit dependencies so that they can be orphaned if not in meta packages remove_bashcomments_emptylines ./scriptdata/previous_dependencies.conf ./cache/old_deps_stripped.conf readarray -t old_deps_list < ./cache/old_deps_stripped.conf