@chiz Can't reproduce. How are you building the package? It might help to delete the openboard-1.7.5.tar.gz and redownload it.
If that doesn't help, please check the downloaded openboard-1.7.5.tar.gz, run sha256sum openboard-1.7.5.tar.gz on it and paste the result here.
Pinned Comments
bartus commented on 2024-03-12 15:41 (UTC) (edited on 2024-03-13 09:39 (UTC) by bartus)
Since version
v1.7.0the Qt5 backend is no longer actively maintained and supported.Control environment variable can be used to force build against
qt5ENABLE_QT5=1to build againstqt5(default:off)Usage cases:
makepkg ENABLE_QT5=1yay -S openboard --mflags="ENABLE_QT5=1"Yayusers warning:If you want to build against
qt5, you have to callpacman -S qt5-{base,declarative,multimedia,tools,svg,webchannel,webengine}beforehand.fsiegert commented on 2023-01-16 12:04 (UTC)
@unphysicalix: That's correct, you have to rebuild after dependency packages are updated. Let me make this post sticky to avoid people running into this again and again.
If OpenBoard stops working and when starting it from the command line you get an error message of the type:
Then you most likely just need to rebuild OpenBoard (either with
makepkgor with your favourite AUR helper) because a dependency package has been updated.(That's the one disadvantage of AUR packages. I don't know what the threshold is for the package to be migrated into the community repository instead.)