Gentoo Archives: gentoo-dev

From: Chris Mayo <aklhfex@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH] eutils.eclass: add 512 icon size to doicon documentation
Date: Sat, 07 Jan 2017 16:54:00
Message-Id: 20170107165345.7916-1-aklhfex@gmail.com
1 Signed-off-by: Chris Mayo <aklhfex@×××××.com>
2 ---
3 Sent as requested on
4 https://github.com/gentoo/gentoo/pull/3298
5
6 eclass/eutils.eclass | 2 +-
7 1 file changed, 1 insertion(+), 1 deletion(-)
8
9 diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass
10 index aaf195b..d868467 100644
11 --- a/eclass/eutils.eclass
12 +++ b/eclass/eutils.eclass
13 @@ -1062,7 +1062,7 @@ _iconins() {
14 # !!! must specify to install into /usr/share/icons/... !!!
15 # size of the icon, like 48 or 48x48
16 # supported icon sizes are:
17 -# 16 22 24 32 36 48 64 72 96 128 192 256 scalable
18 +# 16 22 24 32 36 48 64 72 96 128 192 256 512 scalable
19 # -c, --context
20 # defaults to "apps"
21 # -t, --theme
22 --
23 2.10.2

Replies