blob: 8930e1222a97f233a73152fa8474410763303483 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "Gnome system monitor"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4
5DEPENDS = " \
6 itstool-native \
7 gnome-common-native \
8 libxml2-native \
9 glib-2.0-native \
10 gtkmm3 \
11 libgtop \
12 librsvg \
Brad Bishop26bdd442019-08-16 17:08:17 -040013 polkit \
Brad Bishop19323692019-04-05 15:28:33 -040014"
15
16GNOMEBASEBUILDCLASS = "meson"
17
Brad Bishop26bdd442019-08-16 17:08:17 -040018inherit gnomebase gconf gtk-icon-cache distro_features_check gettext
Brad Bishop19323692019-04-05 15:28:33 -040019
Brad Bishop26bdd442019-08-16 17:08:17 -040020REQUIRED_DISTRO_FEATURES = "x11 polkit"
Brad Bishop19323692019-04-05 15:28:33 -040021
22SRC_URI[archive.md5sum] = "6c2c5c5bf8f15d3e6985faacbd3055dd"
23SRC_URI[archive.sha256sum] = "af00c4a42dd1db17d9abe88edb11c7751b20982db1a8a2a467bab206fd8a77e3"
24SRC_URI += "file://0001-Do-not-build-help-we-do-not-have-yelp-yet.patch"
25
26PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
27PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
28
29RRECOMMENDS_${PN} = "adwaita-icon-theme"
30
31FILES_${PN} += " \
32 ${datadir}/dbus-1 \
33 ${datadir}/metainfo \
34"