From 4af552f6f67268812e3cb5bd60e4e9a682f90033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 25 Jan 2013 22:26:18 +0000 Subject: [PATCH] thunar: add RRECOMMENDS and RDEPENDS to ensure full functionality MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb index 55b54d4043..973eb47267 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.2.bb @@ -3,6 +3,7 @@ SECTION = "x11" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui libsm dbus-glib startup-notification libnotify xfce4-panel" +PR = "r1" inherit xfce @@ -22,3 +23,5 @@ FILES_${PN} += "${libdir}/thunarx-2/* \ FILES_${PN}-dbg += "${libdir}/thunarx-2/.debug/ \ ${libdir}/xfce4/panel/plugins/.debug/ \ ${libdir}/Thunar/.debug/" + +RRECOMMENDS_${PN} = "gvfs gvfsd-trash udisks"