diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gnome/gnome-vfs-2.12.0/gconftool-lossage.patch | 11 | ||||
-rw-r--r-- | meta/packages/gnome/gnome-vfs_2.12.0.bb | 90 |
2 files changed, 101 insertions, 0 deletions
diff --git a/meta/packages/gnome/gnome-vfs-2.12.0/gconftool-lossage.patch b/meta/packages/gnome/gnome-vfs-2.12.0/gconftool-lossage.patch new file mode 100644 index 0000000000..3dbc130ddc --- /dev/null +++ b/meta/packages/gnome/gnome-vfs-2.12.0/gconftool-lossage.patch | |||
@@ -0,0 +1,11 @@ | |||
1 | --- gnome-vfs-2.6.0/configure.in~ 2004-03-22 12:36:23.000000000 +0000 | ||
2 | +++ gnome-vfs-2.6.0/configure.in 2004-06-07 16:04:34.000000000 +0100 | ||
3 | @@ -154,7 +154,7 @@ | ||
4 | AC_PATH_PROG(GCONFTOOL, gconftool-2, no) | ||
5 | |||
6 | if test x"$GCONFTOOL" = xno; then | ||
7 | - AC_MSG_ERROR([gconftool-2 executable not found in your path - should be installed with GConf]) | ||
8 | + AC_MSG_WARN([gconftool-2 executable not found in your path - should be installed with GConf]) | ||
9 | fi | ||
10 | |||
11 | AM_GCONF_SOURCE_2 | ||
diff --git a/meta/packages/gnome/gnome-vfs_2.12.0.bb b/meta/packages/gnome/gnome-vfs_2.12.0.bb new file mode 100644 index 0000000000..1c11f9841f --- /dev/null +++ b/meta/packages/gnome/gnome-vfs_2.12.0.bb | |||
@@ -0,0 +1,90 @@ | |||
1 | LICENSE = "GPL" | ||
2 | PR = "r2" | ||
3 | |||
4 | inherit gnome | ||
5 | |||
6 | DEPENDS = "libxml2 gconf libbonobo bzip2 gnome-mime-data orbit2 zlib samba-3.0.14a" | ||
7 | RRECOMMENDS = "gnome-vfs-plugin-file gnome-mime-data shared-mime-info" | ||
8 | |||
9 | SRC_URI += "file://gconftool-lossage.patch;patch=1;pnum=1" | ||
10 | |||
11 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | ||
12 | |||
13 | FILES_${PN} += " ${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so ${libdir}/vfs" | ||
14 | FILES_${PN}-dev += " ${libdir}/gnome-vfs-2.0/modules/*.a ${libdir}/gnome-vfs-2.0/modules/*.la ${libdir}/gnome-vfs-2.0/include ${libdir}/bonobo/monikers/*.a ${libdir}/bonobo/monikers/*.la" | ||
15 | FILES_${PN}-doc += " ${datadir}/gtk-doc" | ||
16 | |||
17 | GNOME_VFS_HEADERS = " \ | ||
18 | gnome-vfs-mime-deprecated.h \ | ||
19 | gnome-vfs-address.h \ | ||
20 | gnome-vfs-dns-sd.h \ | ||
21 | gnome-vfs-mime-info-cache.h \ | ||
22 | gnome-vfs-resolve.h \ | ||
23 | gnome-vfs-utils.h \ | ||
24 | gnome-vfs-application-registry.h \ | ||
25 | gnome-vfs-async-ops.h \ | ||
26 | gnome-vfs-ops.h \ | ||
27 | gnome-vfs-uri.h \ | ||
28 | gnome-vfs-standard-callbacks.h \ | ||
29 | gnome-vfs-module-callback.h \ | ||
30 | gnome-vfs-context.h \ | ||
31 | gnome-vfs-file-info.h \ | ||
32 | gnome-vfs-directory.h \ | ||
33 | gnome-vfs-mime-monitor.h \ | ||
34 | gnome-vfs-mime-handlers.h \ | ||
35 | gnome-vfs-result.h \ | ||
36 | gnome-vfs-job-limit.h \ | ||
37 | gnome-vfs-file-size.h \ | ||
38 | gnome-vfs-mime-utils.h \ | ||
39 | gnome-vfs-find-directory.h \ | ||
40 | gnome-vfs-init.h \ | ||
41 | gnome-vfs-handle.h \ | ||
42 | gnome-vfs.h \ | ||
43 | gnome-vfs-cancellation.h \ | ||
44 | gnome-vfs-xfer.h \ | ||
45 | gnome-vfs-monitor.h \ | ||
46 | gnome-vfs-types.h \ | ||
47 | gnome-vfs-volume-monitor.h \ | ||
48 | gnome-vfs-drive.h \ | ||
49 | gnome-vfs-volume.h \ | ||
50 | gnome-vfs-enum-types.h" | ||
51 | |||
52 | GNOME_VFS_MODULE_HEADERS = " \ | ||
53 | gnome-vfs-mime-info.h \ | ||
54 | gnome-vfs-transform.h \ | ||
55 | gnome-vfs-ssl.h \ | ||
56 | gnome-vfs-inet-connection.h \ | ||
57 | gnome-vfs-socket.h \ | ||
58 | gnome-vfs-parse-ls.h \ | ||
59 | gnome-vfs-method.h \ | ||
60 | gnome-vfs-cancellable-ops.h \ | ||
61 | gnome-vfs-module.h \ | ||
62 | gnome-vfs-module-shared.h \ | ||
63 | gnome-vfs-module-callback-module-api.h \ | ||
64 | gnome-vfs-mime.h \ | ||
65 | gnome-vfs-socket-buffer.h" | ||
66 | |||
67 | do_compile() { | ||
68 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" | ||
69 | } | ||
70 | |||
71 | do_stage() { | ||
72 | oe_libinstall -so -C libgnomevfs libgnomevfs-2 ${STAGING_LIBDIR} | ||
73 | install -d ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs | ||
74 | for i in ${GNOME_VFS_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/gnome-vfs-2.0/libgnomevfs/; done | ||
75 | install -d ${STAGING_INCDIR}/gnome-vfs-module-2.0/libgnomevfs | ||
76 | for i in ${GNOME_VFS_MODULE_HEADERS}; do install -m 0644 libgnomevfs/$i ${STAGING_INCDIR}/gnome-vfs-module-2.0/libgnomevfs/; done | ||
77 | } | ||
78 | |||
79 | do_install() { | ||
80 | oe_runmake ORBIT_IDL="${ORBIT_IDL_SRC}" DESTDIR="${D}" install | ||
81 | } | ||
82 | |||
83 | PACKAGES_DYNAMIC = "gnome-vfs-plugin-*" | ||
84 | |||
85 | python populate_packages_prepend () { | ||
86 | print bb.data.getVar('FILES_gnome-vfs', d, 1) | ||
87 | |||
88 | plugindir = bb.data.expand('${libdir}/gnome-vfs-2.0/modules/', d) | ||
89 | do_split_packages(d, plugindir, '^lib(.*)\.so$', 'gnome-vfs-plugin-%s', 'GNOME VFS plugin for %s') | ||
90 | } | ||