aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
blob: d47d847a59172923fb60c1485e1571505690a612 (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
SUMMARY = "GNOME applications"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

inherit packagegroup features_check

REQUIRED_DISTRO_FEATURES = "x11 polkit gobject-introspection-data"

RDEPENDS:${PN} = " \
    evolution-data-server \
    evince \
    file-roller \
    gedit \
    ghex \
    gnome-calculator \
    gnome-calendar \
    gnome-font-viewer \
    gnome-photos \
    gnome-terminal \
    gthumb \
    libwnck3 \
    nautilus \
    ${@bb.utils.contains('DISTRO_FEATURES', 'polkit', 'gnome-system-monitor gnome-disk-utility', '', d)} \
"