qtox package provide pack of png icons, not just svg. Could you please add this code (or something like this) to src_install() in order to install all png icons too: # install all png icons for i in 16 22 24 32 36 48 64 72 96 128 192 256 512; do newicon -s "${i}" "${S}/img/icons/qtox-${i}x${i}.png" "qtox.png" done Reproducible: Always
commit 00403a5c825fdf2318478a9301cc0f3d1c9ef5a0 (HEAD -> master) Author: Zetok Zalbavar <zetok@openmailbox.org> AuthorDate: Sat Mar 26 10:09:12 2016 +0000 Commit: Patrice Clement <monsieurp@gentoo.org> CommitDate: Sat Mar 26 19:02:10 2016 +0000 net-im/qtox: installs .png icons wrt bug #578210 This PR also add a new pkgconfig dependency. Reporter: Mikhail Kurinnoi <viewizard@viewizard.com> Gentoo-Bug: https://bugs.gentoo.org/578210 Closes: https://github.com/gentoo/gentoo/pull/1141 Signed-off-by: Patrice Clement <monsieurp@gentoo.org> net-im/qtox/qtox-1.3.0.ebuild | 5 +++++ net-im/qtox/qtox-9999.ebuild | 6 ++++++ 2 files changed, 11 insertions(+)