summaryrefslogtreecommitdiffstats
path: root/recipes/lxde/lxde-common_0.3.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/lxde/lxde-common_0.3.2.1.bb')
-rw-r--r--recipes/lxde/lxde-common_0.3.2.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/lxde/lxde-common_0.3.2.1.bb b/recipes/lxde/lxde-common_0.3.2.1.bb
new file mode 100644
index 0000000000..6ff2ca5d2b
--- /dev/null
+++ b/recipes/lxde/lxde-common_0.3.2.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "LXDE Common Files"
+SECTION = "x11"
+DEPENDS = ""
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.bz2"
+
+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"