blob: ddd11201b1720d94f0f3570052b45fb68c3cd562 [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 = " \
Brad Bishop19323692019-04-05 15:28:33 -04006 gnome-common-native \
7 libxml2-native \
8 glib-2.0-native \
9 gtkmm3 \
10 libgtop \
11 librsvg \
Brad Bishop26bdd442019-08-16 17:08:17 -040012 polkit \
Brad Bishop19323692019-04-05 15:28:33 -040013"
14
15GNOMEBASEBUILDCLASS = "meson"
16
Brad Bishope42b3e32020-01-15 22:08:42 -050017inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext upstream-version-is-even
Brad Bishop19323692019-04-05 15:28:33 -040018
Brad Bishop26bdd442019-08-16 17:08:17 -040019REQUIRED_DISTRO_FEATURES = "x11 polkit"
Brad Bishop19323692019-04-05 15:28:33 -040020
Andrew Geissler89770b02020-06-13 10:40:47 -050021SRC_URI[archive.md5sum] = "b1443ab12c3b7bcca940d28754e5b948"
22SRC_URI[archive.sha256sum] = "866b47ab0f4c75b0ec57d6300337a7373463aaad5df95eddfe5354c22be7bca1"
Brad Bishop19323692019-04-05 15:28:33 -040023
24PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
25PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
26
27RRECOMMENDS_${PN} = "adwaita-icon-theme"
28
29FILES_${PN} += " \
30 ${datadir}/dbus-1 \
31 ${datadir}/metainfo \
32"