aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support/packagegroups/packagegroup-gnome-apps.bb
blob: 2d2d6b599e058c4feea203b4a37635df2ab45da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "GNOME applications"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

inherit packagegroup features_check

REQUIRED_DISTRO_FEATURES = "x11"

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