diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb new file mode 100644 index 0000000000..61af92b5de --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb | |||
@@ -0,0 +1,32 @@ | |||
1 | SUMMARY = "Gnome system monitor" | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
4 | |||
5 | DEPENDS = " \ | ||
6 | intltool-native \ | ||
7 | gnome-common-native \ | ||
8 | glib-2.0-native \ | ||
9 | gtkmm3 \ | ||
10 | libgtop \ | ||
11 | librsvg \ | ||
12 | libwnck3 \ | ||
13 | " | ||
14 | |||
15 | inherit gnomebase | ||
16 | |||
17 | SRC_URI[archive.md5sum] = "fcd59867c07f8c4853b1e28d60cbc037" | ||
18 | SRC_URI[archive.sha256sum] = "f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3" | ||
19 | SRC_URI += "file://0001-help-remove-YELP-macro.patch" | ||
20 | |||
21 | RRECOMMENDS_${PN} = "adwaita-icon-theme" | ||
22 | |||
23 | FILES_${PN} += " \ | ||
24 | ${datadir}/icons \ | ||
25 | ${datadir}/dbus-1 \ | ||
26 | ${datadir}/gnome/autostart \ | ||
27 | " | ||
28 | |||
29 | FILES_${PN}-doc += " \ | ||
30 | ${datadir}/omf \ | ||
31 | ${datadir}/gnome/help \ | ||
32 | " | ||