Skip to content

Commit 6d4ea70

Browse files
authored
fix: Remove deprecated hyprland-qtutils package (#2424)
2 parents a54a8d8 + 39ed0e4 commit 6d4ea70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdata/dist-arch/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install-yay(){
1616
# However, let's just keep it as references for other distros writing their `sdata/dist-<DISTRO_ID>/install-deps.sh`, if they need it.
1717
handle-deprecated-dependencies(){
1818
printf "${STY_CYAN}[$0]: Removing deprecated dependencies:${STY_RST}\n"
19-
for i in illogical-impulse-{microtex,pymyc-aur} {quickshell,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
19+
for i in illogical-impulse-{microtex,pymyc-aur} hyprland-qtutils {quickshell,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
2020
# Convert old dependencies to non explicit dependencies so that they can be orphaned if not in meta packages
2121
remove_bashcomments_emptylines ./sdata/dist-arch/previous_dependencies.conf ./cache/old_deps_stripped.conf
2222
readarray -t old_deps_list < ./cache/old_deps_stripped.conf

0 commit comments

Comments
 (0)