diff options
Diffstat (limited to 'recipes/file-roller')
-rw-r--r-- | recipes/file-roller/file-roller_2.28.0.bb | 3 |
1 files changed, 2 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 2754c97255..e92ef1e615 100644 --- a/recipes/file-roller/file-roller_2.28.0.bb +++ b/recipes/file-roller/file-roller_2.28.0.bb @@ -2,8 +2,9 @@ DESCRIPTION = "An archive manager for the GNOME environment" LICENSE="GPL" SECTION = "x11/gnome" DEPENDS="gtk+ libgnomeui gnome-common gnome-vfs libglade libbonoboui" +RDEPENDS = "unzip" -PR = "r1" +PR = "r2" inherit gnome |