summaryrefslogtreecommitdiff
path: root/recipes-lxde/lxde-common/lxde-common_0.99.1.bb
blob: 23185ff6e0e5b03965d144902cc4bdbc6429b0e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION="LXDE Session default configuration files"
HOMEPAGE="http://lxde.sf.net/"
SECTION = "x11"

LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced"

RDEPENDS_{PN} = "lxde-icon-theme"
DEPENDS = "intltool-native"

SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxde-common-${PV}.tar.xz \
           file://lxde-common-replace_am_glib_gnu_gettext.patch \
"

SRC_URI[md5sum] = "3ab92bd7bcff8bc8e6395651d164cf76"
SRC_URI[sha256sum] = "8ca5ea3185fd3cacc28116cd9adfdc3b1d92a4ff891fccf135d35f0224c29827"

inherit autotools gettext update-alternatives

FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions"

ALTERNATIVE_${PN} = "x-window-manager"
ALTERNATIVE_LINK_NAME[x-window-manager] = "${bindir}/x-window-manager"
ALTERNATIVE_TARGET[x-window-manager] = "${bindir}/startlxde"
ALTERNATIVE_PRIORITY[x-window-manager] = "15"