Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Kai Kang <kai.kang@windriver.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-xfce][PATCH 00/10] Upgrade packages in layer meta-xfce
Date: Mon,  6 Aug 2018 01:53:58 -0700	[thread overview]
Message-ID: <20180806085408.44739-1-kai.kang@windriver.com> (raw)


Kai Kang (10):
  libwnck3: 3.20.1 -> 3.24.1
  xfce4-mount-plugin: 1.1.2 -> 1.1.3
  xfce4-hotcorner-plugin: fix library install path
  xfce4-embed-plugin: 1.0.0 -> 1.6.0
  xfce4-eyes-plugin: 4.4.5 -> 4.5.0
  xfce4-genmon-plugin: 4.0.0 -> 4.0.1
  exo: 0.12.1 -> 0.12.2
  xfce4-session: 4.12.1 -> 4.13.0
  xfconf: 4.13.4 -> 4.13.5
  xfwm4: 4.12.4 -> 4.12.5

 .../{libwnck3_3.20.1.bb => libwnck3_3.24.1.bb}     |  7 ++--
 ...plugin_1.0.0.bb => xfce4-embed-plugin_1.6.0.bb} |  6 ++--
 ...-plugin_4.4.5.bb => xfce4-eyes-plugin_4.5.0.bb} |  4 +--
 ...lugin_4.0.0.bb => xfce4-genmon-plugin_4.0.1.bb} |  4 +--
 ...1-CMakeLists.txt-fix-library-install-path.patch | 39 ++++++++++++++++++++++
 .../hotcorner/xfce4-hotcorner-plugin_0.0.2.bb      |  5 ++-
 ...plugin_1.1.2.bb => xfce4-mount-plugin_1.1.3.bb} |  4 +--
 .../exo/{exo_0.12.1.bb => exo_0.12.2.bb}           |  4 +--
 ...4-session_4.12.1.bb => xfce4-session_4.13.0.bb} |  6 ++--
 .../xfconf/{xfconf_4.13.4.bb => xfconf_4.13.5.bb}  |  4 +--
 .../xfwm4/{xfwm4_4.12.4.bb => xfwm4_4.12.5.bb}     |  6 ++--
 11 files changed, 66 insertions(+), 23 deletions(-)
 rename meta-gnome/recipes-gnome/libwnck/{libwnck3_3.20.1.bb => libwnck3_3.24.1.bb} (70%)
 rename meta-xfce/recipes-panel-plugins/embed/{xfce4-embed-plugin_1.0.0.bb => xfce4-embed-plugin_1.6.0.bb} (57%)
 rename meta-xfce/recipes-panel-plugins/eyes/{xfce4-eyes-plugin_4.4.5.bb => xfce4-eyes-plugin_4.5.0.bb} (68%)
 rename meta-xfce/recipes-panel-plugins/genmon/{xfce4-genmon-plugin_4.0.0.bb => xfce4-genmon-plugin_4.0.1.bb} (71%)
 create mode 100644 meta-xfce/recipes-panel-plugins/hotcorner/xfce4-hotcorner-plugin/0001-CMakeLists.txt-fix-library-install-path.patch
 rename meta-xfce/recipes-panel-plugins/mount/{xfce4-mount-plugin_1.1.2.bb => xfce4-mount-plugin_1.1.3.bb} (70%)
 rename meta-xfce/recipes-xfce/exo/{exo_0.12.1.bb => exo_0.12.2.bb} (87%)
 rename meta-xfce/recipes-xfce/xfce4-session/{xfce4-session_4.12.1.bb => xfce4-session_4.13.0.bb} (83%)
 rename meta-xfce/recipes-xfce/xfconf/{xfconf_4.13.4.bb => xfconf_4.13.5.bb} (75%)
 rename meta-xfce/recipes-xfce/xfwm4/{xfwm4_4.12.4.bb => xfwm4_4.12.5.bb} (73%)

-- 
2.11.0



             reply	other threads:[~2018-08-06  8:54 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-06  8:53 Kai Kang [this message]
2018-08-06  8:53 ` [meta-xfce][PATCH 01/10] libwnck3: 3.20.1 -> 3.24.1 Kai Kang
2018-08-06  9:02   ` [meta-gnome][PATCH " Kang Kai
2018-08-06  8:54 ` [meta-xfce][PATCH 02/10] xfce4-mount-plugin: 1.1.2 -> 1.1.3 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 03/10] xfce4-hotcorner-plugin: fix library install path Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 04/10] xfce4-embed-plugin: 1.0.0 -> 1.6.0 Kai Kang
2018-08-06 17:31   ` Khem Raj
2018-08-07  2:00     ` Kang Kai
2018-08-07  2:17   ` [PATCH V2] " Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 05/10] xfce4-eyes-plugin: 4.4.5 -> 4.5.0 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 06/10] xfce4-genmon-plugin: 4.0.0 -> 4.0.1 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 07/10] exo: 0.12.1 -> 0.12.2 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 08/10] xfce4-session: 4.12.1 -> 4.13.0 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 09/10] xfconf: 4.13.4 -> 4.13.5 Kai Kang
2018-08-06  8:54 ` [meta-xfce][PATCH 10/10] xfwm4: 4.12.4 -> 4.12.5 Kai Kang
2018-08-08 10:00 ` [meta-xfce][PATCH 00/10] Upgrade packages in layer meta-xfce Andreas Müller

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=20180806085408.44739-1-kai.kang@windriver.com \
    --to=kai.kang@windriver.com \
    --cc=openembedded-devel@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