summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxde-common
diff options
context:
space:
mode:
authorPeter Tworek <tworaz666@gmail.com>2011-11-07 22:21:36 +0100
committerPeter Tworek <tworaz666@gmail.com>2011-11-07 22:21:36 +0100
commitabfef776aba7bc88650befba182364624453bb79 (patch)
treee1f3c594472ff09a25af767c5dbecf166b7ae0ad /recipes-lxde/lxde-common
parent72116e6a9b9fc09be030570eca2307ce7ce0f408 (diff)
Import some more LXDE recipes.
Diffstat (limited to 'recipes-lxde/lxde-common')
-rw-r--r--recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch14
-rw-r--r--recipes-lxde/lxde-common/lxde-common_0.5.5.bb24
2 files changed, 38 insertions, 0 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch b/recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch
new file mode 100644
index 0000000..129fb9a
--- /dev/null
+++ b/recipes-lxde/lxde-common/lxde-common-0.5.5/lxde-common-0.5.5-logout.patch
@@ -0,0 +1,14 @@
+Index: lxde-common-0.5.5/Makefile.am
+===================================================================
+--- lxde-common-0.5.5.orig/Makefile.am
++++ lxde-common-0.5.5/Makefile.am
+@@ -20,6 +20,9 @@ images_DATA= \
+ images/logout-banner.png \
+ images/lxde-icon.png
+
++lxlogoutdir=$(datadir)/applications/
++lxlogout_DATA=lxde-logout.desktop
++
+ lxpaneldir=$(datadir)/lxpanel/profile/LXDE
+ lxpanel_DATA=lxpanel/config
+
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"
+