diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-29 21:41:40 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-10-29 22:42:01 -0200 |
commit | 7f8f1ac6f264598292414462a3a7171652700826 (patch) | |
tree | 94d9f7d5cdca0188fa5f425980f5260ab4d04cfb | |
parent | 9bac65532065a98b8fe4e71d0250c92141cc750a (diff) |
thunar: recommends shared-mime-info to properly support .desktop files
-rw-r--r-- | packages/xfce/thunar_0.9.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/xfce/thunar_0.9.0.bb b/packages/xfce/thunar_0.9.0.bb index 8638b5add3..de85f23a9c 100644 --- a/packages/xfce/thunar_0.9.0.bb +++ b/packages/xfce/thunar_0.9.0.bb @@ -1,10 +1,11 @@ DESCRIPTION = "File manager for the Xfce Desktop Environment" DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm" +RRECOMMENDS = "shared-mime-info" inherit xfce pkgconfig SRC_URI = "http://www.us.xfce.org/archive/xfce-4.4.2/src/Thunar-${PV}.tar.bz2" -PR = 'r1' +PR = 'r2' S = "${WORKDIR}/Thunar-${PV}/" |