From: Koen Kooi Date: Mon, 3 May 2010 15:44:23 +0000 (+0200) Subject: lxpanel: add 0.5.5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b90bc3e1bc9fbd2796de43e4eec6fbede5b4949;p=openembedded.git lxpanel: add 0.5.5 --- diff --git a/recipes/lxde/lxpanel_0.5.5.bb b/recipes/lxde/lxpanel_0.5.5.bb new file mode 100644 index 0000000000..e3747ae193 --- /dev/null +++ b/recipes/lxde/lxpanel_0.5.5.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "LXDE Panel" +SECTION = "x11" +DEPENDS = "menu-cache" + +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz" + +SRC_URI[md5sum] = "6162b7e8d912a41f9c075fe982370bfb" +SRC_URI[sha256sum] = "729c3dc52e343fe15dfde40475875c2b3670b3b37958c6c1e4c936242cdc2e9b" + +inherit autotools + +RDEPENDS_${PN} = "lxmenu-data menu-cache" +FILES_${PN}-dbg += "${libdir}/lxpanel/plugins/.debug" +