From 6215f54c9f3308d173dde8f01e51791995359de7 Mon Sep 17 00:00:00 2001 From: clsty Date: Wed, 28 Jan 2026 09:04:56 +0800 Subject: [PATCH] Properly deprecate matugen-bin --- sdata/dist-arch/illogical-impulse-fonts-themes/PKGBUILD | 2 +- sdata/dist-arch/install-deps.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sdata/dist-arch/illogical-impulse-fonts-themes/PKGBUILD b/sdata/dist-arch/illogical-impulse-fonts-themes/PKGBUILD index bb8336957..91e61af82 100644 --- a/sdata/dist-arch/illogical-impulse-fonts-themes/PKGBUILD +++ b/sdata/dist-arch/illogical-impulse-fonts-themes/PKGBUILD @@ -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) diff --git a/sdata/dist-arch/install-deps.sh b/sdata/dist-arch/install-deps.sh index ecbb3b907..6cdb8d6f9 100644 --- a/sdata/dist-arch/install-deps.sh +++ b/sdata/dist-arch/install-deps.sh @@ -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.