aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lxde/lxde-common_0.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lxde/lxde-common_0.5.0.bb')
-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"
+