So, I built a basic ebuild (Gentoo) for your package. Two issues across
Your Qmake doesn't install files anywhere, so I did it manually
scalable_bluemoon.svg needs to be handled in a better way
For Issue 2 I am filing this ticket:
You could integrate the icon into your QRC, or maybe there is a way to make QT5 intelligently search for an icon without having to have an absolute or even relative path in your code.
Attached is my ebuild and a patch against your code for an absolute path to /usr/share/pixmaps (I couldn't think of anywhere else to put the image)
Unfortunately I couldn't get QT (because don't know what I'm doing) to search and just find the icon, I had to specify an absolute path.. but after that it works great.
You may want to consider using some theme compliant icon name instead of your own and selecting that.. like for example oxygen and breeze both have "network-bluetooth.svg" which is pretty close to your icon. People like it when their icons automatically match the theme..
So, I built a basic ebuild (Gentoo) for your package. Two issues across
For Issue 2 I am filing this ticket:
Attached is my ebuild and a patch against your code for an absolute path to /usr/share/pixmaps (I couldn't think of anywhere else to put the image) Unfortunately I couldn't get QT (because don't know what I'm doing) to search and just find the icon, I had to specify an absolute path.. but after that it works great.
You may want to consider using some theme compliant icon name instead of your own and selecting that.. like for example oxygen and breeze both have "network-bluetooth.svg" which is pretty close to your icon. People like it when their icons automatically match the theme..
Thanks!
bluemoon-9999.ebuild.txt icon.patch.txt