aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gconf-editor_2.30.0.bb
blob: ca5e6eb2c158d1e079cc52e3afc45cdd31255654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Editor for the gnome registry"
LICENSE = "GPLv2"
DEPENDS = "policykit gnome-doc-utils gconf"

inherit gnome gconf

SRC_URI[archive.md5sum] = "2a941e3c64843be69190f38891470580"
SRC_URI[archive.sha256sum] = "955d8eb6ff39f72002a7cfb0bed5e4b6eaad45410441e4a5a767767ec6db26d4"

do_configure_prepend() {
	sed -i -e s:docs::g ${S}/Makefile.am
}

FILES_${PN} += "${datadir}/icons"