diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | 23 |
1 files changed, 23 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 0000000000..72ad32bb1c --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | DESCRIPTION = "Gnome system monitor" | ||
| 2 | LICENSE = "GPLv2" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
| 4 | SECTION = "x11/gnome" | ||
| 5 | |||
| 6 | DEPENDS = "libgtop gtkmm glibmm gnome-doc-utils libwnck gtk+ dbus-glib librsvg" | ||
| 7 | |||
| 8 | inherit gnome | ||
| 9 | SRC_URI[archive.md5sum] = "3f0bca9b0ebc7a365466851cd580d167" | ||
| 10 | SRC_URI[archive.sha256sum] = "b628edfd39e3a6b374ce133f367d3568475eb4e981a367f4f9d62a9784e5ae59" | ||
| 11 | |||
| 12 | do_configure_prepend() { | ||
| 13 | sed -i -e s:help::g ${S}/Makefile.am | ||
| 14 | } | ||
| 15 | |||
| 16 | FILES_${PN} += "${datadir}/icons \ | ||
| 17 | ${datadir}/dbus-1 \ | ||
| 18 | ${datadir}/gnome/autostart \ | ||
| 19 | " | ||
| 20 | |||
| 21 | FILES_${PN}-doc += "${datadir}/omf \ | ||
| 22 | ${datadir}/gnome/help " | ||
| 23 | |||
