Gentoo Archives: gentoo-dev

From: "Marty E. Plummer" <hanetzer@×××××××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 01/10] gnome2-utils: move icon functions into xdg-utils
Date: Sun, 15 Jul 2018 13:37:08
Message-Id: 20180715133531.7evvupsmxfiijuns@proprietary-killer
In Reply to: Re: [gentoo-dev] [PATCH 01/10] gnome2-utils: move icon functions into xdg-utils by Hans de Graaff
1 On Sun, Jul 15, 2018 at 08:22:02AM +0200, Hans de Graaff wrote:
2 > On Tue, 2018-06-26 at 20:27 -0500, Marty E. Plummer wrote:
3 > >
4 > > # Updates Gtk+ icon cache files under /usr/share/icons.
5 > > -# This function should be called from pkg_postinst and pkg_postrm.
6 > > +# Deprecated. Please use xdg_icon_cache_update from xdg-utils.eclass
7 > > gnome2_icon_cache_update() {
8 >
9 > This would be a good candidate for an eqawarn message. Not sure how
10 > many people will catch this deprecation in the documentation.
11 >
12 > Hans
13 Later patch in the series causes this function to error out on EAPI 7+,
14 along with a message. I had previously had the same idea, but the ml
15 thought it would be a bad idea for n amount of currently working ebuilds
16 to just start yelling out of nowhere. Just force the migration when
17 updating to EAPI 7 and we're good :)