summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
new file mode 100644
index 000000000..ce4b64e97
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
@@ -0,0 +1,28 @@
1SUMMARY = "Gnome system monitor"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4SECTION = "x11/gnome"
5PR = "r2"
6
7DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils gnome-icon-theme libwnck gtk+ dbus-glib librsvg intltool-native"
8
9inherit gnome
10SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167"
11SRC_URI[archive.sha256sum] = "b628edfd39e3a6b374ce133f367d3568475eb4e981a367f4f9d62a9784e5ae59"
12SRC_URI += " \
13 file://0001-Fix-glib-includes.patch \
14 file://0002-src-procman.cpp-include-main-gtkmm.h.patch \
15"
16
17do_configure_prepend() {
18 sed -i -e s:help::g ${S}/Makefile.am
19}
20
21FILES_${PN} += "${datadir}/icons \
22 ${datadir}/dbus-1 \
23 ${datadir}/gnome/autostart \
24"
25
26FILES_${PN}-doc += "${datadir}/omf \
27 ${datadir}/gnome/help "
28