gnome-system-monitor: add 2.28.0
authorSteve Sakoman <steve@sakoman.com>
Wed, 14 Oct 2009 04:21:19 +0000 (21:21 -0700)
committerKoen Kooi <koen@openembedded.org>
Wed, 14 Oct 2009 12:09:49 +0000 (14:09 +0200)
conf/checksums.ini
recipes/gnome/gnome-system-monitor_2.28.0.bb [new file with mode: 0644]

index 3a05915..911db29 100644 (file)
@@ -9018,6 +9018,10 @@ sha256=4fbd2eccb335fa92487b3307bd83c4f468342f1787856377abbb6ad862271451
 md5=edd7f02e30683054b94a89aa62c74d1e
 sha256=cf2f96f3c91749fdcec39d3eb89273f6d3a47cc7bc0c5faa0915808409c9d563
 
+[http://ftp.gnome.org/pub/GNOME/sources/gnome-system-monitor/2.28/gnome-system-monitor-2.28.0.tar.bz2]
+md5=341c8fda9b518729e04465705da62994
+sha256=638875c6041cd2b0ad7219fecd8fe86eb9d4c8b0662166a84d7659bd6a9db1d3
+
 [http://ftp.gnome.org/pub/GNOME/sources/gnome-system-tools/2.27/gnome-system-tools-2.27.1.tar.bz2]
 md5=1c44b84966fda9eb7a09bfdd27d191dd
 sha256=6ae2d4c7f649fe17fdae4d5e4c6a08437d708ab17b28cef8a088a9f1b57b4e70
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 (file)
index 0000000..c4eeaaa
--- /dev/null
@@ -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 "
+