Re: [gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-06-02 Thread hasufell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/02/2012 06:48 AM, Mike Frysinger wrote: > On Friday 01 June 2012 22:50:10 hasufell wrote: >> On 06/02/2012 12:49 AM, Mike Frysinger wrote: >>> On Wednesday 23 May 2012 21:04:42 hasufell wrote: # @FUNCTION: _iconins # @DESCRIPTION: # function

Re: [gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-06-01 Thread Mike Frysinger
On Friday 01 June 2012 22:50:10 hasufell wrote: > On 06/02/2012 12:49 AM, Mike Frysinger wrote: > > On Wednesday 23 May 2012 21:04:42 hasufell wrote: > >> # @FUNCTION: _iconins > >> # @DESCRIPTION: > >> # function for use in doicon and newicon > > > > mark it @INTERNAL what i meant here was: # @F

Re: [gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-06-01 Thread hasufell
The small typo in the comment section (fuqbar.svg -> fuqbar.png) has been fixed :P

Re: [gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-06-01 Thread hasufell
On 06/02/2012 12:49 AM, Mike Frysinger wrote: > On Wednesday 23 May 2012 21:04:42 hasufell wrote: >> # @FUNCTION: _iconins >> # @DESCRIPTION: >> # function for use in doicon and newicon > > mark it @INTERNAL > >> if [[ -z $size ]] ; then > > ${size} > >>

Re: [gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-06-01 Thread Mike Frysinger
On Wednesday 23 May 2012 21:04:42 hasufell wrote: > # @FUNCTION: _iconins > # @DESCRIPTION: > # function for use in doicon and newicon mark it @INTERNAL > if [[ -z $size ]] ; then ${size} > if [[ $function == doicon ]] ; then ${function} > if

[gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-05-23 Thread hasufell
On 05/21/2012 01:24 AM, hasufell wrote: > I want support for installing icons into the appropriate directories > which are under /usr/share/icons/... and not just pixmaps. > > proposal attached + diff > > This should not break existing ebuilds. Tested a bit and open for review > now. next versio

Re: [gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-05-21 Thread Mike Gilbert
On Mon, May 21, 2012 at 1:30 AM, hasufell wrote: > On 05/21/2012 02:01 AM, Jonathan Callen wrote: >> On 05/20/2012 07:49 PM, hasufell wrote: >>> On 05/21/2012 01:36 AM, Alexis Ballier wrote: On Mon, 21 May 2012 01:24:13 +0200 hasufell wrote: > I want support for installing icon

Re: [gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-05-20 Thread hasufell
On 05/21/2012 02:01 AM, Jonathan Callen wrote: > On 05/20/2012 07:49 PM, hasufell wrote: >> On 05/21/2012 01:36 AM, Alexis Ballier wrote: >>> On Mon, 21 May 2012 01:24:13 +0200 hasufell >>> wrote: >>> I want support for installing icons into the appropriate directories which are under

[gentoo-dev] Re: enhancement for doicon/newicon in eutils.eclass

2012-05-20 Thread Jonathan Callen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 05/20/2012 07:49 PM, hasufell wrote: > On 05/21/2012 01:36 AM, Alexis Ballier wrote: >> On Mon, 21 May 2012 01:24:13 +0200 hasufell >> wrote: >> >>> I want support for installing icons into the appropriate >>> directories which are under /usr/sh