From 4b90bc3e1bc9fbd2796de43e4eec6fbede5b4949 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 3 May 2010 17:44:23 +0200 Subject: lxpanel: add 0.5.5 --- recipes/lxde/lxpanel_0.5.5.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/lxde/lxpanel_0.5.5.bb (limited to 'recipes/lxde') 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" + -- cgit 1.2.3-korg