[oe-commits] Otavio Salvador : thunar: recommends shared-mime-info to properly support . desktop files

GIT User account git at amethyst.openembedded.net
Thu Oct 30 00:47:56 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7f8f1ac6f264598292414462a3a7171652700826
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7f8f1ac6f264598292414462a3a7171652700826

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Oct 29 21:41:40 2008 -0200

thunar: recommends shared-mime-info to properly support .desktop files

---

 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 8638b5a..de85f23 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}/"
 





More information about the Openembedded-commits mailing list