summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/packagegroups
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-sato/packagegroups
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-sato/packagegroups')
-rw-r--r--meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb63
1 files changed, 63 insertions, 0 deletions
diff --git a/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
new file mode 100644
index 0000000000..bc3e0fd260
--- /dev/null
+++ b/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb
@@ -0,0 +1,63 @@
1#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5SUMMARY = "Sato desktop"
6LICENSE = "MIT"
7PR = "r33"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11inherit packagegroup
12
13PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
14
15RDEPENDS_${PN} = "\
16 ${PN}-base \
17 ${PN}-apps \
18 ${PN}-games \
19 "
20
21NETWORK_MANAGER ?= "connman-gnome"
22NETWORK_MANAGER_libc-uclibc = ""
23
24SUMMARY_${PN}-base = "Sato desktop - base packages"
25RDEPENDS_${PN}-base = "\
26 matchbox-desktop \
27 matchbox-session-sato \
28 matchbox-keyboard \
29 matchbox-keyboard-applet \
30 matchbox-keyboard-im \
31 matchbox-config-gtk \
32 xcursor-transparent-theme \
33 sato-icon-theme \
34 settings-daemon \
35 gtk-sato-engine \
36 shutdown-desktop \
37 libsdl \
38 ${NETWORK_MANAGER} \
39 udev-extraconf \
40 "
41
42# pcmanfm doesn't work on mips
43FILEMANAGER ?= "pcmanfm"
44FILEMANAGER_mips ?= ""
45
46WEB ?= ""
47#WEB = "midori"
48
49SUMMARY_${PN}-apps = "Sato desktop - applications"
50RDEPENDS_${PN}-apps = "\
51 leafpad \
52 gaku \
53 x11vnc \
54 matchbox-terminal \
55 sato-screenshot \
56 ${FILEMANAGER} \
57 ${WEB} \
58 "
59
60SUMMARY_${PN}-games = "Sato desktop - games"
61RDEPENDS_${PN}-games = "\
62 oh-puzzles \
63 "