All of lore.kernel.org
 help / color / mirror / Atom feed
* gnome-icon-theme?
@ 2015-09-15 10:13 Mike Looijmans
  2015-09-15 11:13 ` gnome-icon-theme? Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Looijmans @ 2015-09-15 10:13 UTC (permalink / raw)
  To: openembedded-devel

With current master I get errors like this:

ERROR: Nothing PROVIDES 'gnome-icon-theme' (but 
.../meta-oe/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb DEPENDS on or 
otherwise requires it). Close matches:
   rodent-icon-theme
   gnome-themes
   sato-icon-theme
ERROR: Required build target 'evince' has no buildable providers.
Missing or unbuildable dependency chain was: ['evince', 'gnome-icon-theme']

And similar for quite a few other recipes. Surprisingly, I cannot find any 
recipe that provides it in meta-oe.

Was it moved to another layer maybe? I can't find any mention of 
gnome-icon-theme for the past few months in the log either.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnome-icon-theme?
  2015-09-15 10:13 gnome-icon-theme? Mike Looijmans
@ 2015-09-15 11:13 ` Burton, Ross
  2015-09-15 11:14   ` gnome-icon-theme? Burton, Ross
  0 siblings, 1 reply; 6+ messages in thread
From: Burton, Ross @ 2015-09-15 11:13 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On 15 September 2015 at 11:13, Mike Looijmans <mike.looijmans@topic.nl>
wrote:

> With current master I get errors like this:
>
> ERROR: Nothing PROVIDES 'gnome-icon-theme' (but
> .../meta-oe/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb DEPENDS on
> or otherwise requires it). Close matches:
>   rodent-icon-theme
>   gnome-themes
>   sato-icon-theme
> ERROR: Required build target 'evince' has no buildable providers.
> Missing or unbuildable dependency chain was: ['evince', 'gnome-icon-theme']
>

Yeah this was just removed from oe-core but the addition to meta-oe hasn't
happened.  I can send a patch now if there isn't one on the list.

Ross


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnome-icon-theme?
  2015-09-15 11:13 ` gnome-icon-theme? Burton, Ross
@ 2015-09-15 11:14   ` Burton, Ross
  2015-09-15 12:26     ` gnome-icon-theme? Jussi Kukkonen
  2015-09-15 12:34     ` gnome-icon-theme? Mike Looijmans
  0 siblings, 2 replies; 6+ messages in thread
From: Burton, Ross @ 2015-09-15 11:14 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On 15 September 2015 at 12:13, Burton, Ross <ross.burton@intel.com> wrote:

> Yeah this was just removed from oe-core but the addition to meta-oe hasn't
> happened.  I can send a patch now if there isn't one on the list.
>

Hm, alternatively,  we make adwaita-icon-theme provide gnome-icon-theme, as
they're broadly compatible anyway.  Any thoughts?

Ross


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnome-icon-theme?
  2015-09-15 11:14   ` gnome-icon-theme? Burton, Ross
@ 2015-09-15 12:26     ` Jussi Kukkonen
  2015-09-15 13:08       ` gnome-icon-theme? Martin Jansa
  2015-09-15 12:34     ` gnome-icon-theme? Mike Looijmans
  1 sibling, 1 reply; 6+ messages in thread
From: Jussi Kukkonen @ 2015-09-15 12:26 UTC (permalink / raw)
  To: openembedded-devel

On 15 September 2015 at 14:14, Burton, Ross <ross.burton@intel.com> wrote:
>
> On 15 September 2015 at 12:13, Burton, Ross <ross.burton@intel.com> wrote:
>
> > Yeah this was just removed from oe-core but the addition to meta-oe
hasn't
> > happened.  I can send a patch now if there isn't one on the list.
> >
>
> Hm, alternatively,  we make adwaita-icon-theme provide gnome-icon-theme,
as
> they're broadly compatible anyway.  Any thoughts?

gnome-icon-theme has effectively been abandonware since adwaita become the
actual gnome icon theme so I'd suggest not adding it if adwaita works as
alternative (which I believe it does).

I've been pushing off building an image with the remaining gnome-icon-theme
users (using adwaita) to check that things seem to work. I'll do that now
and send changes to those recipes if they're fine.

I guess we could still make adwaita-icon-theme provide gnome-icon-theme but
is there a meaningful benefit after I fix meta-oe recipes?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnome-icon-theme?
  2015-09-15 11:14   ` gnome-icon-theme? Burton, Ross
  2015-09-15 12:26     ` gnome-icon-theme? Jussi Kukkonen
@ 2015-09-15 12:34     ` Mike Looijmans
  1 sibling, 0 replies; 6+ messages in thread
From: Mike Looijmans @ 2015-09-15 12:34 UTC (permalink / raw)
  To: openembedded-devel

On 15-09-15 13:14, Burton, Ross wrote:
> On 15 September 2015 at 12:13, Burton, Ross <ross.burton@intel.com> wrote:
>
>> Yeah this was just removed from oe-core but the addition to meta-oe hasn't
>> happened.  I can send a patch now if there isn't one on the list.
>>
>
> Hm, alternatively,  we make adwaita-icon-theme provide gnome-icon-theme, as
> they're broadly compatible anyway.  Any thoughts?

In that case, you might as well replace the dependencies in the other recipes 
to adwaita-icon-theme directly I guess.




^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: gnome-icon-theme?
  2015-09-15 12:26     ` gnome-icon-theme? Jussi Kukkonen
@ 2015-09-15 13:08       ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2015-09-15 13:08 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]

On Tue, Sep 15, 2015 at 03:26:01PM +0300, Jussi Kukkonen wrote:
> On 15 September 2015 at 14:14, Burton, Ross <ross.burton@intel.com> wrote:
> >
> > On 15 September 2015 at 12:13, Burton, Ross <ross.burton@intel.com> wrote:
> >
> > > Yeah this was just removed from oe-core but the addition to meta-oe
> hasn't
> > > happened.  I can send a patch now if there isn't one on the list.
> > >
> >
> > Hm, alternatively,  we make adwaita-icon-theme provide gnome-icon-theme,
> as
> > they're broadly compatible anyway.  Any thoughts?
> 
> gnome-icon-theme has effectively been abandonware since adwaita become the
> actual gnome icon theme so I'd suggest not adding it if adwaita works as
> alternative (which I believe it does).
> 
> I've been pushing off building an image with the remaining gnome-icon-theme
> users (using adwaita) to check that things seem to work. I'll do that now
> and send changes to those recipes if they're fine.
> 
> I guess we could still make adwaita-icon-theme provide gnome-icon-theme but
> is there a meaningful benefit after I fix meta-oe recipes?

Adding RREPLACES,RCONFLICTS,RPROVIDES combo in adwaita recipe allows
on-device upgrades to uninstall gnome-icon-theme and replace it
completely with adwaita-icon-theme

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-15 13:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 10:13 gnome-icon-theme? Mike Looijmans
2015-09-15 11:13 ` gnome-icon-theme? Burton, Ross
2015-09-15 11:14   ` gnome-icon-theme? Burton, Ross
2015-09-15 12:26     ` gnome-icon-theme? Jussi Kukkonen
2015-09-15 13:08       ` gnome-icon-theme? Martin Jansa
2015-09-15 12:34     ` gnome-icon-theme? Mike Looijmans

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.