aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-05-03 16:48:11 +0200
committerKoen Kooi <koen@openembedded.org>2010-05-04 07:35:49 +0200
commit975ba8dfb6ca9e50285c5290dd209084fc5c8844 (patch)
tree58b35b734f8bfa1a4eb080abb8d2f7120e7cef15 /recipes
parent4e8115848c25a9d25b327b8efb9e481ebbb2c9fa (diff)
downloadopenembedded-975ba8dfb6ca9e50285c5290dd209084fc5c8844.tar.gz
lxde-common: add 0.5.0
Diffstat (limited to 'recipes')
-rw-r--r--recipes/lxde/lxde-common_0.5.0.bb20
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 0000000000..32c49dd261
--- /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"
+