blob: 3777f05b5a9ec57128374ea255a8aa69fff7890f [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Matchbox Window Manager Desktop"
Andrew Geissler90fd73c2021-03-05 15:25:55 -06002DESCRIPTION = "A lightweight windows manager for embedded systems. It uses the desktop background to provide an application launcher and allows modules to be loaded for additional functionality."
Brad Bishopd7bf8c12018-02-25 22:55:05 -05003HOMEPAGE = "http://matchbox-project.org/"
4BUGTRACKER = "http://bugzilla.yoctoproject.org/"
5
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00006LICENSE = "GPL-2.0-or-later & LGPL-2.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05007LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05008 file://src/desktop.c;endline=20;md5=2e488557570c7dee53bfd0567e4273a9 \
9 file://src/main.c;endline=19;md5=5d2234b35efa927ab3ae36ebac52ba59"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050010
11DEPENDS = "gtk+3 startup-notification dbus"
12SECTION = "x11/wm"
13
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050014SRCREV = "0fd6a0c3f3b7bbf4f4b46190d71f7aef35d6bbfd"
Andrew Geissler028142b2023-05-05 11:29:21 -050015SRC_URI = "git://git.yoctoproject.org/${BPN}-2;branch=master;protocol=https \
Andrew Geisslerc9f78652020-09-18 14:11:35 -050016 file://vfolders/ \
Brad Bishopd7bf8c12018-02-25 22:55:05 -050017 "
18
19EXTRA_OECONF = "--enable-startup-notification --with-dbus"
20
21S = "${WORKDIR}/git"
22
Brad Bishop6dbb3162019-11-25 09:41:34 -050023inherit autotools pkgconfig features_check
Brad Bishopd7bf8c12018-02-25 22:55:05 -050024
25# The startup-notification requires x11 in DISTRO_FEATURES
26REQUIRED_DISTRO_FEATURES = "x11"
27
Patrick Williams213cb262021-08-07 19:21:33 -050028do_install:append() {
Brad Bishopd7bf8c12018-02-25 22:55:05 -050029 install -d ${D}${datadir}/matchbox/vfolders/
30 install -m 0644 ${WORKDIR}/vfolders/* ${D}${datadir}/matchbox/vfolders/
31}
32
Patrick Williams213cb262021-08-07 19:21:33 -050033FILES:${PN} += "${datadir}/matchbox/vfolders/"