2024-09-09 08:57:42 +00:00
|
|
|
SUMMARY = "Matchbox GTK+ theme configuration application"
|
2024-09-09 08:52:07 +00:00
|
|
|
HOMEPAGE = "http://matchbox-project.org"
|
2024-09-09 08:57:42 +00:00
|
|
|
BUGTRACKER = "http://bugzilla.yoctoproject.org/"
|
2024-09-09 08:52:07 +00:00
|
|
|
|
|
|
|
LICENSE = "GPLv2+"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|
|
|
file://appearance/mb-appearance.c;endline=25;md5=ea92333cf8a6802639d62d874c114a28"
|
|
|
|
|
|
|
|
DEPENDS = "gconf gtk+"
|
|
|
|
RDEPENDS_${PN} = "settings-daemon"
|
|
|
|
|
|
|
|
SRCREV = "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028"
|
|
|
|
PV = "0.0+git${SRCPV}"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
2024-09-09 08:57:42 +00:00
|
|
|
SRC_URI = "git://git.yoctoproject.org/${BPN} \
|
2024-09-09 08:52:07 +00:00
|
|
|
file://no-handed.patch;striplevel=0"
|
|
|
|
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
|