aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-system-monitor_2.28.0.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-10-13 21:21:19 -0700
committerKoen Kooi <koen@openembedded.org>2009-10-14 14:09:49 +0200
commitb374a1085d128b5a89b6ac599c6faaa28f655eee (patch)
tree6b906a769cc39d31d7b2c4f632b9b07d16d20a63 /recipes/gnome/gnome-system-monitor_2.28.0.bb
parentd6c0a8bf7620cb0c8df56baae576df9c14ae66a6 (diff)
downloadopenembedded-b374a1085d128b5a89b6ac599c6faaa28f655eee.tar.gz
gnome-system-monitor: add 2.28.0
Diffstat (limited to 'recipes/gnome/gnome-system-monitor_2.28.0.bb')
-rw-r--r--recipes/gnome/gnome-system-monitor_2.28.0.bb25
1 files changed, 25 insertions, 0 deletions
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 "
+