-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

On 08/06/2011 12:00 PM, Markos Chandras wrote:
> On 08/02/2011 07:30 PM, Chí-Thanh Christopher Nguyễn wrote:
>> Markos Chandras schrieb:
>>> - --: Not all packages include the same icons so users may end
>>> up with missing icons for some applications. However, most icon
>>> themes should include all the basic icons.
> 
>> You could have USE flags for the virtual, so that some package
>> could depend on virtual/icon-theme[foo-icons], while the virtual
>> depends on foo-icons? ( || ( list of packages known to contain
>> foo-icons ) )
> 
>> Of course, this makes sense only if it is known or easy to find out
>>  which icon-themes contain which icons.
> 
> 
>> Best regards, Chí-Thanh Christopher Nguyễn
> 
> 
> I plan to go ahead with my proposal. I wont use any use flags for
> now. Whoever feels this virtual is useful for him, he can use it,
> otherwise you may skip it. I will send the virtual ebuild for review
> before I commit it to portage tree.
> 

Please review the attached ebuild. If you think that more icon-themes
need to be added let me know. Unfortunately these are the icon themes
that I was able to test so far.

- -- 
Regards,
Markos Chandras / Gentoo Linux Developer / Key ID: B4AFF2C2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)

iQIcBAEBCgAGBQJOP7H1AAoJEPqDWhW0r/LCKzgP/06LgkCvk7Y+9HPW1vhhvtpL
DEwrG/c6XMa9mg8DljNauUmvPQcNGhL1jInzoAjy9lZfiLWOEjT988ggCmmdMApS
KXjP8/DGexDnA9OBirBspk6pez1nmLNtUjsTjBOQCA6XFZVHHRXvsLi4gGUwrwv7
teie9lUUru/WVeW1zvLX1JeQm0prA8QaO+vMzicki/XwcUQdXt34L4LYt7azYjdZ
tKgofv55yUmZV0dHja85OcxqArxiohOt4VTG41Fd0y4eyl7JeojJHjxLQoMUMcmp
8V5oJ3bFeAXbvo1RPJ8UDI9yTmaAg58/ZJLEyNgjaymeLBPOkJ9Cm+rCYiaE8D+8
Iz2Swk6Z8JpEoUBmEmTZC5sKpImKXrLZq1PPKw8mQtEvqhYKIX+FUwyfUS1/zJQ5
tolz45Yk5E7sMKq7NIE2Xr6pMERU73Rfx8Jr4Uk2U5wFIz7kSD38hys149gd+YRD
cZgRsTMI3w1v0pgBb6tGZ/IJFr6vqoeFwudT63/qqQBIcYpsNxR5UO46z054P0ub
Lhtb+7/+dtiZdLzs9GCpO7D+MbcRPlc313WfcHLdN5+cdRgbfkgebCgirp5b6I2+
vkLatZIfO+XyhwrWyBBiFjuhDuuv6uL2lhRfmtGB92jg6x4RqKjUcq+5pHZ9pI+3
rLm6KDy8ubSTwBDZysv5
=8Z/B
-----END PGP SIGNATURE-----
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="A virtual to choose between different icon themes"
HOMEPAGE="http://standards.freedesktop.org/";
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""

RDEPEND="|| ( x11-themes/tango-icon-theme
        x11-themes/gnome-icon-theme
        kde-base/oxygen-icons
        lxde-base/lxde-icon-theme
        x11-themes/faenza-icon/theme )"

Reply via email to