blob: d5fe9b5dceae1b50b19f7654800185a3df09d1da [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
5LICENSE = "GPLv2+"
6LIC_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"
14SRC_URI = "git://git.yoctoproject.org/${BPN} \
15 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"