From: Steve Sakoman Date: Fri, 23 Oct 2009 04:37:54 +0000 (-0700) Subject: evince: stage evince headers to make nautilus happy X-Git-Tag: Release-2010-05/1~1960 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75f1abb7020c65b67073dcff4fd877637d4e7e5f;p=openembedded.git evince: stage evince headers to make nautilus happy --- diff --git a/recipes/evince/evince_2.28.0.bb b/recipes/evince/evince_2.28.0.bb index b489a2f9a8..44e94b53fb 100644 --- a/recipes/evince/evince_2.28.0.bb +++ b/recipes/evince/evince_2.28.0.bb @@ -4,6 +4,8 @@ SECTION = "x11/office" DEPENDS = "nautilus gnome-icon-theme tiff libxt espgs gnome-doc-utils poppler libxml2 gtk+ gconf libglade gnome-keyring " RDEPENDS = "espgs gnome-icon-theme" +PR = "r1" + inherit gnome pkgconfig gtk-icon-cache EXTRA_OECONF = " \ @@ -21,6 +23,10 @@ do_install_append() { install -m 0755 ${S}/data/icons/48x48/apps/evince.png ${D}${datadir}/pixmaps/ } +do_stage () { + autotools_stage_all +} + FILES_${PN}-dbg += "${libdir}/evince/1/backends/.debug" PACKAGES =+ "evince-nautilus-extension"