Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [meta-xfce][PATCH 00/10] Upgrade packages in layer meta-xfce
@ 2018-08-06  8:53 Kai Kang
  2018-08-06  8:53 ` [meta-xfce][PATCH 01/10] libwnck3: 3.20.1 -> 3.24.1 Kai Kang
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Kai Kang @ 2018-08-06  8:53 UTC (permalink / raw)
  To: openembedded-devel


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



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

end of thread, other threads:[~2018-08-08 10:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-06  8:53 [meta-xfce][PATCH 00/10] Upgrade packages in layer meta-xfce Kai Kang
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

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