blob: 01f0619732b2bc679cddad99d6ff2c23f6d400b5 [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 \
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070013 libhandy \
Brad Bishop19323692019-04-05 15:28:33 -040014"
15
16GNOMEBASEBUILDCLASS = "meson"
17
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070018inherit gnomebase gsettings gnome-help itstool gtk-icon-cache 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
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070022def gnome_verdir(v):
23 return oe.utils.trim_version(v, 1)
24
25SRC_URI[archive.sha256sum] = "fdb30f4367907aab86d7c2bb76a7b773ba850b765c9666a39f42abfe22691d1a"
Brad Bishop19323692019-04-05 15:28:33 -040026
27PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
28PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
29
Patrick Williams213cb262021-08-07 19:21:33 -050030RRECOMMENDS:${PN} = "adwaita-icon-theme"
Brad Bishop19323692019-04-05 15:28:33 -040031
Patrick Williams213cb262021-08-07 19:21:33 -050032FILES:${PN} += " \
Brad Bishop19323692019-04-05 15:28:33 -040033 ${datadir}/dbus-1 \
34 ${datadir}/metainfo \
35"