From dbb73cac5de3f6b1a9353a0f56837644bb992108 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 5 Mar 2010 09:58:58 +0100 Subject: [PATCH] gconf-editor: add 2.28.0 --- recipes/gnome/gconf-editor_2.28.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/gnome/gconf-editor_2.28.0.bb diff --git a/recipes/gnome/gconf-editor_2.28.0.bb b/recipes/gnome/gconf-editor_2.28.0.bb new file mode 100644 index 0000000000..096b5894f1 --- /dev/null +++ b/recipes/gnome/gconf-editor_2.28.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Editor for the gnome registry" +LICENSE = "GPLv2" +DEPENDS = "policykit gnome-doc-utils gconf" + +inherit gnome gconf + +SRC_URI[archive.md5sum] = "f3f19df4ce47ca27bf69d355f24ac5ba" +SRC_URI[archive.sha256sum] = "35f5256f1a93e872586bb6b8c81f7ebfdd78ab3edcfa508f59f99f0f75a74839" + +do_configure_prepend() { + sed -i -e s:docs::g ${S}/Makefile.am +} + +FILES_${PN} += "${datadir}/icons" -- 2.39.5