forked from Shinonome/dots-hyprland
Fix hyprpicker inside dep list
This commit is contained in:
@@ -6,6 +6,7 @@ arch=(any)
|
|||||||
license=(None)
|
license=(None)
|
||||||
depends=(
|
depends=(
|
||||||
hyprutils
|
hyprutils
|
||||||
|
hyprpicker
|
||||||
hyprlang
|
hyprlang
|
||||||
hypridle
|
hypridle
|
||||||
hyprland-qt-support
|
hyprland-qt-support
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ install-python-packages (){
|
|||||||
|
|
||||||
handle-deprecated-dependencies (){
|
handle-deprecated-dependencies (){
|
||||||
printf "\e[36m[$0]: Removing deprecated dependencies:\e[0m\n"
|
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
|
# 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
|
remove_bashcomments_emptylines ./scriptdata/previous_dependencies.conf ./cache/old_deps_stripped.conf
|
||||||
readarray -t old_deps_list < ./cache/old_deps_stripped.conf
|
readarray -t old_deps_list < ./cache/old_deps_stripped.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user