diff options
Diffstat (limited to 'net-im/qtox/qtox-1.3.0.ebuild')
-rw-r--r-- | net-im/qtox/qtox-1.3.0.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/qtox/qtox-1.3.0.ebuild b/net-im/qtox/qtox-1.3.0.ebuild index 42c9bb63a03..3dffe4b24b5 100644 --- a/net-im/qtox/qtox-1.3.0.ebuild +++ b/net-im/qtox/qtox-1.3.0.ebuild @@ -74,6 +74,11 @@ src_configure() { src_install() { dobin "${S}/qtox" + # install all png icons + local ICONS=(16 22 24 32 36 48 64 72 96 128 192 256 512) + for i in "${ICONS[@]}"; do + newicon -s "${i}" "${S}/img/icons/qtox-${i}x${i}.png" "qtox.png" + done doicon -s scalable "${S}/img/icons/qtox.svg" domenu "${S}/qTox.desktop" } |