git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87aadf2
)
lxpanel: add 0.5.5
author
Koen Kooi
<koen@openembedded.org>
Mon, 3 May 2010 15:44:23 +0000
(17:44 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 4 May 2010 05:35:49 +0000
(07:35 +0200)
recipes/lxde/lxpanel_0.5.5.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/recipes/lxde/lxpanel_0.5.5.bb
b/recipes/lxde/lxpanel_0.5.5.bb
new file mode 100644
(file)
index 0000000..
e3747ae
--- /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"
+