blob: 0854cfd43a6723e3ccbc7b3133aa788e5b2fc6ec (
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
25
26
|
DESCRIPTION = "Tasks for Enlightenment/X11"
PACKAGES = "task-e-x11-core task-e-x11"
PROVIDES = "task-e-x11-core task-e-x11"
PR = "r8"
FEED_URIS += "x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
PREFERRED_PROVIDER_virtual/imlib2 = "imlib-x11"
ALLOW_EMPTY = 1
#
# X
#
RDEPENDS_task-e-x11-core = "rxvt-unicode xstroke xtscal xrandr xmodmap xdpyinfo \
ttf-bitstream-vera chkhinge 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"
#DEPENDS_task-e-x11 = "task-e-x11-core entice eclair examine evidence e-modules e-utils elitaire"
|