cornucopia: bump SRCREV
[openembedded.git] / recipes / matchbox-wm / matchbox-wm_0.9.5.bb
blob0a3f72e5de0bff9d9111a8b2f8abdb7265d737ea
1 require matchbox-wm.inc
3 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf "
4 RDEPENDS_${PN} = ""
5 PR = "r3"
7 SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \
8 file://kbdconfig"
10 S = "${WORKDIR}/matchbox-window-manager-${PV}"
12 inherit autotools pkgconfig update-alternatives
14 FILES_${PN} = "${bindir}/* \
15 ${datadir}/matchbox \
16 ${sysconfdir}/matchbox \
17 ${datadir}/themes/blondie/matchbox \
18 ${datadir}/themes/Default/matchbox \
19 ${datadir}/themes/MBOpus/matchbox"
21 ALTERNATIVE_NAME = "x-window-manager"
22 ALTERNATIVE_LINK = "${bindir}/x-window-manager"
23 ALTERNATIVE_PATH = "${bindir}/matchbox-session"
24 ALTERNATIVE_PRIORITY = "10"
26 EXTRA_OECONF = " --enable-startup-notification --disable-xrm"
28 do_install_prepend() {
29 install ${WORKDIR}/kbdconfig ${S}/data/kbdconfig
33 SRC_URI[md5sum] = "7343855f03e962307a350c1cfd03c740"
34 SRC_URI[sha256sum] = "4580fe7345b57268da624f38c2797bd7171f84fa93bc5b1c9827f8adb7b74f54"