diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-10-15 21:33:01 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2008-10-16 14:26:17 +0200 |
commit | 7cc414eef30f9c44e5aa02c7cd0694b87971a53b (patch) | |
tree | b44e6d0c512df8e9736c4473972784141fea9a1a /packages/tasks/task-x11-illume.bb | |
parent | 772e59441bb0a133b9412eb9deacf817a6eb1b8c (diff) |
add task-x11 and task-x11-illume
Diffstat (limited to 'packages/tasks/task-x11-illume.bb')
-rw-r--r-- | packages/tasks/task-x11-illume.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/tasks/task-x11-illume.bb b/packages/tasks/task-x11-illume.bb new file mode 100644 index 0000000000..a477c6e8c5 --- /dev/null +++ b/packages/tasks/task-x11-illume.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "The Illume Windowing Environment -- install this task to get the Enlightenment Window Manager + the Illume environment." +SECTION = "x11/wm" +LICENSE = "MIT" +PV = "1.0" +PR = "r0" + +# WORK IN PROGRESS + +inherit task + +# Default illume theme +ILLUME_THEME ?= "illume-theme-illume" + +RDEPENDS_${PN} = "\ + task-x11-server \ + task-x11-utils \ +# xserver-kdrive-splash-illume \ + \ + e-wm \ + illume \ + illume-config-illume \ + illume-dicts-english-us \ + illume-keyboards-default \ + illume-keyboards-numbers \ + illume-keyboards-terminal \ + ${ILLUME_THEME} \ +" |