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:
75f1abb
)
file-roller: fix packaging
author
Steve Sakoman
<steve@sakoman.com>
Fri, 23 Oct 2009 04:39:59 +0000
(21:39 -0700)
committer
Koen Kooi
<koen@openembedded.org>
Fri, 23 Oct 2009 07:41:12 +0000
(09:41 +0200)
recipes/file-roller/file-roller_2.28.0.bb
patch
|
blob
|
history
diff --git
a/recipes/file-roller/file-roller_2.28.0.bb
b/recipes/file-roller/file-roller_2.28.0.bb
index
ee9dbcb
..
2754c97
100644
(file)
--- a/
recipes/file-roller/file-roller_2.28.0.bb
+++ b/
recipes/file-roller/file-roller_2.28.0.bb
@@
-1,16
+1,22
@@
DESCRIPTION = "An archive manager for the GNOME environment"
LICENSE="GPL"
SECTION = "x11/gnome"
-
DEPENDS="gtk+ libgnomeui gnome-common gnome-vfs libglade libbonoboui"
+PR = "r1"
+
inherit gnome
do_configure_prepend () {
cp ${STAGING_DATADIR}/gnome-common/data/omf.make ${S}
}
+FILES_${PN} += " \
+ ${libdir}/nautilus/extensions-2.0 \
+ "
+
FILES_${PN}-dbg += " \
+ ${libdir}/nautilus/extensions-2.0/.debug \
${libexecdir}/file-roller/.debug \
"