[oe] [meta-xfce][PATCH 00/19] meta-xfce: Move towards GTK3 slightly

Andreas Müller schnitzeltony at gmail.com
Sun Jun 10 15:08:02 UTC 2018


Some patches of these I carry around for a while. At the time of making
xfce4-panel was not yet ready for use - This has changed by 4.13.3.

As we are about to move to gcc8 and we can expect fallout, I'd be happy
to ignore gcc8 caused breakers - I promis to take care in a follwo up.

The following changes since commit bb57bac845f3cd1634862fa9868bc8e294ba74a9:

  libgpiod: add packageconfig for python bindings (2018-05-26 21:10:55 -0700)

are available in the Git repository at:

  https://github.com/schnitzeltony/meta-openembedded.git xfce-patches

for you to fetch changes up to b5e8688651bbbe63183eb0a9e10b0fe1d82fc966:

  thunar-plugin.bbclass: pack GTK3 plugins properly (2018-06-10 15:03:14 +0200)

----------------------------------------------------------------
Andreas Müller (19):
      libxfce4ui: upgrade 4.12.1-> 4.13.4
      libxfce4util: upgrade 4.12.1 -> 4.13.1
      xfconf: upgrade 4.12.1 -> 4.13.4
      xfce4-mixer: fix build after update of xfconf
      ristretto: fix build after update of xfconf
      xfce4-settings: fix build after update of xfconf
      xfce4-panel: upgrade 4.12.2 -> 4.13.3
      thunar: upgrade 1.6.15 -> 1.8.0
      thunar-volman: update 0.8.1 -> 0.9.0
      thunar-archive-plugin: upgrade 0.3.1 -> 0.4.0
      thunar-media-tags-plugin: upgrade 0.2.1 -> 0.3.0
      xfce4-whiskermenu-plugin: upgrade 2.1.7 -> 2.2.0
      xfce4-taskmanager: upgrade 1.2.0 -> 1.2.1
      mousepad: upgrade 0.4.0 -> 0.4.1
      xfce4-terminal: upgrade 0.8.7.3 -> 0.8.7.4
      xfce4-cpufreq-plugin: upgrade 1.1.3 -> 1.2.0
      packagegroup-xfce-extended: add mousepad
      various classes recipes: Remove FILES entries for dbg/dev packages
      thunar-plugin.bbclass: pack GTK3 plugins properly

 meta-xfce/classes/thunar-plugin.bbclass                                                                                                                                       |  5 +----
 meta-xfce/classes/xfce-panel-plugin.bbclass                                                                                                                                   |  2 +-
 meta-xfce/classes/xfce.bbclass                                                                                                                                                |  8 --------
 meta-xfce/recipes-apps/mousepad/{mousepad_0.4.0.bb => mousepad_0.4.1.bb}                                                                                                      |  4 ++--
 meta-xfce/recipes-apps/orage/orage_4.12.1.bb                                                                                                                                  |  1 -
 meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch                                                                                            | 40 ++++++++++++++++++++++++++++++++++++++++
 meta-xfce/recipes-apps/ristretto/ristretto_0.8.2.bb                                                                                                                           |  1 +
 meta-xfce/recipes-apps/xfce4-mixer/files/0001-Fix-build-after-update-of-xfconf.patch                                                                                          | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.11.0.bb                                                                                                                      |  5 ++++-
 meta-xfce/recipes-apps/xfce4-taskmanager/{xfce4-taskmanager_1.2.0.bb => xfce4-taskmanager_1.2.1.bb}                                                                           |  4 ++--
 meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.7.3.bb => xfce4-terminal_0.8.7.4.bb}                                                                                |  4 ++--
 meta-xfce/recipes-multimedia/parole/parole_1.0.1.bb                                                                                                                           |  2 --
 meta-xfce/recipes-panel-plugins/cpufreq/{xfce4-cpufreq-plugin_1.1.3.bb => xfce4-cpufreq-plugin_1.2.0.bb}                                                                      |  4 ++--
 meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.7.bb => xfce4-whiskermenu-plugin_2.2.0.bb}                                                          |  4 ++--
 meta-xfce/recipes-thunar-plugins/archive/{thunar-archive-plugin_0.3.1.bb => thunar-archive-plugin_0.4.0.bb}                                                                   |  4 ++--
 meta-xfce/recipes-thunar-plugins/media-tags/{thunar-media-tags-plugin_0.2.1.bb => thunar-media-tags-plugin_0.3.0.bb}                                                          |  4 ++--
 meta-xfce/recipes-xfce/exo/exo_0.12.0.bb                                                                                                                                      |  3 ---
 meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb                                                                                                               |  5 -----
 meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.12.1.bb => libxfce4ui_4.13.4.bb}                                                                                              |  9 +++------
 meta-xfce/recipes-xfce/libxfce4util/{libxfce4util_4.12.1.bb => libxfce4util_4.13.1.bb}                                                                                        |  6 +++---
 meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-extended.bb                                                                                                            |  1 +
 meta-xfce/recipes-xfce/thunar-volman/thunar-volman/0001-Fix-return-with-no-value-in-function-returning-non-v.patch                                                            | 26 --------------------------
 meta-xfce/recipes-xfce/thunar-volman/{thunar-volman_0.8.1.bb => thunar-volman_0.9.0.bb}                                                                                       |  7 +++----
 meta-xfce/recipes-xfce/thunar/{thunar_1.6.15.bb => thunar_1.8.0.bb}                                                                                                           | 17 +++++++----------
 meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb                                                                                                                               |  7 -------
 meta-xfce/recipes-xfce/xfce4-panel/files/0001-clock-time-make-change-of-system-s-timezone-change-t.patch                                                                      | 42 ------------------------------------------
 meta-xfce/recipes-xfce/xfce4-panel/files/{0002-windowmenu-do-not-display-desktop-icon-when-no-windo.patch => 0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch} | 26 +++++++++++++-------------
 meta-xfce/recipes-xfce/xfce4-panel/{xfce4-panel_4.12.2.bb => xfce4-panel_4.13.3.bb}                                                                                           | 16 +++++-----------
 meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb                                                                                                                  |  2 --
 meta-xfce/recipes-xfce/xfce4-settings/files/0002-Fix-linking-to-dbus-glib-bug-13633.patch                                                                                     | 41 +++++++++++++++++++++++++++++++++++++++++
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb                                                                                                                   |  1 +
 meta-xfce/recipes-xfce/xfconf/{xfconf_4.12.1.bb => xfconf_4.13.4.bb}                                                                                                          |  4 ++--
 meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.4.bb                                                                                                                                  |  2 --
 33 files changed, 201 insertions(+), 167 deletions(-)
 rename meta-xfce/recipes-apps/mousepad/{mousepad_0.4.0.bb => mousepad_0.4.1.bb} (81%)
 create mode 100644 meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch
 create mode 100644 meta-xfce/recipes-apps/xfce4-mixer/files/0001-Fix-build-after-update-of-xfconf.patch
 rename meta-xfce/recipes-apps/xfce4-taskmanager/{xfce4-taskmanager_1.2.0.bb => xfce4-taskmanager_1.2.1.bb} (61%)
 rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.7.3.bb => xfce4-terminal_0.8.7.4.bb} (68%)
 rename meta-xfce/recipes-panel-plugins/cpufreq/{xfce4-cpufreq-plugin_1.1.3.bb => xfce4-cpufreq-plugin_1.2.0.bb} (64%)
 rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.7.bb => xfce4-whiskermenu-plugin_2.2.0.bb} (66%)
 rename meta-xfce/recipes-thunar-plugins/archive/{thunar-archive-plugin_0.3.1.bb => thunar-archive-plugin_0.4.0.bb} (74%)
 rename meta-xfce/recipes-thunar-plugins/media-tags/{thunar-media-tags-plugin_0.2.1.bb => thunar-media-tags-plugin_0.3.0.bb} (63%)
 rename meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.12.1.bb => libxfce4ui_4.13.4.bb} (74%)
 rename meta-xfce/recipes-xfce/libxfce4util/{libxfce4util_4.12.1.bb => libxfce4util_4.13.1.bb} (54%)
 delete mode 100644 meta-xfce/recipes-xfce/thunar-volman/thunar-volman/0001-Fix-return-with-no-value-in-function-returning-non-v.patch
 rename meta-xfce/recipes-xfce/thunar-volman/{thunar-volman_0.8.1.bb => thunar-volman_0.9.0.bb} (55%)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.15.bb => thunar_1.8.0.bb} (55%)
 delete mode 100644 meta-xfce/recipes-xfce/xfce4-panel/files/0001-clock-time-make-change-of-system-s-timezone-change-t.patch
 rename meta-xfce/recipes-xfce/xfce4-panel/files/{0002-windowmenu-do-not-display-desktop-icon-when-no-windo.patch => 0001-windowmenu-do-not-display-desktop-icon-when-no-windo.patch} (67%)
 rename meta-xfce/recipes-xfce/xfce4-panel/{xfce4-panel_4.12.2.bb => xfce4-panel_4.13.3.bb} (70%)
 create mode 100644 meta-xfce/recipes-xfce/xfce4-settings/files/0002-Fix-linking-to-dbus-glib-bug-13633.patch
 rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.12.1.bb => xfconf_4.13.4.bb} (75%)

-- 
2.14.3




More information about the Openembedded-devel mailing list