openembedded-devel.lists.openembedded.org archive mirror
 help / color / mirror / Atom feed
* [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package
@ 2021-10-18 17:37 Joshua Watt
  2021-10-18 17:44 ` Andreas Müller
  2021-10-18 17:52 ` [oe][meta-oe][PATCH v2] " Joshua Watt
  0 siblings, 2 replies; 4+ messages in thread
From: Joshua Watt @ 2021-10-18 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotimo, Joshua Watt

Move the mutter gsettings to their own package. Some other compositors
(specifically, phoc) want to use the mutter provided gsettings to remain
compatible. This allows those recipes to pick up the runtime settings
without having to pull in all of mutter

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
index 72e776719..1a81745f4 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
@@ -73,7 +73,9 @@ do_install:append() {
     done
 }
 
-PACKAGES =+ "${PN}-tests"
+GSETTINGS_PACKAGE = "${PN}-gsettings"
+
+PACKAGES =+ "${PN}-tests ${PN}-gsettings"
 
 FILES:${PN} += " \
     ${datadir}/gnome-control-center \
-- 
2.33.0



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

* Re: [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package
  2021-10-18 17:37 [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package Joshua Watt
@ 2021-10-18 17:44 ` Andreas Müller
  2021-10-18 17:49   ` Joshua Watt
  2021-10-18 17:52 ` [oe][meta-oe][PATCH v2] " Joshua Watt
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Müller @ 2021-10-18 17:44 UTC (permalink / raw)
  To: Joshua Watt; +Cc: openembeded-devel, Tim Orling

On Mon, Oct 18, 2021 at 7:37 PM Joshua Watt <JPEWhacker@gmail.com> wrote:
>
> Move the mutter gsettings to their own package. Some other compositors
> (specifically, phoc) want to use the mutter provided gsettings to remain
> compatible. This allows those recipes to pick up the runtime settings
> without having to pull in all of mutter
>
> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
But now just adding mutter to image looses gsettings. Could you add a
RDEPEND for mutter on mutter-gsettings?

Andreas
> ---
>  meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
> index 72e776719..1a81745f4 100644
> --- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
> +++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
> @@ -73,7 +73,9 @@ do_install:append() {
>      done
>  }
>
> -PACKAGES =+ "${PN}-tests"
> +GSETTINGS_PACKAGE = "${PN}-gsettings"
> +
> +PACKAGES =+ "${PN}-tests ${PN}-gsettings"
>
>  FILES:${PN} += " \
>      ${datadir}/gnome-control-center \
> --
> 2.33.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#93437): https://lists.openembedded.org/g/openembedded-devel/message/93437
> Mute This Topic: https://lists.openembedded.org/mt/86420550/3617609
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [schnitzeltony@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package
  2021-10-18 17:44 ` Andreas Müller
@ 2021-10-18 17:49   ` Joshua Watt
  0 siblings, 0 replies; 4+ messages in thread
From: Joshua Watt @ 2021-10-18 17:49 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel, Tim Orling

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

On Mon, Oct 18, 2021, 12:44 PM Andreas Müller <schnitzeltony@gmail.com>
wrote:

> On Mon, Oct 18, 2021 at 7:37 PM Joshua Watt <JPEWhacker@gmail.com> wrote:
> >
> > Move the mutter gsettings to their own package. Some other compositors
> > (specifically, phoc) want to use the mutter provided gsettings to remain
> > compatible. This allows those recipes to pick up the runtime settings
> > without having to pull in all of mutter
> >
> > Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
> But now just adding mutter to image looses gsettings. Could you add a
> RDEPEND for mutter on mutter-gsettings?
>

Yep. Good catch


> Andreas
> > ---
> >  meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb | 4 +++-
> >  1 file changed, 3 insertions(+), 1 deletion(-)
> >
> > diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
> b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
> > index 72e776719..1a81745f4 100644
> > --- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
> > +++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
> > @@ -73,7 +73,9 @@ do_install:append() {
> >      done
> >  }
> >
> > -PACKAGES =+ "${PN}-tests"
> > +GSETTINGS_PACKAGE = "${PN}-gsettings"
> > +
> > +PACKAGES =+ "${PN}-tests ${PN}-gsettings"
> >
> >  FILES:${PN} += " \
> >      ${datadir}/gnome-control-center \
> > --
> > 2.33.0
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#93437):
> https://lists.openembedded.org/g/openembedded-devel/message/93437
> > Mute This Topic: https://lists.openembedded.org/mt/86420550/3617609
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> schnitzeltony@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>

[-- Attachment #2: Type: text/html, Size: 3691 bytes --]

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

* [oe][meta-oe][PATCH v2] mutter: Move gsettings to a separate package
  2021-10-18 17:37 [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package Joshua Watt
  2021-10-18 17:44 ` Andreas Müller
@ 2021-10-18 17:52 ` Joshua Watt
  1 sibling, 0 replies; 4+ messages in thread
From: Joshua Watt @ 2021-10-18 17:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: ticotimo, Joshua Watt

Move the mutter gsettings to their own package. Some other compositors
(specifically, phoc) want to use the mutter provided gsettings to remain
compatible. This allows those recipes to pick up the runtime settings
without having to pull in all of mutter

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
index 72e776719..b659d9295 100644
--- a/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
+++ b/meta-gnome/recipes-gnome/mutter/mutter_3.34.6.bb
@@ -73,7 +73,9 @@ do_install:append() {
     done
 }
 
-PACKAGES =+ "${PN}-tests"
+GSETTINGS_PACKAGE = "${PN}-gsettings"
+
+PACKAGES =+ "${PN}-tests ${PN}-gsettings"
 
 FILES:${PN} += " \
     ${datadir}/gnome-control-center \
@@ -93,5 +95,5 @@ FILES:${PN}-dev += " \
     ${libdir}/${MUTTER_API_NAME}/lib*.so \
 "
 
-RDEPENDS:${PN} += "zenity"
+RDEPENDS:${PN} += "zenity ${PN}-gsettings"
 
-- 
2.33.0



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

end of thread, other threads:[~2021-10-18 17:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 17:37 [oe][meta-oe][PATCH] mutter: Move gsettings to a separate package Joshua Watt
2021-10-18 17:44 ` Andreas Müller
2021-10-18 17:49   ` Joshua Watt
2021-10-18 17:52 ` [oe][meta-oe][PATCH v2] " Joshua Watt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).