blob: d4fbaecd3727903fd051d7c32da04011b49f8688 (
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
|
DESCRIPTION = "Base task package for GPE Palmtop Environment"
PR = "r7"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
RDEPENDS = "\
gpe-bootsplash \
bluez-utils-dbus \
matchbox \
xcursor-transparent-theme \
rxvt-unicode \
gtk2-theme-angelistic \
matchbox-themes-gtk \
xst \
xhost \
xrdb \
gpe-soundserver \
gpe-dm \
gpe-login \
gpe-session-scripts \
gpe-icons \
gpe-confd \
gpe-autostarter \
startup-monitor \
libgtkstylus \
suspend-desktop \
teleport \
xauth \
gdk-pixbuf-loader-png \
gdk-pixbuf-loader-xpm \
gdk-pixbuf-loader-jpeg \
pango-module-basic-x \
pango-module-basic-fc \
ttf-bitstream-vera"
|