blob: f30edee68d4c570f4150816eeb10d67f501f44ca [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
Brad Bishop93c3acf2019-10-29 09:48:15 -040021SRC_URI[archive.md5sum] = "37356a1b8c20939adc6f47f739d2e49a"
22SRC_URI[archive.sha256sum] = "48c131335091bd927862f40ef56400f997981df2acfc82abea662bf91a1ea4f1"
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"