qemu-config: Update to use system-shutdown icon

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3672 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-02-06 11:56:38 +00:00
parent 3f4d5483c7
commit 1d4973ef08
4 changed files with 3 additions and 7 deletions

View File

@ -1,13 +1,12 @@
DESCRIPTION = "Adds scripts to use distcc on the host system under qemu"
LICENSE = "GPL"
RDEPENDS = "distcc task-poky-nfs-server fakeroot oprofileui-server rsync bash"
PR = "r12"
PR = "r14"
SRC_URI = "file://distcc.sh \
file://anjuta-remote-run \
file://exports \
file://shutdown.desktop \
file://shutdown.png \
file://poky-chroot-init \
file://poky-chroot-launch \
file://qemu-autostart"
@ -31,9 +30,6 @@ do_install() {
install -d ${D}${datadir}/applications
install -m 0644 shutdown.desktop ${D}${datadir}/applications/
install -d ${D}${datadir}/pixmaps
install -m 0644 shutdown.png ${D}${datadir}/pixmaps/
install -d ${D}/etc/init.d
install qemu-autostart ${D}/etc/init.d/
}

View File

@ -4,7 +4,7 @@ Type=Application
Name=Shutdown
Comment=Close down the machine safely
Exec=reboot
Icon=shutdown.png
Icon=system-shutdown
Terminal=false
Categories=Utility;
StartupNotify=true

View File

@ -4,7 +4,7 @@ Type=Application
Name=Shutdown
Comment=Close down the machine safely
Exec=halt
Icon=shutdown.png
Icon=system-shutdown
Terminal=false
Categories=Utility;
StartupNotify=true

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB