aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-system-monitor_2.24.0.bb
blob: 0e27be5ffe0d60d3ec343b2143a72bd0f981a52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
LICENSE = "GPLv2"
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 "