blob: 652a268fe714a2e958bf0e4d6b1ee4e8c2ed8873 (
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
PACKAGES = gpe gpe-task-base gpe-task-utils gpe-task-pim
DESCRIPTION = "Meta-package for GPE Palmtop Environment"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
PR = "r5"
ALLOW_EMPTY = 1
RDEPENDS_gpe = "gpe-task-base gpe-task-utils gpe-task-pim"
gpe-base = "\
gpe-dm \
gpe-login \
gpe-session-scripts \
matchbox \
rxvt-unicode \
gpe-icons \
gpe-confd \
gpe-autostarter \
gpe-bootsplash \
gtk2-theme-angelistic \
xst"
RDEPENDS_gpe-task-base := "${gpe-base} libfontconfig-utils"
DEPENDS += " ${gpe-base}"
gpe-task-pim = "\
gpe-timesheet \
gpe-todo \
gpe-calendar \
gpe-sketchbook \
gpe-contacts \
gpe-today"
RDEPENDS_gpe-task-pim := "${gpe-task-pim}"
DEPENDS += " ${gpe-task-pim}"
gpe-task-utils = "\
gpe-bluetooth \
gpe-edit \
gpe-su \
gpe-conf \
gpe-wlancfg \
gpe-gallery \
minilite \
gpe-taskmanager \
gpe-clock \
gpe-appmgr \
gpe-terminal \
gpe-shield"
RDEPENDS_gpe-task-utils := "${gpe-task-utils}"
DEPENDS += " ${gpe-task-utils}"
# gpe-collateral-gtk2 \
# gdk-pixbuf2-loader-jpeg \
# \
# gpe-bootsplash2 \
# \
# keylaunch \
# esd \
# detect-stylus \
# gpe-soundserver \
# gpe-mimedir-tools \
# teleport \
# gpe-keylock \
# \
# xmonobut \
# minilite \
# minibat \
# minipredict \
# matchbox-panel-hacks \
# mbinputmgr \
# \
# xstroke \
# rosetta \
# xkbd \
# mbmerlin \
# \
# startup-monitor \
# \
# xtscal \
# gpe-su2 \
# gpe-conf \
# gpe-confd \
# xst \
# \
# gpe-what \
# gpe-question2 \
# gpe-announce2 \
# \
# gpe-wlancfg \
# gpe-aerial \
# hotplug-dbus \
# gpe-autostarter \
# nsqld
|