git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1bcec3
)
evince: stage evince headers to make nautilus happy
author
Steve Sakoman
<steve@sakoman.com>
Fri, 23 Oct 2009 04:37:54 +0000
(21:37 -0700)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 23 Oct 2009 07:41:12 +0000
(09:41 +0200)
recipes/evince/evince_2.28.0.bb
patch
|
blob
|
history
diff --git
a/recipes/evince/evince_2.28.0.bb
b/recipes/evince/evince_2.28.0.bb
index
b489a2f
..
44e94b5
100644
(file)
--- 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"