Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: hasufell@g.o
Subject: Re: [gentoo-dev] enhancement for doicon/newicon in eutils.eclass
Date: Thu, 24 May 2012 05:53:45
Message-Id: 20120524075319.240d9d8d@pomiocik.lan
In Reply to: Re: [gentoo-dev] enhancement for doicon/newicon in eutils.eclass by hasufell
1 On Thu, 24 May 2012 02:43:47 +0200
2 hasufell <hasufell@g.o> wrote:
3
4 > -s|--size)
5 > if [[ ${2%%x*}x${2%%x*} == "$2" ]] ; then
6 > size=${2%%x*}
7 > else
8 > size=${2}
9 > fi
10 > case ${size} in
11 > 16|22|24|32|36|48|64|72|96|128|192|256)
12 > size=${size}x${size};;
13 > scalable)
14 > ;;
15
16 Not that anyone would care enough to try to understand what magic is
17 happening there... Please reimplement in Perl.
18
19 --
20 Best regards,
21 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature