Switch to the new Font Awesome 7.0 package

This commit is contained in:
David Heinemeier Hansson
2025-08-28 10:41:05 +02:00
parent 3f2e282c46
commit e3df85ba8c
2 changed files with 5 additions and 1 deletions

View File

@@ -95,7 +95,6 @@ sudo pacman -S --noconfirm --needed \
tldr \ tldr \
tree-sitter-cli \ tree-sitter-cli \
ttf-cascadia-mono-nerd \ ttf-cascadia-mono-nerd \
ttf-font-awesome \
ttf-ia-writer \ ttf-ia-writer \
ttf-jetbrains-mono \ ttf-jetbrains-mono \
typora \ typora \
@@ -113,6 +112,7 @@ sudo pacman -S --noconfirm --needed \
wl-clip-persist \ wl-clip-persist \
wl-clipboard \ wl-clipboard \
wl-screenrec \ wl-screenrec \
woff2-font-awesome \
xdg-desktop-portal-gtk \ xdg-desktop-portal-gtk \
xdg-desktop-portal-hyprland \ xdg-desktop-portal-hyprland \
xmlstarlet \ xmlstarlet \

4
migrations/1756369776.sh Normal file
View File

@@ -0,0 +1,4 @@
echo "Move to the new woff2 format for Font Awesome 7.0"
sudo pacman -S --noconfirm --needed woff2-font-awesome
sudo pacman -Rns --noconfirm ttf-font-awesome || true