blob: d951baf3610b5c2deabd4259655e1ab4660bff24 [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 \
7 file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28"
8
9DEPENDS = "gconf gtk+3"
Patrick Williams213cb262021-08-07 19:21:33 -050010RDEPENDS:${PN} = "settings-daemon"
Patrick Williamsc0f7c042017-02-23 20:41:17 -060011
12# SRCREV tagged 0.2
13SRCREV = "ef2192ce98d9374ffdad5f78544c3f8f353c16aa"
Andrew Geissler595f6302022-01-24 19:11:47 +000014SRC_URI = "git://git.yoctoproject.org/${BPN};branch=master \
Patrick Williamsc0f7c042017-02-23 20:41:17 -060015 file://no-handed.patch"
16UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
17
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"