aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meta/meta-maemo.bb
blob: 94197d07cf89e42012270a1f32c6dace28b8f3e1 (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
PACKAGES    = "maemo-task-base maemo-task-apps maemo-task-libs-install maemo-task-theme"
DESCRIPTION = "Meta-package for maemo environment"
PR          = "r8"

ALLOW_EMPTY = "1"

maemo-base-depends = "\
    diet-x11 \
    virtual/xserver \
    xpext \
    xsp"

RDEPENDS_maemo-base-depends := "${maemo-base-depends}"
DEPENDS += " ${maemo-base-depends}"

maemo-task-libs-install = "\
                           libsqlite \
                           hildon-lgpl \
                           libhildonbase \
                           libhildonwidgets \
                           hildon-fm"

RDEPENDS_maemo-task-libs-install := "${maemo-task-libs-install}"


maemo-task-base = "\
    bluez-utils-dbus \
    matchbox \
    shared-mime-info \
    rxvt-unicode \
    xst \
    xhost \
    xrdb \
    libgtkstylus \
    outo \
    hildon-initscripts \
    libosso \
    osso-af-utils \
    osso-af-startup \
    osso-core-config \
    osso-gnome-vfs2 \
    osso-thumbnail \
    xauth \
    esd"

RDEPENDS_maemo-task-base := "gdk-pixbuf-loader-png \
			   gdk-pixbuf-loader-xpm \
			   gdk-pixbuf-loader-jpeg \
			   pango-module-basic-x \
			   pango-module-basic-fc \
			   ${maemo-task-base}"

DEPENDS += " ${maemo-task-base}"


maemo-task-theme = "\
    xcursor-transparent-theme \
    sdk-default-theme \
    sdk-default-theme-config \
    sdk-default-icons \
    sapwood \
    ttf-bitstream-vera \
    sapwood \
    osso-sounds"

RDEPENDS_maemo-task-theme := "${maemo-task-theme}"

DEPENDS += " ${maemo-task-theme}"



maemo-task-apps = "\
    osso-gwobex \
    osso-gwconnect \
    osso-bttools \
    hildon-status-bar \
    hildon-home \
    hildon-navigator \
    hildon-control-panel \
    osso-application-installer \
    osso-app-killer \
    osso-screenshot-tool \
    gpe-todo-hildon \
    gpe-contacts-hildon \
    gpe-mini-browser-hildon"

RDEPENDS_maemo-task-apps := "${maemo-task-apps}"
DEPENDS += " ${maemo-task-apps}"

LICENSE = "MIT"