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

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to