forked from Shinonome/dots-hyprland
Properly deprecate matugen-bin
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgname=illogical-impulse-fonts-themes
|
pkgname=illogical-impulse-fonts-themes
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc='Illogical Impulse Fonts and Theming Dependencies'
|
pkgdesc='Illogical Impulse Fonts and Theming Dependencies'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
license=(None)
|
license=(None)
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ remove_deprecated_dependencies(){
|
|||||||
list+=(illogical-impulse-{microtex,pymyc-aur})
|
list+=(illogical-impulse-{microtex,pymyc-aur})
|
||||||
list+=(hyprland-qtutils)
|
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+=({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
|
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.
|
# 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