From e3df85ba8ca512a8aa837a4e5556f1cd34418def Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 28 Aug 2025 10:41:05 +0200 Subject: [PATCH] Switch to the new Font Awesome 7.0 package --- install/packages.sh | 2 +- migrations/1756369776.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 migrations/1756369776.sh diff --git a/install/packages.sh b/install/packages.sh index 7800d23..f50233a 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -95,7 +95,6 @@ sudo pacman -S --noconfirm --needed \ tldr \ tree-sitter-cli \ ttf-cascadia-mono-nerd \ - ttf-font-awesome \ ttf-ia-writer \ ttf-jetbrains-mono \ typora \ @@ -113,6 +112,7 @@ sudo pacman -S --noconfirm --needed \ wl-clip-persist \ wl-clipboard \ wl-screenrec \ + woff2-font-awesome \ xdg-desktop-portal-gtk \ xdg-desktop-portal-hyprland \ xmlstarlet \ diff --git a/migrations/1756369776.sh b/migrations/1756369776.sh new file mode 100644 index 0000000..9b33e74 --- /dev/null +++ b/migrations/1756369776.sh @@ -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