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:
f23ab98
)
thunar: depends on gamin to use inotify
author
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 3 Nov 2008 12:52:19 +0000
(10:52 -0200)
committer
Otavio Salvador
<otavio@ossystems.com.br>
Mon, 3 Nov 2008 14:52:48 +0000
(12:52 -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
de85f23
..
44afb06
100644
(file)
--- a/
packages/xfce/thunar_0.9.0.bb
+++ b/
packages/xfce/thunar_0.9.0.bb
@@
-1,11
+1,11
@@
DESCRIPTION = "File manager for the Xfce Desktop Environment"
-DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm"
+DEPENDS = "libxfcegui4 exo dbus-glib libexif xfce4-panel libice libsm
gamin
"
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
2
'
+PR = 'r
3
'
S = "${WORKDIR}/Thunar-${PV}/"