Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Version updates & misc patch cleanup
@ 2014-09-04  0:47 Marko Lindqvist
  2014-09-04  0:48 ` [PATCH 1/6] gtk+2: update to 2.24.24 Marko Lindqvist
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Marko Lindqvist @ 2014-09-04  0:47 UTC (permalink / raw)
  To: openembedded-core

Mainly updates to newer upstream versions, with some no longer needed patches dropped.

It took me a while to create a pull request. Apparently git request-pull has changed
significantly recently, and scripts/create-pull-request has not been updated accordingly.


 - ML


The following changes since commit e72aac2ae9e5fce1715fa04b7e94034fd06892d9:

  alsa-lib: libasound should runtime depends on alsa-conf (2014-09-03 11:30:11 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib 1d09577ffa2838c6465f034555db36dd8fc3476a
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=cazfi/up

Marko Lindqvist (6):
  gtk+2: update to 2.24.24
  libpng: drop unnecessary automake requirement lowering patch
  libpng: update to 1.6.13
  pixman: update to 0.32.6
  pango: update to 1.36.6
  gtk+3: update to 3.12.2

 ...utton-do-not-prelight-in-touchscreen-mode.patch |  0
 ...Duplicate-the-exec-string-returned-by-gtk.patch |  0
 .../cellrenderer-cairo.patch                       |  0
 .../configure-nm.patch                             |  0
 .../configurefix.patch                             |  0
 .../{gtk+-2.24.22 => gtk+-2.24.24}/doc-fixes.patch |  0
 .../entry-cairo.patch                              |  0
 .../hardcoded_libtool.patch                        |  0
 .../run-iconcache.patch                            | 11 +++---
 .../toggle-font.diff                               |  0
 .../{gtk+-2.24.22 => gtk+-2.24.24}/xsettings.patch |  0
 meta/recipes-gnome/gtk+/gtk+3.inc                  |  6 ++-
 .../fix-build-when-wayland-backend-enabled.patch   | 43 ----------------------
 .../gtk+/{gtk+3_3.10.7.bb => gtk+3_3.12.2.bb}      |  5 +--
 .../gtk+/{gtk+_2.24.22.bb => gtk+_2.24.24.bb}      |  4 +-
 .../pango/{pango_1.36.5.bb => pango_1.36.6.bb}     |  4 +-
 .../{pixman_0.32.4.bb => pixman_0.32.6.bb}         |  4 +-
 ...0001-configure-lower-automake-requirement.patch | 31 ----------------
 .../libpng/{libpng_1.6.10.bb => libpng_1.6.13.bb}  | 11 +++---
 19 files changed, 24 insertions(+), 95 deletions(-)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/0001-GtkButton-do-not-prelight-in-touchscreen-mode.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/0001-bgo-584832-Duplicate-the-exec-string-returned-by-gtk.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/cellrenderer-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/configure-nm.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/configurefix.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/doc-fixes.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/entry-cairo.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/hardcoded_libtool.patch (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/run-iconcache.patch (72%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/toggle-font.diff (100%)
 rename meta/recipes-gnome/gtk+/{gtk+-2.24.22 => gtk+-2.24.24}/xsettings.patch (100%)
 delete mode 100644 meta/recipes-gnome/gtk+/gtk+3/fix-build-when-wayland-backend-enabled.patch
 rename meta/recipes-gnome/gtk+/{gtk+3_3.10.7.bb => gtk+3_3.12.2.bb} (75%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.22.bb => gtk+_2.24.24.bb} (93%)
 rename meta/recipes-graphics/pango/{pango_1.36.5.bb => pango_1.36.6.bb} (56%)
 rename meta/recipes-graphics/xorg-lib/{pixman_0.32.4.bb => pixman_0.32.6.bb} (89%)
 delete mode 100644 meta/recipes-multimedia/libpng/libpng/0001-configure-lower-automake-requirement.patch
 rename meta/recipes-multimedia/libpng/{libpng_1.6.10.bb => libpng_1.6.13.bb} (58%)

-- 
2.1.0



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

end of thread, other threads:[~2014-09-05 19:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-04  0:47 [PATCH 0/6] Version updates & misc patch cleanup Marko Lindqvist
2014-09-04  0:48 ` [PATCH 1/6] gtk+2: update to 2.24.24 Marko Lindqvist
2014-09-04  0:48 ` [PATCH 2/6] libpng: drop unnecessary automake requirement lowering patch Marko Lindqvist
2014-09-04  0:48 ` [PATCH 3/6] libpng: update to 1.6.13 Marko Lindqvist
2014-09-04  0:48 ` [PATCH 4/6] pixman: update to 0.32.6 Marko Lindqvist
2014-09-05 19:35   ` Burton, Ross
2014-09-04  0:48 ` [PATCH 5/6] pango: update to 1.36.6 Marko Lindqvist
2014-09-04  0:48 ` [PATCH 6/6] gtk+3: update to 3.12.2 Marko Lindqvist

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox