summaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-common/matchbox-common_0.9.1.bb
blob: 1565258b7a7373b146a842e57c35991220222392 (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
26
27
28
29
30
DESCRIPTION = "Matchbox window manager common files"
SECTION = "x11/wm"
LICENSE = "GPL"
DEPENDS = "libmatchbox"
RDEPENDS_${PN} += "matchbox-panel"
PR = "r7"

SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \
           file://no-utilities-category.patch \
           file://add-media-category.patch"

inherit autotools pkgconfig update-alternatives

EXTRA_OECONF = "--enable-pda-folders"

FILES_${PN} = "\
  ${bindir} \
  ${datadir}/matchbox/vfolders \
  ${datadir}/pixmaps"

ALTERNATIVE_NAME = "x-window-manager"
ALTERNATIVE_LINK = "${bindir}/x-window-manager"
ALTERNATIVE_PATH = "${bindir}/matchbox-session"
ALTERNATIVE_PRIORITY = "11"


PACKAGE_ARCH = "all"

SRC_URI[md5sum] = "90acc81aeebc0dca8f88fbaa40166607"
SRC_URI[sha256sum] = "cb56d6a1031c33b98751cb06b2fce73feba49cb38a1e4db1a104e8efdfb9a7dc"