From patchwork Mon Aug 1 21:02:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe, 19/19] task-xfce-base: Add initial recipe adding all recipes required for xfce desktop Date: Mon, 01 Aug 2011 21:02:57 -0000 From: =?utf-8?q?Andreas_M=C3=BCller_=3Cschnitzeltony=40gmx=2Ede=3E?= X-Patchwork-Id: 8991 Message-Id: <1312232577-7948-20-git-send-email-schnitzeltony@gmx.de> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andreas Mueller --- meta-xfce/recipes-xfce/tasks/task-xfce-base.bb | 35 ++++++++++++++++++++++++ 1 files changed, 35 insertions(+), 0 deletions(-) create mode 100644 meta-xfce/recipes-xfce/tasks/task-xfce-base.bb diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb new file mode 100644 index 0000000..8a87203 --- /dev/null +++ b/meta-xfce/recipes-xfce/tasks/task-xfce-base.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "All packages required for a base installation of XFCE" +SECTION = "x11/wm" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" +PR = "r0" + +inherit task + +RDEPENDS_${PN} = " \ + xfwm4 \ + xfwm4-theme-default \ + xfce4-session \ + xfconf \ + xfdesktop \ + xfce4-panel \ + \ + gtk-xfce-engine \ + \ + xfce-utils \ + xfce4-panel-plugin-actions \ + xfce4-panel-plugin-applicationsmenu \ + xfce4-panel-plugin-clock \ + xfce4-panel-plugin-directorymenu \ + xfce4-panel-plugin-launcher \ + xfce4-panel-plugin-pager \ + xfce4-panel-plugin-separator \ + xfce4-panel-plugin-showdesktop \ + xfce4-panel-plugin-systray \ + xfce4-panel-plugin-tasklist \ + xfce4-panel-plugin-windowmenu \ + xfce4-settings \ + xfce-terminal \ + thunar \ +# thunar-volman \ +"