From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/14] GTK+ upgrades
Date: Wed, 26 Oct 2016 16:27:34 +0300 [thread overview]
Message-ID: <cover.1477488358.git.jussi.kukkonen@intel.com> (raw)
Mostly unexciting upgrades to GNOME libraries fall 2016 releases.
Thanks,
Jussi
The following changes since commit 30d1af89ce2a2fb30f32a898ec12c9a51db57013:
image_types: Use softer setting of WKS_FILE (2016-10-25 17:58:59 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/gtk
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gtk
Jussi Kukkonen (14):
pango: Upgrade 1.40.1 -> 1.40.3
adwaita-icon-theme: Upgrade 3.20 -> 3.22.0
gnome-themes-standard: Upgrade 3.20.2 -> 3.22.2
glib-2.0: Upgrade 2.48.2 -> 2.50.1
libsoup-2.4: Upgrade 2.54.1 -> 2.56.0
atk: Upgrade 2.20.0 -> 2.22.0
at-spi2-core: Upgrade 2.20.2 -> 2.22.0
at-spi2-atk: Upgrade 2.20.1 -> 2.22.0
freetype: Upgrade 2.6.5 -> 2.7
glib-networking: Upgrade 2.48.2 -> 2.50.0
gdk-pixbuf: 2.34.0 -> 2.36.0
gtk-icon-utils-native: Upgrade 3.20.9 -> 3.22.1
gtk+: Upgrade 2.24.30 -> 2.24.31
gtk+3: Upgrade 3.20.9 -> 3.22.1
.../glib-2.0/0002-tests-Ignore-y2k-warnings.patch | 42 ---
.../{glib-2.0_2.48.2.bb => glib-2.0_2.50.1.bb} | 5 +-
meta/recipes-core/glib-2.0/glib.inc | 3 +-
...working_2.48.2.bb => glib-networking_2.50.0.bb} | 4 +-
.../{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.36.0.bb} | 4 +-
...-theme_3.20.bb => adwaita-icon-theme_3.22.0.bb} | 7 +-
...d_3.20.2.bb => gnome-themes-standard_3.22.2.bb} | 12 +-
meta/recipes-gnome/gtk+/gtk+3.inc | 2 +-
...Redo-focus-handling-in-treeview-once-more.patch | 39 ---
.../0003-Add-disable-opengl-configure-option.patch | 365 ++++++++-------------
.../gtk+/{gtk+3_3.20.9.bb => gtk+3_3.22.1.bb} | 5 +-
.../gtk+/{gtk+_2.24.30.bb => gtk+_2.24.31.bb} | 4 +-
...e_3.20.9.bb => gtk-icon-utils-native_3.22.1.bb} | 4 +-
.../{freetype_2.6.5.bb => freetype_2.7.bb} | 4 +-
.../pango/{pango_1.40.1.bb => pango_1.40.3.bb} | 4 +-
...at-spi2-atk_2.20.1.bb => at-spi2-atk_2.22.0.bb} | 4 +-
...-spi2-core_2.20.2.bb => at-spi2-core_2.22.0.bb} | 4 +-
.../atk/{atk_2.20.0.bb => atk_2.22.0.bb} | 4 +-
...libsoup-2.4_2.54.1.bb => libsoup-2.4_2.56.0.bb} | 4 +-
19 files changed, 169 insertions(+), 351 deletions(-)
delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0002-tests-Ignore-y2k-warnings.patch
rename meta/recipes-core/glib-2.0/{glib-2.0_2.48.2.bb => glib-2.0_2.50.1.bb} (82%)
rename meta/recipes-core/glib-networking/{glib-networking_2.48.2.bb => glib-networking_2.50.0.bb} (88%)
rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.34.0.bb => gdk-pixbuf_2.36.0.bb} (96%)
rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.20.bb => adwaita-icon-theme_3.22.0.bb} (86%)
rename meta/recipes-gnome/gnome/{gnome-themes-standard_3.20.2.bb => gnome-themes-standard_3.22.2.bb} (78%)
delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/0001-Redo-focus-handling-in-treeview-once-more.patch
rename meta/recipes-gnome/gtk+/{gtk+3_3.20.9.bb => gtk+3_3.22.1.bb} (78%)
rename meta/recipes-gnome/gtk+/{gtk+_2.24.30.bb => gtk+_2.24.31.bb} (91%)
rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.20.9.bb => gtk-icon-utils-native_3.22.1.bb} (93%)
rename meta/recipes-graphics/freetype/{freetype_2.6.5.bb => freetype_2.7.bb} (93%)
rename meta/recipes-graphics/pango/{pango_1.40.1.bb => pango_1.40.3.bb} (92%)
rename meta/recipes-support/atk/{at-spi2-atk_2.20.1.bb => at-spi2-atk_2.22.0.bb} (81%)
rename meta/recipes-support/atk/{at-spi2-core_2.20.2.bb => at-spi2-core_2.22.0.bb} (88%)
rename meta/recipes-support/atk/{atk_2.20.0.bb => atk_2.22.0.bb} (79%)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.54.1.bb => libsoup-2.4_2.56.0.bb} (90%)
--
2.1.4
next reply other threads:[~2016-10-26 13:28 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-26 13:27 Jussi Kukkonen [this message]
2016-10-26 13:27 ` [PATCH 01/14] pango: Upgrade 1.40.1 -> 1.40.3 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 02/14] adwaita-icon-theme: Upgrade 3.20 -> 3.22.0 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 03/14] gnome-themes-standard: Upgrade 3.20.2 -> 3.22.2 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 04/14] glib-2.0: Upgrade 2.48.2 -> 2.50.1 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 05/14] libsoup-2.4: Upgrade 2.54.1 -> 2.56.0 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 06/14] atk: Upgrade 2.20.0 -> 2.22.0 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 07/14] at-spi2-core: Upgrade 2.20.2 " Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 08/14] at-spi2-atk: Upgrade 2.20.1 " Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 09/14] freetype: Upgrade 2.6.5 -> 2.7 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 10/14] glib-networking: Upgrade 2.48.2 -> 2.50.0 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 11/14] gdk-pixbuf: 2.34.0 -> 2.36.0 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 12/14] gtk-icon-utils-native: Upgrade 3.20.9 -> 3.22.1 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 13/14] gtk+: Upgrade 2.24.30 -> 2.24.31 Jussi Kukkonen
2016-10-26 13:27 ` [PATCH 14/14] gtk+3: Upgrade 3.20.9 -> 3.22.1 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.1477488358.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox