blob: 03778b20f7e2e99d8969338ba7edff5e8bec2ac7 (
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
|
PACKAGES = gpe gpe-task-base gpe-task-utils
DESCRIPTION = "Meta-package for GPE Palmtop Environment"
DEPENDS = "gpe-bluetooth gpe-login gpe-dm gpe-session-scripts gpe-edit gpe-todo rxvt matchbox gpe-icons"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
ALLOW_EMPTY = 1
RDEPENDS_gpe = "gpe-task-base gpe-task-utils"
RDEPENDS_gpe-task-base = "\
gpe-dm \
gpe-login \
gpe-session-scripts \
matchbox \
rxvt \
gpe-icons"
RDEPENDS_gpe-task-utils = "gpe-edit"
# gpe-collateral-gtk2 \
# gdk-pixbuf2-loader-jpeg \
# \
# gpe-bootsplash2 \
# gpe-terminal \
# \
# 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
|