2020-11-04 12:43:14 -05:00
|
|
|
SUMMARY = "Gnome system monitor"
|
2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "GPL-2.0-only"
|
2020-11-04 12:43:14 -05:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
gnome-common-native \
|
|
|
|
libxml2-native \
|
|
|
|
glib-2.0-native \
|
|
|
|
gtkmm3 \
|
|
|
|
libgtop \
|
|
|
|
librsvg \
|
|
|
|
polkit \
|
2022-05-29 14:18:27 -04:00
|
|
|
libhandy \
|
2020-11-04 12:43:14 -05:00
|
|
|
"
|
|
|
|
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
inherit gnomebase gsettings gnome-help itstool gtk-icon-cache features_check gettext
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit"
|
2020-11-04 12:43:14 -05:00
|
|
|
|
2021-05-05 08:45:55 -04:00
|
|
|
def gnome_verdir(v):
|
|
|
|
return oe.utils.trim_version(v, 1)
|
|
|
|
|
2022-05-29 14:18:27 -04:00
|
|
|
SRC_URI[archive.sha256sum] = "13239d22032201a22bd29833c575b684816700d2de168a1530223577c5c075dc"
|
2020-11-04 12:43:14 -05:00
|
|
|
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
|
|
|
PACKAGECONFIG[systemd] = "-Dsystemd=true, -Dsystemd=false, systemd"
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
RRECOMMENDS:${PN} = "adwaita-icon-theme"
|
2020-11-04 12:43:14 -05:00
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
FILES:${PN} += " \
|
2020-11-04 12:43:14 -05:00
|
|
|
${datadir}/dbus-1 \
|
|
|
|
${datadir}/metainfo \
|
|
|
|
"
|