2 DEPENDS
= "libxml2 gconf gnutls avahi dbus dbus-glib bzip2 gnome-mime-data zlib"
3 RRECOMMENDS
= "gnome-vfs-plugin-file shared-mime-info"
4 # Some legacy packages will require gnome
-mime
-data to be installed
, but use of
10 SRC_URI
+= "file://gconftool-lossage.patch;patch=1;pnum=1 \
11 file://gnome-vfs-no-kerberos.patch;patch=1;pnum=0"
13 # This is
to provide compatibility with the gnome
-vfs DBus fork
14 PROVIDES
= "gnome-vfs-plugin-dbus"
15 RREPLACES
= "gnome-vfs-dbus"
21 --with-samba-includes=${STAGING_INCDIR} \
24 FILES_$
{PN
} += "${libdir}/vfs ${datadir}/dbus-1/services"
25 FILES_$
{PN
}-dbg
+= "${libdir}/gnome-vfs-2.0/modules/.debug"
27 ${libdir}/gnome-vfs-2.0/include \
28 ${libdir}/gnome-vfs-2.0/modules/*.a \
29 ${libdir}/gnome-vfs-2.0/modules/*.la \
31 FILES_$
{PN
}-doc
+= "${datadir}/gtk-doc"
37 PACKAGES_DYNAMIC
= "gnome-vfs-plugin-*"
39 python populate_packages_prepend
() {
40 print bb.
data.getVar
('FILES_gnome
-vfs'
, d
, 1)
42 plugindir
= bb.
data.expand
('$
{libdir
}/gnome
-vfs
-2.0/modules
/'
, d
)
43 do_split_packages
(d
, plugindir
, '^lib
(.
*)\.so$'
, 'gnome
-vfs
-plugin
-%s'
, 'GNOME VFS plugin
for %s'
)