All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Upgrades and misc. fixes
Date: Wed, 22 Jun 2016 14:51:59 +0300	[thread overview]
Message-ID: <cover.1466595928.git.jussi.kukkonen@intel.com> (raw)

This contains an uppgrade to Gtk+3 (which I didn't add into
sato-gtk3 branch to keep it from changing too much between versions),
upgrades to other recipes related to Gtk+, and miscallaneous fixes. 

The following changes since commit 95f6e7bd0f7188f59e66e1769799e44a123b638b:

  bitbake: cooker: clean up EvertWriter (2016-06-20 17:23:57 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/upgrades-post-gtk3
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/upgrades-post-gtk3

Jussi Kukkonen (10):
  gtk+3: Upgrade 3.18.8 -> 3.20.6
  atk: Upgrade 2.18.0 -> 2.20.0
  at-spi2-core: Upgrade 2.18.3 -> 2.20.2
  at-spi2-atk: Upgrade 2.18.1 -> 2.20.1
  clutter-gtk-1.0: Upgrade 1.6.6 -> 1.8.0
  puzzles: Keep building even with deprecation warnings
  cairo: inherit upstream-version-is-even
  gsettings-desktop-schemas: inherit upstream-version-is-even
  vte: don't build test app
  connman-gnome: StatusIcon adapts to size changes

 .../connman/connman-gnome/0001-Port-to-Gtk3.patch  | 136 ++++++++-
 .../gsettings-desktop-schemas_3.20.0.bb            |   2 +-
 meta/recipes-gnome/gtk+/gtk+3.inc                  |   9 +-
 ..._libtool.patch => 0001-Hardcoded-libtool.patch} |  26 +-
 ...o-not-try-to-initialize-GL-without-libGL.patch} |  12 +-
 ...0003-Add-disable-opengl-configure-option.patch} | 327 ++++++---------------
 ...4-configure.ac-Fix-wayland-protocols-path.patch |  36 +++
 meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch | 118 --------
 .../gtk+/{gtk+3_3.18.8.bb => gtk+3_3.20.6.bb}      |  13 +-
 ...e_3.18.8.bb => gtk-icon-utils-native_3.20.6.bb} |   4 +-
 meta/recipes-graphics/cairo/cairo.inc              |   2 +-
 .../clutter/clutter-gtk-1.0_1.6.6.bb               |   6 -
 .../clutter/clutter-gtk-1.0_1.8.0.bb               |   6 +
 meta/recipes-sato/puzzles/puzzles_git.bb           |   2 +
 ...at-spi2-atk_2.18.1.bb => at-spi2-atk_2.20.1.bb} |   4 +-
 .../0001-build-Add-with-systemduserunitdir.patch   |  49 +++
 ...-spi2-core_2.18.3.bb => at-spi2-core_2.20.2.bb} |  18 +-
 .../atk/{atk_2.18.0.bb => atk_2.20.0.bb}           |   6 +-
 meta/recipes-support/vte/vte_0.44.1.bb             |   2 +-
 19 files changed, 371 insertions(+), 407 deletions(-)
 rename meta/recipes-gnome/gtk+/gtk+3/{hardcoded_libtool.patch => 0001-Hardcoded-libtool.patch} (70%)
 rename meta/recipes-gnome/gtk+/gtk+3/{Do-not-try-to-initialize-GL-without-libGL.patch => 0002-Do-not-try-to-initialize-GL-without-libGL.patch} (86%)
 rename meta/recipes-gnome/gtk+/gtk+3/{0001-Add-disable-opengl-configure-option.patch => 0003-Add-disable-opengl-configure-option.patch} (71%)
 create mode 100644 meta/recipes-gnome/gtk+/gtk+3/0004-configure.ac-Fix-wayland-protocols-path.patch
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/Dont-force-csd.patch
 rename meta/recipes-gnome/gtk+/{gtk+3_3.18.8.bb => gtk+3_3.20.6.bb} (57%)
 rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.18.8.bb => gtk-icon-utils-native_3.20.6.bb} (93%)
 delete mode 100644 meta/recipes-graphics/clutter/clutter-gtk-1.0_1.6.6.bb
 create mode 100644 meta/recipes-graphics/clutter/clutter-gtk-1.0_1.8.0.bb
 rename meta/recipes-support/atk/{at-spi2-atk_2.18.1.bb => at-spi2-atk_2.20.1.bb} (81%)
 create mode 100644 meta/recipes-support/atk/at-spi2-core/0001-build-Add-with-systemduserunitdir.patch
 rename meta/recipes-support/atk/{at-spi2-core_2.18.3.bb => at-spi2-core_2.20.2.bb} (49%)
 rename meta/recipes-support/atk/{atk_2.18.0.bb => atk_2.20.0.bb} (69%)

-- 
2.1.4



             reply	other threads:[~2016-06-22 11:52 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 11:51 Jussi Kukkonen [this message]
2016-06-22 11:52 ` [PATCH 01/10] gtk+3: Upgrade 3.18.8 -> 3.20.6 Jussi Kukkonen
2016-07-05 13:09   ` Robert Yang
2016-07-05 14:08     ` Jussi Kukkonen
2016-07-06  3:09       ` Robert Yang
2016-07-06  3:21         ` Robert Yang
2016-07-06  7:08           ` Jussi Kukkonen
2016-07-06  7:12             ` Robert Yang
2016-06-22 11:52 ` [PATCH 02/10] atk: Upgrade 2.18.0 -> 2.20.0 Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 03/10] at-spi2-core: Upgrade 2.18.3 -> 2.20.2 Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 04/10] at-spi2-atk: Upgrade 2.18.1 -> 2.20.1 Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 05/10] clutter-gtk-1.0: Upgrade 1.6.6 -> 1.8.0 Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 06/10] puzzles: Keep building even with deprecation warnings Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 07/10] cairo: inherit upstream-version-is-even Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 08/10] gsettings-desktop-schemas: " Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 09/10] vte: don't build test app Jussi Kukkonen
2016-06-22 14:35   ` Burton, Ross
2016-06-23 10:13     ` Jussi Kukkonen
2016-06-22 11:52 ` [PATCH 10/10] connman-gnome: StatusIcon adapts to size changes Jussi Kukkonen

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.1466595928.git.jussi.kukkonen@intel.com \
    --to=jussi.kukkonen@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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.