Brad Bishop | e42b3e3 | 2020-01-15 22:08:42 -0500 | [diff] [blame^] | 1 | SUMMARY = "GNOME flashback panel" |
| 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | |
| 5 | inherit gnomebase gsettings itstool gnome-help gtk-icon-cache gtk-doc gettext upstream-version-is-even features_check |
| 6 | |
| 7 | REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam" |
| 8 | |
| 9 | DEPENDS += " \ |
| 10 | yelp-tools-native \ |
| 11 | libwnck3 \ |
| 12 | polkit \ |
| 13 | dconf \ |
| 14 | libgweather \ |
| 15 | gnome-menus3 \ |
| 16 | gnome-desktop3 \ |
| 17 | gdm \ |
| 18 | " |
| 19 | |
| 20 | SRC_URI[archive.md5sum] = "cfd5d3fd548a2afdd8bd3bbdf9646bbd" |
| 21 | SRC_URI[archive.sha256sum] = "a6bc0255252eeb4b964bcbe55fd7908b69f914c062c5ec8dff5ac0262d29b90d" |
| 22 | SRC_URI += " \ |
| 23 | file://0001-Do-not-try-to-find-ZONEINFO-it-tries-to-run-compiled.patch \ |
| 24 | " |
| 25 | |
| 26 | PACKAGECONFIG[eds] = "--enable-eds,--disable-eds,evolution-data-server" |
| 27 | |
| 28 | RDEPENDS_${PN} += "gdm-base" |