git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bac655
)
thunar: recommends shared-mime-info to properly support .desktop files
author
Otavio Salvador
<otavio@ossystems.com.br>
Wed, 29 Oct 2008 23:41:40 +0000
(21:41 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Thu, 30 Oct 2008 00:42:01 +0000
(22:42 -0200)
packages/xfce/thunar_0.9.0.bb
patch
|
blob
|
history
diff --git
a/packages/xfce/thunar_0.9.0.bb
b/packages/xfce/thunar_0.9.0.bb
index
8638b5a
..
de85f23
100644
(file)
--- 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 = 'r
1
'
+PR = 'r
2
'
S = "${WORKDIR}/Thunar-${PV}/"