[oe-commits] Koen Kooi : lxde-common: add 0.5.0

git version control git at git.openembedded.org
Tue May 4 06:31:08 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 975ba8dfb6ca9e50285c5290dd209084fc5c8844
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=975ba8dfb6ca9e50285c5290dd209084fc5c8844

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon May  3 16:48:11 2010 +0200

lxde-common: add 0.5.0

---

 recipes/lxde/lxde-common_0.5.0.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/recipes/lxde/lxde-common_0.5.0.bb b/recipes/lxde/lxde-common_0.5.0.bb
new file mode 100644
index 0000000..32c49dd
--- /dev/null
+++ b/recipes/lxde/lxde-common_0.5.0.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "LXDE Common Files"
+SECTION = "x11"
+DEPENDS = ""
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "23606ab3d6e1039386d62a4b68b4ffc6"
+SRC_URI[sha256sum] = "db427817070172be349709604944ba7024ac56e5c87f687b7c3f97be58a1e80a"
+
+inherit autotools update-alternatives
+
+PACKAGES += "lxde-icon-theme"
+FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions"
+FILES_lxde-icon-theme = "${datadir}/icons"
+
+ALTERNATIVE_PATH = "${bindir}/startlxde"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "15"
+





More information about the Openembedded-commits mailing list