All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] meta-xfce: non-core updates
@ 2019-08-15 21:55 Andreas Müller
  2019-08-15 21:55 ` [PATCH 01/13] xfce4-whiskermenu-plugin: upgrade 2.3.2 -> 2.3.3 Andreas Müller
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Andreas Müller @ 2019-08-15 21:55 UTC (permalink / raw)
  To: openembedded-devel, kai.kang

This is a first batch - further to come

Andreas Müller (13):
  xfce4-whiskermenu-plugin: upgrade 2.3.2 -> 2.3.3
  xfmpc: upgrade 0.2.3 -> 0.3.0
  xfce4-cpugraph-plugin: upgrade 1.0.5 -> 1.1.0
  xfce4-terminal: upgrase 0.8.7.4 -> 0.8.8
  gtksourceview3: upgrade 3.24.10 -> 3.24.11
  mousepad: move to gtk3
  mousepad: upgrade 0.4.1 -> 0.4.2
  ristretto: upgrade 0.8.4 -> 0.10.0
  catfish: upgrade 1.4.7 -> 1.4.8
  parole: upgrade 1.0.2 -> 1.0.4
  xfce4-datetime-plugin: upgrade 0.7.1 -> 0.8.0
  xfce4-places-plugin: 1.8.0 -> 1.8.1
  xfce4-pulseaudio-plugin: upgrade 0.4.1 -> 0.4.2

 ...3_3.24.10.bb => gtksourceview3_3.24.11.bb} |  6 +--
 .../{catfish_1.4.7.bb => catfish_1.4.9.bb}    |  4 +-
 .../{mousepad_0.4.1.bb => mousepad_0.4.2.bb}  | 17 ++++----
 ...001-Fix-build-after-update-of-xfconf.patch | 40 -------------------
 ...ristretto_0.8.4.bb => ristretto_0.10.0.bb} | 12 +++---
 ...nal_0.8.7.4.bb => xfce4-terminal_0.8.8.bb} |  4 +-
 .../{parole_1.0.2.bb => parole_1.0.4.bb}      | 11 ++---
 .../xfmpc/{xfmpc_0.2.3.bb => xfmpc_0.3.0.bb}  |  8 ++--
 ....0.5.bb => xfce4-cpugraph-plugin_1.1.0.bb} |  6 +--
 ....7.1.bb => xfce4-datetime-plugin_0.8.0.bb} |  6 +--
 ..._1.8.0.bb => xfce4-places-plugin_1.8.1.bb} |  6 +--
 ....1.bb => xfce4-pulseaudio-plugin_0.4.2.bb} |  4 +-
 ...2.bb => xfce4-whiskermenu-plugin_2.3.3.bb} |  4 +-
 13 files changed, 41 insertions(+), 87 deletions(-)
 rename meta-gnome/recipes-gnome/gtksourceview/{gtksourceview3_3.24.10.bb => gtksourceview3_3.24.11.bb} (75%)
 rename meta-xfce/recipes-apps/catfish/{catfish_1.4.7.bb => catfish_1.4.9.bb} (72%)
 rename meta-xfce/recipes-apps/mousepad/{mousepad_0.4.1.bb => mousepad_0.4.2.bb} (24%)
 delete mode 100644 meta-xfce/recipes-apps/ristretto/files/0001-Fix-build-after-update-of-xfconf.patch
 rename meta-xfce/recipes-apps/ristretto/{ristretto_0.8.4.bb => ristretto_0.10.0.bb} (33%)
 rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.7.4.bb => xfce4-terminal_0.8.8.bb} (70%)
 rename meta-xfce/recipes-multimedia/parole/{parole_1.0.2.bb => parole_1.0.4.bb} (72%)
 rename meta-xfce/recipes-multimedia/xfmpc/{xfmpc_0.2.3.bb => xfmpc_0.3.0.bb} (55%)
 rename meta-xfce/recipes-panel-plugins/cpugraph/{xfce4-cpugraph-plugin_1.0.5.bb => xfce4-cpugraph-plugin_1.1.0.bb} (46%)
 rename meta-xfce/recipes-panel-plugins/datetime/{xfce4-datetime-plugin_0.7.1.bb => xfce4-datetime-plugin_0.8.0.bb} (47%)
 rename meta-xfce/recipes-panel-plugins/places/{xfce4-places-plugin_1.8.0.bb => xfce4-places-plugin_1.8.1.bb} (64%)
 rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.4.1.bb => xfce4-pulseaudio-plugin_0.4.2.bb} (74%)
 rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.3.2.bb => xfce4-whiskermenu-plugin_2.3.3.bb} (66%)

-- 
2.21.0



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

end of thread, other threads:[~2019-08-16 15:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 21:55 [PATCH 00/13] meta-xfce: non-core updates Andreas Müller
2019-08-15 21:55 ` [PATCH 01/13] xfce4-whiskermenu-plugin: upgrade 2.3.2 -> 2.3.3 Andreas Müller
2019-08-15 21:55 ` [PATCH 02/13] xfmpc: upgrade 0.2.3 -> 0.3.0 Andreas Müller
2019-08-15 21:55 ` [PATCH 03/13] xfce4-cpugraph-plugin: upgrade 1.0.5 -> 1.1.0 Andreas Müller
2019-08-15 21:55 ` [PATCH 04/13] xfce4-terminal: upgrase 0.8.7.4 -> 0.8.8 Andreas Müller
2019-08-15 21:55 ` [PATCH 05/13] gtksourceview3: upgrade 3.24.10 -> 3.24.11 Andreas Müller
2019-08-15 21:55 ` [PATCH 06/13] mousepad: move to gtk3 Andreas Müller
2019-08-15 21:55 ` [PATCH 07/13] mousepad: upgrade 0.4.1 -> 0.4.2 Andreas Müller
2019-08-15 21:56 ` [PATCH 08/13] ristretto: upgrade 0.8.4 -> 0.10.0 Andreas Müller
2019-08-15 21:56 ` [PATCH 09/13] catfish: upgrade 1.4.7 -> 1.4.8 Andreas Müller
2019-08-15 21:56 ` [PATCH 10/13] parole: upgrade 1.0.2 -> 1.0.4 Andreas Müller
2019-08-16  6:06   ` Kang Kai
2019-08-16 15:01     ` Khem Raj
2019-08-16  6:12   ` Adrian Bunk
2019-08-15 21:56 ` [PATCH 11/13] xfce4-datetime-plugin: upgrade 0.7.1 -> 0.8.0 Andreas Müller
2019-08-15 21:56 ` [PATCH 12/13] xfce4-places-plugin: 1.8.0 -> 1.8.1 Andreas Müller
2019-08-15 21:56 ` [PATCH 13/13] xfce4-pulseaudio-plugin: upgrade 0.4.1 -> 0.4.2 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.