summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxde-common/lxde-common_0.5.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-lxde/lxde-common/lxde-common_0.5.5.bb')
-rw-r--r--recipes-lxde/lxde-common/lxde-common_0.5.5.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_0.5.5.bb b/recipes-lxde/lxde-common/lxde-common_0.5.5.bb
new file mode 100644
index 0000000..e1bc7b8
--- /dev/null
+++ b/recipes-lxde/lxde-common/lxde-common_0.5.5.bb
@@ -0,0 +1,24 @@
+DESCRIPTION="LXDE Session default configuration files"
+HOMEPAGE="http://lxde.sf.net/"
+SECTION = "x11"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced"
+
+RDEPENDS = "gtk+ lxde-icon-theme"
+DEPENDS = "${RDEPENDS} pkgconfig-native"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz \
+ file://lxde-common-0.5.5-logout.patch"
+SRC_URI[md5sum] = "e51a6b2a815a89fda1f497b509465a97"
+SRC_URI[sha256sum] = "ee18a09b64a442b33c1b54f0269649a1b4d9490460c400a07ed785d41bf6dde6"
+
+inherit autotools update-alternatives
+
+FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions"
+
+ALTERNATIVE_PATH = "${bindir}/startlxde"
+ALTERNATIVE_NAME = "x-window-manager"
+ALTERNATIVE_LINK = "${bindir}/x-window-manager"
+ALTERNATIVE_PRIORITY = "15"
+