diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-05-28 11:59:02 +0200 |
---|---|---|
committer | Andreas Müller <schnitzeltony@googlemail.com> | 2012-06-08 14:28:45 +0200 |
commit | edab9a6614eb6f7eb70f85dd3bd467aa0b5bfe5b (patch) | |
tree | ff4525fcff6b15ea3d2d74b6651e7f6ec60f6c52 | |
parent | 3e054534a81adb91d729b0ca59f5553827a9a166 (diff) |
task-xfce-extended: add panel plugins / applications
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb index 2dbd9f0..3c9fced 100644 --- a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb @@ -3,7 +3,7 @@ SECTION = "x11/wm" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -PR = "r1" +PR = "r2" inherit task @@ -33,8 +33,17 @@ RRECOMMENDS_${PN} = " \ xfce4-diskperf-plugin \ xfce4-netload-plugin \ xfce4-genmon-plugin \ + xfce4-xkb-plugin \ + xfce4-wavelan-plugin \ + xfce4-places-plugin \ + xfce4-systemload-plugin \ + xfce4-time-out-plugin \ + xfce4-embed-plugin \ + xfce4-weather-plugin \ \ xfce4-appfinder \ xfce4-screenshooter \ + xfce4-power-manager \ + xfce4-mixer \ ristretto \ " |