Re: [gentoo-dev] new eclass: xdg and xdg-utils as a replacement for fdo-mime

2015-11-25 Thread Gilles Dartiguelongue
Hello all, just a heads up that these eclass were slightly enhanced and pushed to the tree. gnome2.eclass and gstreamer.eclass are now using it. If you need to do any kind of hackery with XDG_* environment variable or are using fdo-mime.eclass, you might want to update to xdg*.eclass. -- Gilles

Re: [gentoo-dev] new eclass: xdg and xdg-utils as a replacement for fdo-mime

2015-06-10 Thread Gilles Dartiguelongue
Le mercredi 10 juin 2015 à 11:04 -0400, Mike Gilbert a écrit : > On Wed, Jun 10, 2015 at 10:12 AM, Gilles Dartiguelongue < > e...@gentoo.org> wrote: > > This is an attempt to fix bug #208047 [1] and bug #444568 [2] > > > > Current fdo-mime eclass is often not used when it should be. I > > suppose

Re: [gentoo-dev] new eclass: xdg and xdg-utils as a replacement for fdo-mime

2015-06-10 Thread Mike Gilbert
On Wed, Jun 10, 2015 at 10:12 AM, Gilles Dartiguelongue wrote: > This is an attempt to fix bug #208047 [1] and bug #444568 [2] > > Current fdo-mime eclass is often not used when it should be. I suppose > this is partly because one has to think too much about whether it is > needed or not and what

[gentoo-dev] new eclass: xdg and xdg-utils as a replacement for fdo-mime

2015-06-10 Thread Gilles Dartiguelongue
This is an attempt to fix bug #208047 [1] and bug #444568 [2] Current fdo-mime eclass is often not used when it should be. I suppose this is partly because one has to think too much about whether it is needed or not and what to do with the functions. The proposed solution is to not have to worry