All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce 00/15] bugfix, new panel plugins ans xfce4-mixer
@ 2012-06-02 12:15 Andreas Müller
  2012-06-02 12:15 ` [meta-xfce 01/15] xfce4-session: add consolekit to RDEPENDS Andreas Müller
                   ` (15 more replies)
  0 siblings, 16 replies; 19+ messages in thread
From: Andreas Müller @ 2012-06-02 12:15 UTC (permalink / raw)
  To: openembedded-devel

All have been run tested on angstrom/overo

Andreas Müller (15):
  xfce4-session: add consolekit to RDEPENDS
  xfce4-xkb-plugin 0.5.4.3 inital add
  xfce4-wavelan-plugin: initial add 0.5.10
  xfce4-places-plugin: initial add 1.3.0
  xfce4-datetime-plugin: update to latest git and unbreak build with
    xfce4-dev-tools 4.10.0
  xfce4-diskperf-plugin: update to 2.5.3
  xfce4-cpugraph-plugin: update to 1.0.2
  xfce4-clipman-plugin: update to 1.2.3
  xfce4-genmon-plugin: update to 3.4.0
  xfce4-systemload-plugin: initial add 1.1.0
  xfce4-time-out-plugin: initial add 1.0.1
  xfce4-embed-plugin: initial add 1.0.0
  xfce4-weather-plugin: Make it work for a while by using different
    license info
  xfce4-mixer: initial add 4.8.0
  task-xfce-extended: add panel plugins / applications

 .../recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb  |   14 ++
 ...ugin_1.2.2.bb => xfce4-clipman-plugin_1.2.3.bb} |    4 +-
 .../cpugraph/files/port-to-libxfce4ui.patch        |  102 -------------
 ...gin_1.0.1.bb => xfce4-cpugraph-plugin_1.0.2.bb} |    6 +-
 ...xfce4ui.patch => 0001-port-to-libxfce4ui.patch} |    1 +
 ...re.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch |   32 ++++
 .../datetime/xfce4-datetime-plugin_git.bb          |    5 +-
 .../diskperf/files/port-to-libxfce4ui.patch        |  142 ------------------
 ...gin_2.3.0.bb => xfce4-diskperf-plugin_2.5.3.bb} |    6 +-
 .../embed/xfce4-embed-plugin_1.0.0.bb              |   12 ++
 .../genmon/files/port-to-libxfce4ui.patch          |  150 --------------------
 ...lugin_3.3.1.bb => xfce4-genmon-plugin_3.4.0.bb} |    6 +-
 .../places/xfce4-places-plugin_1.3.0.bb            |    9 ++
 .../systemload/xfce4-systemload-plugin_1.1.0.bb    |   11 ++
 .../time-out/xfce4-time-out-plugin_1.0.1.bb        |   10 ++
 .../wavelan/xfce4-wavelan-plugin_0.5.10.bb         |    9 ++
 .../weather/xfce4-weather-plugin_0.7.4.bb          |   11 ++
 .../xkb/xfce4-xkb-plugin_0.5.4.3.bb                |   14 ++
 meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb |   11 ++-
 .../xfce4-session/xfce4-session_4.8.3.bb           |    3 +-
 20 files changed, 147 insertions(+), 411 deletions(-)
 create mode 100644 meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb
 rename meta-xfce/recipes-panel-plugins/clipman/{xfce4-clipman-plugin_1.2.2.bb => xfce4-clipman-plugin_1.2.3.bb} (69%)
 delete mode 100644 meta-xfce/recipes-panel-plugins/cpugraph/files/port-to-libxfce4ui.patch
 rename meta-xfce/recipes-panel-plugins/cpugraph/{xfce4-cpugraph-plugin_1.0.1.bb => xfce4-cpugraph-plugin_1.0.2.bb} (55%)
 rename meta-xfce/recipes-panel-plugins/datetime/files/{port-to-libxfce4ui.patch => 0001-port-to-libxfce4ui.patch} (99%)
 create mode 100644 meta-xfce/recipes-panel-plugins/datetime/files/0002-configure.ac.in-remove-breaking-BM_DEBUG_SUPPORT.patch
 delete mode 100644 meta-xfce/recipes-panel-plugins/diskperf/files/port-to-libxfce4ui.patch
 rename meta-xfce/recipes-panel-plugins/diskperf/{xfce4-diskperf-plugin_2.3.0.bb => xfce4-diskperf-plugin_2.5.3.bb} (55%)
 create mode 100644 meta-xfce/recipes-panel-plugins/embed/xfce4-embed-plugin_1.0.0.bb
 delete mode 100644 meta-xfce/recipes-panel-plugins/genmon/files/port-to-libxfce4ui.patch
 rename meta-xfce/recipes-panel-plugins/genmon/{xfce4-genmon-plugin_3.3.1.bb => xfce4-genmon-plugin_3.4.0.bb} (65%)
 create mode 100644 meta-xfce/recipes-panel-plugins/places/xfce4-places-plugin_1.3.0.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/systemload/xfce4-systemload-plugin_1.1.0.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/time-out/xfce4-time-out-plugin_1.0.1.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/wavelan/xfce4-wavelan-plugin_0.5.10.bb
 create mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb

-- 
1.7.4.4




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

end of thread, other threads:[~2012-06-08 12:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-02 12:15 [meta-xfce 00/15] bugfix, new panel plugins ans xfce4-mixer Andreas Müller
2012-06-02 12:15 ` [meta-xfce 01/15] xfce4-session: add consolekit to RDEPENDS Andreas Müller
2012-06-02 12:15 ` [meta-xfce 02/15] xfce4-xkb-plugin 0.5.4.3 inital add Andreas Müller
2012-06-02 12:15 ` [meta-xfce 03/15] xfce4-wavelan-plugin: initial add 0.5.10 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 04/15] xfce4-places-plugin: initial add 1.3.0 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 05/15] xfce4-datetime-plugin: update to latest git and unbreak build with xfce4-dev-tools 4.10.0 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 06/15] xfce4-diskperf-plugin: update to 2.5.3 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 07/15] xfce4-cpugraph-plugin: update to 1.0.2 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 08/15] xfce4-clipman-plugin: update to 1.2.3 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 09/15] xfce4-genmon-plugin: update to 3.4.0 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 10/15] xfce4-systemload-plugin: initial add 1.1.0 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 11/15] xfce4-time-out-plugin: initial add 1.0.1 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 12/15] xfce4-embed-plugin: initial add 1.0.0 Andreas Müller
2012-06-02 12:15 ` [meta-xfce 13/15] xfce4-weather-plugin: Make it work for a while by using different license info Andreas Müller
2012-06-02 12:16 ` [meta-xfce 14/15] xfce4-mixer: initial add 4.8.0 Andreas Müller
2012-06-02 12:16 ` [meta-xfce 15/15] task-xfce-extended: add panel plugins / applications Andreas Müller
2012-06-07  9:51 ` [meta-xfce 00/15] bugfix, new panel plugins ans xfce4-mixer Andreas Müller
2012-06-08  8:21   ` Koen Kooi
2012-06-08 12:32     ` 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.