From b374a1085d128b5a89b6ac599c6faaa28f655eee Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Tue, 13 Oct 2009 21:21:19 -0700 Subject: gnome-system-monitor: add 2.28.0 --- recipes/gnome/gnome-system-monitor_2.28.0.bb | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 recipes/gnome/gnome-system-monitor_2.28.0.bb (limited to 'recipes/gnome/gnome-system-monitor_2.28.0.bb') diff --git a/recipes/gnome/gnome-system-monitor_2.28.0.bb b/recipes/gnome/gnome-system-monitor_2.28.0.bb new file mode 100644 index 0000000000..c4eeaaa42d --- /dev/null +++ b/recipes/gnome/gnome-system-monitor_2.28.0.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Gnome system monitor" +LICENSE = "GPL" +SECTION = "x11/gnome" +DEPENDS = "libgtop gtkmm glibmm libnotify libgnomeui gnome-panel gnome-doc-utils libwnck gtk+ gnome-keyring libglade hal dbus-glib " + +inherit gnome + +do_configure_prepend() { + sed -i -e s:help::g ${S}/Makefile.am +} + +PACKAGES =+ "${PN}-applets" + +FILES_${PN}-applets = "${bindir}/*applet* \ + ${libdir}/bonobo/servers \ + ${datadir}/gnome-2.0/ui" + +FILES_${PN} += "${datadir}/icons \ + ${datadir}/dbus-1 \ + ${datadir}/gnome/autostart \ + " + +FILE_{PN}-doc += "${datadir}/omf \ + ${datadir}/gnome/help " + -- cgit 1.2.3-korg