Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 578210 - =net-im/qtox-1.3.0 png icons installation
Summary: =net-im/qtox-1.3.0 png icons installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zetok
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-25 08:54 UTC by Mikhail Kurinnoi
Modified: 2016-03-26 19:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Kurinnoi 2016-03-25 08:54:59 UTC
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
Comment 1 Patrice Clement (RETIRED) gentoo-dev 2016-03-26 19:16:15 UTC
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(+)