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
This commit is contained in:
parent
9f9713a673
commit
700235c52e
|
@ -2,4 +2,4 @@
|
||||||
parent_process=$(ps -p $PPID -o comm=)
|
parent_process=$(ps -p $PPID -o comm=)
|
||||||
[ "$parent_process" = 'pacman' ] || [ "$parent_process" = 'pamac-daemon' ] || exit
|
[ "$parent_process" = 'pacman' ] || [ "$parent_process" = 'pamac-daemon' ] || exit
|
||||||
rm /var/lib/pacman/db.lck
|
rm /var/lib/pacman/db.lck
|
||||||
pacman --noconfirm -S qt5-styleplugins qt6gtk2
|
pamac build --no-confirm qt5-styleplugins qt6gtk2
|
||||||
|
|
Loading…
Reference in New Issue
Block a user