All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] next gnome batch
@ 2019-10-27 23:35 Andreas Müller
  2019-10-27 23:35 ` [PATCH 01/19] itstool: rework native shebang and add class to make native itstool work Andreas Müller
                   ` (18 more replies)
  0 siblings, 19 replies; 26+ messages in thread
From: Andreas Müller @ 2019-10-27 23:35 UTC (permalink / raw)
  To: openembedded-devel

* known autobuilder issues from previous series fixed
* upgrades 
* new recipes

Andreas Müller (19):
  itstool: rework native shebang and add class to make native itstool
    work
  yelp-tools: use itstools.bbclass
  yelp-xsl: use itstool.bbclass
  yelp: use itstool.bbclass
  gnome-help.bbclass: Handle gnome-help files with new distro feature
    'helpfiles'
  zenity: rework recipe
  colord: initial add 1.4.4
  colord-gtk: initial add 0.2.0
  dconf: extend to native build for upcoming gdm
  dconf-editor: upgrade 3.32.0 -> 3.34.0
  gtksourceview4: upgrade 4.2.0 -> 4.4.0
  gnome-menus3: upgrade 3.10.1 -> 3.32.0
  gnome-desktop3: upgrade 3.34.0 -> 3.34.1
  gnome-bluetooth: upgrade 3.32.1 -> 3.34.0
  glade3: upgrade 3.8.5 -> 3.8.6
  gspell: upgrade 1.8.1 -> 1.8.2
  gnome-system-monitor: upgrade 3.32.0 -> 3.32.1
  network-manager-applet: upgrade 1.8.22 -> 1.8.23 / build with meson /
    cleanup
  ibus: initial add 1.5.21

 meta-gnome/classes/gnome-help.bbclass         |  69 ++++++++
 .../network-manager-applet_1.8.22.bb          |  44 -----
 .../network-manager-applet_1.8.24.bb          |  29 +++
 ...ditor_3.32.0.bb => dconf-editor_3.34.2.bb} |   4 +-
 .../recipes-gnome/dconf/dconf_0.34.0.bb       |   4 +
 ...th_3.32.1.bb => gnome-bluetooth_3.34.0.bb} |   4 +-
 ...op3_3.34.0.bb => gnome-desktop3_3.34.1.bb} |   8 +-
 .../gnome-menus/gnome-menus3_3.10.1.bb        |  21 ---
 .../gnome-menus/gnome-menus3_3.32.0.bb        |  18 ++
 ...t-build-help-we-do-not-have-yelp-yet.patch |  30 ----
 ...32.0.bb => gnome-system-monitor_3.32.1.bb} |   8 +-
 .../{gspell_1.8.1.bb => gspell_1.8.2.bb}      |   6 +-
 ...view4_4.2.0.bb => gtksourceview4_4.4.0.bb} |  13 +-
 .../recipes-gnome/yelp/yelp-tools_3.32.2.bb   |   3 +-
 .../recipes-gnome/yelp/yelp-xsl_3.34.0.bb     |   9 +-
 meta-gnome/recipes-gnome/yelp/yelp_3.34.0.bb  |   3 +-
 .../0001-build-don-t-generate-manual.patch    |  50 ------
 .../recipes-gnome/zenity/zenity_3.32.0.bb     |  12 +-
 .../colord-gtk/colord-gtk_0.2.0.bb            |  21 +++
 .../recipes-support/ibus/ibus-native.bb       |  31 ++++
 meta-gnome/recipes-support/ibus/ibus.bb       |  33 ++++
 meta-gnome/recipes-support/ibus/ibus.inc      |  33 ++++
 ...start-dbus-we-do-not-have-dbus-lauch.patch |  39 ++++
 meta-oe/classes/itstool.bbclass               |   5 +
 .../recipes-support/colord/colord-native.bb   |  64 +++++++
 ...n-cd_icc_create_from_edid-to-avoid-u.patch | 166 ++++++++++++++++++
 .../colord/colord-native/Makefile             |  48 +++++
 meta-oe/recipes-support/colord/colord.bb      |  45 +++++
 meta-oe/recipes-support/colord/colord.inc     |  13 ++
 ...Run-native-cd_idt8-cd_create_profile.patch |  59 +++++++
 ...-build-time-hardcoded-python-binary-.patch |  35 ++++
 ...d-time-hardcoded-python-binary-path.patch} |   0
 .../recipes-support/itstool/itstool_2.0.6.bb  |   6 +-
 .../recipes-devtools/glade/glade3_3.8.5.bb    |  23 ---
 .../recipes-devtools/glade/glade3_3.8.6.bb    |  18 ++
 35 files changed, 770 insertions(+), 204 deletions(-)
 create mode 100644 meta-gnome/classes/gnome-help.bbclass
 delete mode 100644 meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.22.bb
 create mode 100644 meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet_1.8.24.bb
 rename meta-gnome/recipes-gnome/dconf/{dconf-editor_3.32.0.bb => dconf-editor_3.34.2.bb} (67%)
 rename meta-gnome/recipes-gnome/gnome-bluetooth/{gnome-bluetooth_3.32.1.bb => gnome-bluetooth_3.34.0.bb} (78%)
 rename meta-gnome/recipes-gnome/gnome-desktop/{gnome-desktop3_3.34.0.bb => gnome-desktop3_3.34.1.bb} (72%)
 delete mode 100644 meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.10.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-menus/gnome-menus3_3.32.0.bb
 delete mode 100644 meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor/0001-Do-not-build-help-we-do-not-have-yelp-yet.patch
 rename meta-gnome/recipes-gnome/gnome-system-monitor/{gnome-system-monitor_3.32.0.bb => gnome-system-monitor_3.32.1.bb} (64%)
 rename meta-gnome/recipes-gnome/gspell/{gspell_1.8.1.bb => gspell_1.8.2.bb} (51%)
 rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview4_4.2.0.bb => gtksourceview4_4.4.0.bb} (65%)
 delete mode 100644 meta-gnome/recipes-gnome/zenity/zenity/0001-build-don-t-generate-manual.patch
 create mode 100644 meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb
 create mode 100644 meta-gnome/recipes-support/ibus/ibus-native.bb
 create mode 100644 meta-gnome/recipes-support/ibus/ibus.bb
 create mode 100644 meta-gnome/recipes-support/ibus/ibus.inc
 create mode 100644 meta-gnome/recipes-support/ibus/ibus/0001-Do-not-try-to-start-dbus-we-do-not-have-dbus-lauch.patch
 create mode 100644 meta-oe/classes/itstool.bbclass
 create mode 100644 meta-oe/recipes-support/colord/colord-native.bb
 create mode 100644 meta-oe/recipes-support/colord/colord-native/0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch
 create mode 100644 meta-oe/recipes-support/colord/colord-native/Makefile
 create mode 100644 meta-oe/recipes-support/colord/colord.bb
 create mode 100644 meta-oe/recipes-support/colord/colord.inc
 create mode 100644 meta-oe/recipes-support/colord/colord/0001-Run-native-cd_idt8-cd_create_profile.patch
 create mode 100644 meta-oe/recipes-support/itstool/itstool/0001-Native-Don-t-use-build-time-hardcoded-python-binary-.patch
 rename meta-oe/recipes-support/itstool/itstool/{0001-Don-t-use-build-time-hardcoded-python-binary-path.patch => 0002-Don-t-use-build-time-hardcoded-python-binary-path.patch} (100%)
 delete mode 100644 meta-xfce/recipes-devtools/glade/glade3_3.8.5.bb
 create mode 100644 meta-xfce/recipes-devtools/glade/glade3_3.8.6.bb

-- 
2.21.0



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

end of thread, other threads:[~2019-10-28 21:40 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-27 23:35 [PATCH 00/19] next gnome batch Andreas Müller
2019-10-27 23:35 ` [PATCH 01/19] itstool: rework native shebang and add class to make native itstool work Andreas Müller
2019-10-27 23:35 ` [PATCH 02/19] yelp-tools: use itstools.bbclass Andreas Müller
2019-10-27 23:35 ` [PATCH 03/19] yelp-xsl: use itstool.bbclass Andreas Müller
2019-10-27 23:35 ` [PATCH 04/19] yelp: " Andreas Müller
2019-10-27 23:35 ` [PATCH 05/19] gnome-help.bbclass: Handle gnome-help files with new distro feature 'helpfiles' Andreas Müller
2019-10-27 23:35 ` [PATCH 06/19] zenity: rework recipe Andreas Müller
2019-10-27 23:35 ` [PATCH 07/19] colord: initial add 1.4.4 Andreas Müller
2019-10-28 20:08   ` Khem Raj
2019-10-28 20:50     ` Andreas Müller
2019-10-28 21:40       ` Khem Raj
2019-10-27 23:35 ` [PATCH 08/19] colord-gtk: initial add 0.2.0 Andreas Müller
2019-10-27 23:35 ` [PATCH 09/19] dconf: extend to native build for upcoming gdm Andreas Müller
2019-10-27 23:35 ` [PATCH 10/19] dconf-editor: upgrade 3.32.0 -> 3.34.0 Andreas Müller
2019-10-27 23:35 ` [PATCH 11/19] gtksourceview4: upgrade 4.2.0 -> 4.4.0 Andreas Müller
2019-10-27 23:35 ` [PATCH 12/19] gnome-menus3: upgrade 3.10.1 -> 3.32.0 Andreas Müller
2019-10-27 23:35 ` [PATCH 13/19] gnome-desktop3: upgrade 3.34.0 -> 3.34.1 Andreas Müller
2019-10-27 23:35 ` [PATCH 14/19] gnome-bluetooth: upgrade 3.32.1 -> 3.34.0 Andreas Müller
2019-10-27 23:35 ` [PATCH 15/19] glade3: upgrade 3.8.5 -> 3.8.6 Andreas Müller
2019-10-28 20:08   ` Khem Raj
2019-10-28 21:11     ` Andreas Müller
2019-10-27 23:35 ` [PATCH 16/19] gspell: upgrade 1.8.1 -> 1.8.2 Andreas Müller
2019-10-27 23:35 ` [PATCH 17/19] gnome-system-monitor: upgrade 3.32.0 -> 3.32.1 Andreas Müller
2019-10-27 23:35 ` [PATCH 18/19] network-manager-applet: upgrade 1.8.22 -> 1.8.23 / build with meson / cleanup Andreas Müller
2019-10-27 23:35 ` [PATCH 19/19] ibus: initial add 1.5.21 Andreas Müller
2019-10-27 23:59   ` Andreas Müller

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.