blob: a7fee556467b97b0d0649a98ea1201f2d1ad2068 (
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
|
#
# Copyright (C) 2007-2008 OpenedHand Ltd.
#
SUMMARY = "Sato desktop"
LICENSE = "MIT"
PR = "r33"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
# For backwards compatibility after rename
RPROVIDES_${PN} = "task-core-x11-sato"
RREPLACES_${PN} = "task-core-x11-sato"
RCONFLICTS_${PN} = "task-core-x11-sato"
RDEPENDS_${PN} = "\
${PN}-base \
${PN}-apps \
${PN}-games \
"
NETWORK_MANAGER ?= "connman-gnome"
NETWORK_MANAGER_libc-uclibc = ""
SUMMARY_${PN}-base = "Sato desktop - base packages"
RDEPENDS_${PN}-base = "\
matchbox-desktop \
matchbox-session-sato \
matchbox-keyboard \
matchbox-keyboard-applet \
matchbox-keyboard-im \
matchbox-config-gtk \
xcursor-transparent-theme \
sato-icon-theme \
settings-daemon \
gtk-sato-engine \
shutdown-desktop \
libsdl \
${NETWORK_MANAGER} \
udev-extraconf \
"
# pcmanfm doesn't work on mips
FILEMANAGER ?= "pcmanfm"
FILEMANAGER_mips ?= ""
WEB ?= ""
#WEB = "web-webkit"
SUMMARY_${PN}-apps = "Sato desktop - applications"
RDEPENDS_${PN}-apps = "\
leafpad \
gaku \
x11vnc \
matchbox-terminal \
sato-screenshot \
${FILEMANAGER} \
${WEB} \
"
SUMMARY_${PN}-games = "Sato desktop - games"
RDEPENDS_${PN}-games = "\
oh-puzzles \
"
|