diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-10-22 21:39:59 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-23 09:41:12 +0200 |
commit | 4933bba05585588853a339a654745b4c54d83db2 (patch) | |
tree | 7599b7019d41c2f56bcc594c22439ed305c973c0 /recipes/file-roller | |
parent | 75f1abb7020c65b67073dcff4fd877637d4e7e5f (diff) |
file-roller: fix packaging
Diffstat (limited to 'recipes/file-roller')
-rw-r--r-- | recipes/file-roller/file-roller_2.28.0.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/file-roller/file-roller_2.28.0.bb b/recipes/file-roller/file-roller_2.28.0.bb index ee9dbcbcc3..2754c97255 100644 --- 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 \ " |