From 700235c52ec6ac3b99ebd96b621e4c58d0cf4ed6 Mon Sep 17 00:00:00 2001 From: Tio TROM Date: Thu, 29 Sep 2022 17:33:48 +0200 Subject: [PATCH] Using the AUR to build these packages They need to be built against the system's qt5-base and qt6-base versions, else all qt apps will fail to work --- bin/standalone/reinstall-for-qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/standalone/reinstall-for-qt b/bin/standalone/reinstall-for-qt index 3b45df9..16be70b 100755 --- a/bin/standalone/reinstall-for-qt +++ b/bin/standalone/reinstall-for-qt @@ -2,4 +2,4 @@ parent_process=$(ps -p $PPID -o comm=) [ "$parent_process" = 'pacman' ] || [ "$parent_process" = 'pamac-daemon' ] || exit rm /var/lib/pacman/db.lck -pacman --noconfirm -S qt5-styleplugins qt6gtk2 +pamac build --no-confirm qt5-styleplugins qt6gtk2