blob: 36635325273b29e71572552b83a32669445c7c00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
DESCRIPTION = "Tasks for Enlightenment/X11"
PR = "r10"
inherit task
PACKAGES = "task-e-x11-core task-e-x11"
PROVIDES = "task-e-x11-core task-e-x11"
PREFERRED_PROVIDER_virtual/imlib2 = "imlib-x11"
#
# X
#
RDEPENDS_task-e-x11-core = "rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \
ttf-bitstream-vera gpe-bootsplash-theme-e"
#
# E-core
#
RDEPENDS_task-e-x11-core += "entrance e-wm"
RDEPENDS_task-e-x11 = "task-e-x11-core"
# entice eclair examine evidence e-modules e-utils elitaire"
|