Properly deprecate matugen-bin

This commit is contained in:
clsty
2026-01-28 09:04:56 +08:00
parent 6bf455a042
commit 6215f54c9f
2 changed files with 2 additions and 1 deletions
@@ -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)
+1
View File
@@ -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.