blob: 3f735e072b2b3184f9b1f1cef83dd284190bdf14 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#
2# Copyright (C) 2007-2008 OpenedHand Ltd.
3#
4
5SUMMARY = "Sato desktop"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06006DESCRIPTION = "Packagegroups provide a convenient mechanism of bundling a collection of packages."
7HOMEPAGE = "https://www.yoctoproject.org/"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05008
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
Brad Bishop6dbb3162019-11-25 09:41:34 -050011inherit packagegroup features_check
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012REQUIRED_DISTRO_FEATURES = "x11"
13
14PACKAGES = "${PN} ${PN}-base ${PN}-apps ${PN}-games"
15
Patrick Williams213cb262021-08-07 19:21:33 -050016RDEPENDS:${PN} = "\
Patrick Williamsc124f4f2015-09-15 14:41:29 -050017 ${PN}-base \
18 ${PN}-apps \
19 ${PN}-games \
20 "
21
22NETWORK_MANAGER ?= "connman-gnome"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050023
Patrick Williams213cb262021-08-07 19:21:33 -050024SUMMARY:${PN}-base = "Sato desktop - base packages"
25RDEPENDS:${PN}-base = "\
Patrick Williamsc124f4f2015-09-15 14:41:29 -050026 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 \
Andrew Geissler615f2f12022-07-15 14:00:58 -050033 sato-icon-theme \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050034 settings-daemon \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050035 shutdown-desktop \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050036 ${NETWORK_MANAGER} \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080037 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '', 'udev-extraconf', d)} \
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050038 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio-server pulseaudio-client-conf-sato pulseaudio-misc', '', d)} \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050039 "
40
Patrick Williamsc124f4f2015-09-15 14:41:29 -050041FILEMANAGER ?= "pcmanfm"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050042
43WEB ?= ""
44#WEB = "epiphany"
45
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080046GSTEXAMPLES ?= "gst-examples"
Patrick Williams213cb262021-08-07 19:21:33 -050047GSTEXAMPLES:riscv64 = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080048
Patrick Williams213cb262021-08-07 19:21:33 -050049SUMMARY:${PN}-apps = "Sato desktop - applications"
50RDEPENDS:${PN}-apps = "\
Patrick Williamsc0f7c042017-02-23 20:41:17 -060051 l3afpad \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050052 matchbox-terminal \
53 sato-screenshot \
54 ${FILEMANAGER} \
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080055 ${GSTEXAMPLES} \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050056 ${WEB} \
57 "
58
Patrick Williams213cb262021-08-07 19:21:33 -050059SUMMARY:${PN}-games = "Sato desktop - games"
60RDEPENDS:${PN}-games = "\
Patrick Williamsc0f7c042017-02-23 20:41:17 -060061 puzzles \
Patrick Williamsc124f4f2015-09-15 14:41:29 -050062 "