From: Mika Laitio Date: Mon, 27 Mar 2006 20:27:18 +0000 (+0000) Subject: gomunicator: Create gomunicator icon to desktop by installing the gomunicator.desktop. X-Git-Tag: Release-2010-05/1~9453^2~2113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c722af15628e53d2c7d929d9c6037f96215251;p=openembedded.git gomunicator: Create gomunicator icon to desktop by installing the gomunicator.desktop. --- diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index d45d467d45..d6d4ac6218 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -7,8 +7,12 @@ DEPENDS = "libgpewidget gtk+ glib-2.0" #Remove the dash below when 0.1.3 changes in PV PV = "0.1.3+cvs-${SRCDATE}" - inherit autotools pkgconfig SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" S = "${WORKDIR}/${PN}" + +do_install_append() { + install -d ${D}${datadir}/applications + install -m 0644 gomunicator.desktop ${D}${datadir}/applications/ +}