i recently have delved into packaging for solus and have installed solbuild correctly, and gotten down how to use the .yml packages. currently, i am attempting to package two different programs: stacer and joplin, however, i am having dependency issues with both.
here is the output when i use the make command in my stacer directory:
here is the output of using the make command in the joplin directory:
here is a github repo containing all of the files I am using:
https://github.com/sethfl/solus-packages
i have installed wget and qt5-base, qt5-svg, qt5-tools, and qt5-charts on my system and listed them as rundeps in the .yml files for stacer and joplin, so i am unsure as to why the build process exits due to wget missing or the qt5 .cmake files missing.
Any help would be appreciated, thank you!