blob: d373b1022a4204024dd4b203b02183bfa66d6160 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Editor for the gnome registry"
LICENSE = "GPLv2"
DEPENDS = "gnome-doc-utils gconf"
inherit gnome gconf
do_configure_prepend() {
sed -i -e s:docs::g ${S}/Makefile.am
}
FILES_${PN} += "${datadir}/icons"
|