From: brendank310 <brendank310@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: schnitzeltony@googlemail.com
Subject: [RFC meta-gnome][PATCH 00/16] Add gnome-shell support
Date: Mon, 29 Oct 2018 12:40:57 -0400 [thread overview]
Message-ID: <cover.1540830650.git.brendank310@gmail.com> (raw)
This adds gnome3/gnome-shell support (and required dependencies)
to meta-gnome.
Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.
The following changes since commit f1511d254632a34c1deb51f4bf8b8c21e7423f51:
libssh: Do not use thumb-1 ISA on armv5 (2018-10-27 18:29:32 -0700)
are available in the Git repository at:
git://github.com/brendank310/meta-openembedded gnome-shell-support
https://github.com/brendank310/meta-openembedded/tree/gnome-shell-support
Brendan Kerrigan (16):
sassc: add recipes for libsass-native and sassc-native.
ibus: add recipe for ibus to support gnome-settings-daemon and
gnome-shell
gjs: add a recipe for gjs (Gnome JavaScript engine)
accountsservice: add recipe for Accounts Service
lcms2: add recipe for Little Color Management System
gnome-settings-daemon: add recipe for gnome-settings-daemon
geocode-glib: add recipe for geocode-glib library
libgweather: add recipe for libgweather
gdm: add recipe for gdm (Gnome Desktop Manager)
dconf-native: add dconf-native recipe
libwacom: add recipe for libwacom
mutter: add recipe for mutter window manager
gnome-shell: add recipe for gnome-shell.
packagegroup-gnome3-base: add packagegroup for installing
gnome3/gnome-shell
gnome-shell-extensions: add recipe for gnome-shell-extensions
gnome-tweak-tool: add recipe for the GNOME Tweak tool
.../dconf/dconf-native_0.28.0.bb | 19 ++++
.../accountsservice/0001-strip-out-intl.patch | 104 ++++++++++++++++++
.../gnome3/accountsservice_git.bb | 24 ++++
meta-gnome/recipes-gnome/gnome3/gdm_git.bb | 33 ++++++
.../recipes-gnome/gnome3/geocode-glib_git.bb | 21 ++++
.../gnome3/gjs/0001-fix-override-allow.patch | 75 +++++++++++++
meta-gnome/recipes-gnome/gnome3/gjs_git.bb | 30 +++++
.../0001-remove-extraneous-plugins.patch | 52 +++++++++
.../gnome3/gnome-settings-daemon_git.bb | 43 ++++++++
.../gnome3/gnome-shell-extensions_git.bb | 40 +++++++
.../gnome-shell/0001-dont-detect-python.patch | 24 ++++
.../recipes-gnome/gnome3/gnome-shell_git.bb | 46 ++++++++
.../recipes-gnome/gnome3/gnome-tweaks_git.bb | 19 ++++
.../ibus/0001-strip-out-dbus-build-dep.patch | 29 +++++
...0002-decorate-automake-for-valaflags.patch | 46 ++++++++
.../recipes-gnome/gnome3/ibus_1.5.19.bb | 41 +++++++
meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb | 14 +++
.../recipes-gnome/gnome3/libgweather_git.bb | 23 ++++
.../gnome3/libsass-native_3.5.4.bb | 16 +++
.../recipes-gnome/gnome3/libwacom_git.bb | 17 +++
.../mutter/0001-disable-zenity-check.patch | 27 +++++
...spection-variables-with-correct-path.patch | 63 +++++++++++
.../0003-packageconfig-variable-fixup.patch | 29 +++++
.../mutter/0004-fix-broken-includes.patch | 37 +++++++
meta-gnome/recipes-gnome/gnome3/mutter_git.bb | 59 ++++++++++
.../gnome3/sassc-native_3.5.0.bb | 15 +++
.../packagegroups/packagegroup-gnome3-base.bb | 27 +++++
27 files changed, 973 insertions(+)
create mode 100644 meta-gnome/recipes-gnome/dconf/dconf-native_0.28.0.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/accountsservice/0001-strip-out-intl.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/accountsservice_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/gdm_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/geocode-glib_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/gjs/0001-fix-override-allow.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/gjs_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-settings-daemon/0001-remove-extraneous-plugins.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-settings-daemon_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-shell-extensions_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-shell/0001-dont-detect-python.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-shell_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/gnome-tweaks_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/ibus/0001-strip-out-dbus-build-dep.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/ibus/0002-decorate-automake-for-valaflags.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/ibus_1.5.19.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/lcms2_2.9.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/libgweather_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/libsass-native_3.5.4.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/libwacom_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/mutter/0001-disable-zenity-check.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/mutter/0002-fixup-introspection-variables-with-correct-path.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/mutter/0003-packageconfig-variable-fixup.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/mutter/0004-fix-broken-includes.patch
create mode 100644 meta-gnome/recipes-gnome/gnome3/mutter_git.bb
create mode 100644 meta-gnome/recipes-gnome/gnome3/sassc-native_3.5.0.bb
create mode 100644 meta-gnome/recipes-gnome/packagegroups/packagegroup-gnome3-base.bb
--
2.17.1
next reply other threads:[~2018-10-29 16:41 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-29 16:40 brendank310 [this message]
2018-10-29 16:40 ` [RFC meta-gnome][PATCH 01/16] sassc: add recipes for libsass-native and sassc-native brendank310
2018-10-30 12:10 ` Burton, Ross
2018-10-29 16:40 ` [RFC meta-gnome][PATCH 02/16] ibus: add recipe for ibus to support gnome-settings-daemon and gnome-shell brendank310
2018-10-29 22:33 ` Andreas Müller
2018-10-30 2:38 ` Khem Raj
2018-10-30 11:24 ` Burton, Ross
2018-11-08 17:27 ` Brendan Kerrigan
2018-11-08 18:32 ` Khem Raj
2018-11-08 23:12 ` Burton, Ross
2018-11-08 23:13 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 03/16] gjs: add a recipe for gjs (Gnome JavaScript engine) brendank310
2018-10-29 18:07 ` Burton, Ross
2018-10-29 18:28 ` Brendan Kerrigan
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 04/16] accountsservice: add recipe for Accounts Service brendank310
2018-10-29 22:43 ` Andreas Müller
2018-10-30 11:48 ` Martin Jansa
2018-10-30 11:30 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 05/16] lcms2: add recipe for Little Color Management System brendank310
2018-10-29 22:46 ` Andreas Müller
2018-10-30 2:41 ` Khem Raj
2018-10-30 11:22 ` Burton, Ross
2018-10-30 15:03 ` Brendan Kerrigan
2018-10-30 21:07 ` Khem Raj
2018-10-30 23:08 ` Andreas Müller
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 06/16] gnome-settings-daemon: add recipe for gnome-settings-daemon brendank310
2018-10-30 2:53 ` Khem Raj
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 07/16] geocode-glib: add recipe for geocode-glib library brendank310
2018-10-30 2:52 ` Khem Raj
2018-10-30 11:16 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 08/16] libgweather: add recipe for libgweather brendank310
2018-10-30 2:49 ` Khem Raj
2018-10-30 11:18 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 09/16] gdm: add recipe for gdm (Gnome Desktop Manager) brendank310
2018-10-29 22:51 ` Andreas Müller
2018-10-30 11:33 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 10/16] dconf-native: add dconf-native recipe brendank310
2018-10-29 18:06 ` Burton, Ross
2018-10-29 18:27 ` Brendan Kerrigan
2018-10-29 19:30 ` Khem Raj
2018-10-29 21:17 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 11/16] libwacom: add recipe for libwacom brendank310
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 12/16] mutter: add recipe for mutter window manager brendank310
2018-10-30 2:47 ` Khem Raj
2018-10-30 11:21 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 13/16] gnome-shell: add recipe for gnome-shell brendank310
2018-10-30 2:44 ` Khem Raj
2018-10-30 11:20 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 14/16] packagegroup-gnome3-base: add packagegroup for installing gnome3/gnome-shell brendank310
2018-10-29 23:03 ` Andreas Müller
2018-10-30 11:32 ` Burton, Ross
2018-10-30 12:00 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 15/16] gnome-shell-extensions: add recipe for gnome-shell-extensions brendank310
2018-10-29 23:06 ` Andreas Müller
2018-10-30 11:31 ` Burton, Ross
2018-10-29 16:41 ` [RFC meta-gnome][PATCH 16/16] gnome-tweak-tool: add recipe for the GNOME Tweak tool brendank310
2018-10-29 23:09 ` Andreas Müller
2018-10-30 2:32 ` Khem Raj
2018-10-30 11:54 ` Burton, Ross
2018-10-29 22:34 ` [RFC meta-gnome][PATCH 00/16] Add gnome-shell support Andreas Müller
2018-10-31 13:17 ` Brendan Kerrigan
2018-10-31 13:30 ` Andreas Müller
2018-11-06 20:11 ` Alexander Kanavin
2018-11-07 20:24 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1540830650.git.brendank310@gmail.com \
--to=brendank310@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=schnitzeltony@googlemail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.