summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb32
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb
new file mode 100644
index 000000000..a9cbf22d7
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.1.bb
@@ -0,0 +1,32 @@
1SUMMARY = "Gnome system monitor"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4
5DEPENDS = " \
6 gnome-common-native \
7 libxml2-native \
8 glib-2.0-native \
9 gtkmm3 \
10 libgtop \
11 librsvg \
12 polkit \
13"
14
15GNOMEBASEBUILDCLASS = "meson"
16
17inherit gnomebase gnome-help itstool gtk-icon-cache distro_features_check gettext upstream-version-is-even
18
19REQUIRED_DISTRO_FEATURES = "x11 polkit"
20
21SRC_URI[archive.md5sum] = "37356a1b8c20939adc6f47f739d2e49a"
22SRC_URI[archive.sha256sum] = "48c131335091bd927862f40ef56400f997981df2acfc82abea662bf91a1ea4f1"
23
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"