From b700df1613ab173daa20544a99b5a91e908c4813 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 21 Feb 2026 07:00:34 -0600 Subject: feat(archsetup): add texlive-plaingeneric and masterpdfeditor packages Add texlive-plaingeneric for org-mode PDF export (ulem.sty) and masterpdfeditor from AUR for PDF form editing. Update calibre config. --- .../outbox/2026-02-20-install-masterpdfeditor5.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 assets/outbox/2026-02-20-install-masterpdfeditor5.txt (limited to 'assets/outbox/2026-02-20-install-masterpdfeditor5.txt') diff --git a/assets/outbox/2026-02-20-install-masterpdfeditor5.txt b/assets/outbox/2026-02-20-install-masterpdfeditor5.txt new file mode 100644 index 0000000..87292ed --- /dev/null +++ b/assets/outbox/2026-02-20-install-masterpdfeditor5.txt @@ -0,0 +1,21 @@ +Master PDF Editor 5 Installation + +Date: 2026-02-20 +Project: jr-estate (needed for editing court PDF forms) + +Installation method: +- Downloaded tarball from https://code-industry.net/free-pdf-editor/ +- Version: 5.9.96 (qt5, x86_64, qt_include variant) +- URL: https://code-industry.net/public/master-pdf-editor-5.9.96-qt5.x86_64-qt_include.tar.gz +- Extracted to: ~/.local/share/master-pdf-editor-5/ +- Symlinked binary: ~/.local/bin/masterpdfeditor5 +- Desktop file: ~/.local/share/applications/masterpdfeditor5.desktop (paths updated from /opt to ~/.local/share) + +Dependencies installed via pacman: +- sane (libsane.so.1) +- pkcs11-helper (libpkcs11-helper.so.1) + +Notes: +- AUR package exists (aur/masterpdfeditor) but was marked out-of-date +- Used qt_include tarball to avoid Qt dependency issues +- Consider adding to archsetup automation -- cgit v1.2.3