mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Properly deprecate matugen-bin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pkgname=illogical-impulse-fonts-themes
|
||||
pkgver=1.0
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc='Illogical Impulse Fonts and Theming Dependencies'
|
||||
arch=(any)
|
||||
license=(None)
|
||||
|
||||
@@ -18,6 +18,7 @@ remove_deprecated_dependencies(){
|
||||
list+=(illogical-impulse-{microtex,pymyc-aur})
|
||||
list+=(hyprland-qtutils)
|
||||
list+=({quickshell,hyprutils,hyprpicker,hyprlang,hypridle,hyprland-qt-support,hyprland-qtutils,hyprlock,xdg-desktop-portal-hyprland,hyprcursor,hyprwayland-scanner,hyprland}-git)
|
||||
list+=(matugen-bin)
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user