blob: caa34966ccc1d6ef1d29686aecc3d925f486f88c [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001SUMMARY = "Matchbox GTK+ theme configuration application"
2HOMEPAGE = "http://matchbox-project.org"
3BUGTRACKER = "http://bugzilla.yoctoproject.org/"
4
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00005LICENSE = "GPL-2.0-or-later"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06006LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05007 file://appearance/mb-appearance.c;endline=25;md5=f49d7ae8b8634a94315410cd2e055bdf"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06008
9DEPENDS = "gconf gtk+3"
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} = "settings-daemon"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060011
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050012SRCREV = "7182e603357250952aa24d90f6d89345f93da7ce"
Andrew Geissler028142b2023-05-05 11:29:21 -050013SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master;protocol=https \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060014 file://no-handed.patch"
15UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
Andrew Geissler5082cc72023-09-11 08:41:39 -040016PV = "0.2+git"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060017
18S = "${WORKDIR}/git"
19
Brad Bishop6dbb3162019-11-25 09:41:34 -050020inherit autotools pkgconfig features_check
Patrick Williamsc0f7c042017-02-23 20:41:17 -060021
22# The settings-daemon requires x11 in DISTRO_FEATURES
23REQUIRED_DISTRO_FEATURES = "x11"