From 19b3e4d682478a56e519c3d02f391d6a8a9dc45f Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 4 Sep 2022 23:00:35 -0700 Subject: [PATCH] :memo: Added notes on how to fix recent inkscape breakage --- updates.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/updates.txt b/updates.txt index 7fd8723c..361d1aba 100644 --- a/updates.txt +++ b/updates.txt @@ -73,3 +73,12 @@ doas npm i -g mdlt create a .zip_code file with ZIPCODE= in .aliases, above inxi-w alias: source .zip_code + +Fix Inkscape + +poppler and poppler-glib need to be reverted back to 22.08.0-2 +inkscape needs to be reverted to 1.2.1-2 + +doas pacman -U /var/cache/pacman/pkg/poppler-glib-22.08.0-2-x86_64.pkg.tar.zst /var/cache/pacman/pkg/poppler-22.08.0-2-x86_64.pkg.tar.zst + +doas pacman -U /var/cache/pacman/pkg/inkscape-1.2.1-2-x86_64.pkg.tar.zst