Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: <kai.kang@windriver.com>
To: <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: [PATCH v2 00/15] Upgrade to xfce 4.14 pre2
Date: Tue, 16 Jul 2019 10:12:16 -0400	[thread overview]
Message-ID: <20190716141231.77957-1-kai.kang@windriver.com> (raw)

From: Kai Kang <kai.kang@windriver.com>

Hi Khem,

It seems v1 have not been merged, so I send v2.

v2:
* update xfce4-settings
* remove dependency dbus-glib
* clean DEPENDS and inherited classes

Kai Kang (15):
  libxfce4util: 4.13.3 -> 4.13.4
  libxfce4ui: 4.13.5 -> 4.13.6
  exo: 0.12.5 -> 0.12.6
  xfconf: 4.13.7 -> 4.13.8
  thunar: 1.8.6 -> 1.8.7
  xfce4-session: 4.13.2 -> 4.13.3
  xfwm4: 4.13.2 -> 4.13.3
  xfdesktop: 4.13.4 -> 4.13.5
  xfce4-power-manager: 1.6.2 -> 1.6.3
  xfce4-panel: 4.13.5 -> 4.13.6
  xfce4-dev-tools: 4.12.0 -> 4.13.0
  thunar-volman: 0.9.2 -> 0.9.3
  garcon: 0.6.2 -> 0.6.3
  xfce4-settings: 4.12.4 -> 4.13.7
  xfce4-pulseaudio-plugin: add dependency dbus-glib

 .../xfce4-pulseaudio-plugin_0.4.1.bb          |  2 +-
 .../exo/{exo_0.12.5.bb => exo_0.12.6.bb}      |  6 +--
 .../{garcon_0.6.2.bb => garcon_0.6.3.bb}      |  6 +--
 ...xfce4ui_4.13.5.bb => libxfce4ui_4.13.6.bb} |  8 ++--
 ...4util_4.13.3.bb => libxfce4util_4.13.4.bb} |  4 +-
 ...volman_0.9.2.bb => thunar-volman_0.9.3.bb} |  6 +--
 .../{thunar_1.8.6.bb => thunar_1.8.7.bb}      |  6 +--
 ...ls_4.12.0.bb => xfce4-dev-tools_4.13.0.bb} |  4 +-
 ...-panel_4.13.5.bb => xfce4-panel_4.13.6.bb} |  8 ++--
 ..._1.6.2.bb => xfce4-power-manager_1.6.3.bb} |  7 ++--
 ...sion_4.13.2.bb => xfce4-session_4.13.3.bb} | 16 ++------
 ...2-Fix-linking-to-dbus-glib-bug-13633.patch | 41 -------------------
 ...ttings_git.bb => xfce4-settings_4.13.7.bb} | 19 +++------
 .../{xfconf_4.13.7.bb => xfconf_4.13.8.bb}    |  8 ++--
 ...fdesktop_4.13.4.bb => xfdesktop_4.13.5.bb} |  6 +--
 .../{xfwm4_4.13.2.bb => xfwm4_4.13.3.bb}      |  6 +--
 16 files changed, 46 insertions(+), 107 deletions(-)
 rename meta-xfce/recipes-xfce/exo/{exo_0.12.5.bb => exo_0.12.6.bb} (80%)
 rename meta-xfce/recipes-xfce/garcon/{garcon_0.6.2.bb => garcon_0.6.3.bb} (64%)
 rename meta-xfce/recipes-xfce/libxfce4ui/{libxfce4ui_4.13.5.bb => libxfce4ui_4.13.6.bb} (75%)
 rename meta-xfce/recipes-xfce/libxfce4util/{libxfce4util_4.13.3.bb => libxfce4util_4.13.4.bb} (64%)
 rename meta-xfce/recipes-xfce/thunar-volman/{thunar-volman_0.9.2.bb => thunar-volman_0.9.3.bb} (63%)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.8.6.bb => thunar_1.8.7.bb} (74%)
 rename meta-xfce/recipes-xfce/xfce4-dev-tools/{xfce4-dev-tools_4.12.0.bb => xfce4-dev-tools_4.13.0.bb} (79%)
 rename meta-xfce/recipes-xfce/xfce4-panel/{xfce4-panel_4.13.5.bb => xfce4-panel_4.13.6.bb} (81%)
 rename meta-xfce/recipes-xfce/xfce4-power-manager/{xfce4-power-manager_1.6.2.bb => xfce4-power-manager_1.6.3.bb} (79%)
 rename meta-xfce/recipes-xfce/xfce4-session/{xfce4-session_4.13.2.bb => xfce4-session_4.13.3.bb} (76%)
 delete mode 100644 meta-xfce/recipes-xfce/xfce4-settings/files/0002-Fix-linking-to-dbus-glib-bug-13633.patch
 rename meta-xfce/recipes-xfce/xfce4-settings/{xfce4-settings_git.bb => xfce4-settings_4.13.7.bb} (52%)
 rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.13.7.bb => xfconf_4.13.8.bb} (69%)
 rename meta-xfce/recipes-xfce/xfdesktop/{xfdesktop_4.13.4.bb => xfdesktop_4.13.5.bb} (60%)
 rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.13.2.bb => xfwm4_4.13.3.bb} (82%)

-- 
2.20.0



             reply	other threads:[~2019-07-16 14:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-16 14:12 kai.kang [this message]
2019-07-16 14:12 ` [PATCH v2 01/15] libxfce4util: 4.13.3 -> 4.13.4 kai.kang
2019-07-16 14:12 ` [PATCH v2 02/15] libxfce4ui: 4.13.5 -> 4.13.6 kai.kang
2019-07-16 14:12 ` [PATCH v2 03/15] exo: 0.12.5 -> 0.12.6 kai.kang
2019-07-16 14:12 ` [PATCH v2 04/15] xfconf: 4.13.7 -> 4.13.8 kai.kang
2019-07-16 14:12 ` [PATCH v2 05/15] thunar: 1.8.6 -> 1.8.7 kai.kang
2019-07-16 14:12 ` [PATCH v2 06/15] xfce4-session: 4.13.2 -> 4.13.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 07/15] xfwm4: " kai.kang
2019-07-16 14:12 ` [PATCH v2 08/15] xfdesktop: 4.13.4 -> 4.13.5 kai.kang
2019-07-16 14:12 ` [PATCH v2 09/15] xfce4-power-manager: 1.6.2 -> 1.6.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 10/15] xfce4-panel: 4.13.5 -> 4.13.6 kai.kang
2019-07-16 14:12 ` [PATCH v2 11/15] xfce4-dev-tools: 4.12.0 -> 4.13.0 kai.kang
2019-07-16 14:12 ` [PATCH v2 12/15] thunar-volman: 0.9.2 -> 0.9.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 13/15] garcon: 0.6.2 -> 0.6.3 kai.kang
2019-07-16 14:12 ` [PATCH v2 14/15] xfce4-settings: 4.12.4 -> 4.13.7 kai.kang
2019-07-16 14:12 ` [PATCH v2 15/15] xfce4-pulseaudio-plugin: add dependency dbus-glib kai.kang

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=20190716141231.77957-1-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /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