pkgsrc/sysutils/gvfs/PLIST

130 lines
4.1 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.16 2018/01/01 22:29:56 rillig Exp $
bin/gvfs-cat
bin/gvfs-copy
bin/gvfs-info
bin/gvfs-less
bin/gvfs-ls
bin/gvfs-mkdir
bin/gvfs-monitor-dir
bin/gvfs-monitor-file
bin/gvfs-mount
bin/gvfs-move
bin/gvfs-open
bin/gvfs-rename
bin/gvfs-rm
bin/gvfs-save
bin/gvfs-set-attribute
bin/gvfs-trash
bin/gvfs-tree
include/gvfs-client/gvfs/gvfsurimapper.h
include/gvfs-client/gvfs/gvfsuriutils.h
lib/gio/modules/libgiogconf.la
lib/gio/modules/libgioremote-volume-monitor.la
lib/gio/modules/libgvfsdbus.la
Update gvfs to 1.2.0. Major changes in 1.2.0 ====================== * sftp: Don't hang if ssh no authentication method availible * Don't leak file monitors * computer: don't show shadowed mounts Major changes in 1.1.8 ====================== * Fix crashers and leaks * Handle file:// uris with anchors in gvfs-open * fuse: Support ftruncate to the current file size * escape/unescape hostname part in uris, allowing spaces in e.g. smb domains * hal: Fix "No mount object" error on mount * Change details of the new .xdg-volume-info file format * Fix races in cancellation of gvfs streams * Remove debug spew from backends * ftp: Fix anonymous login * gphoto2: Ignore broken storages with no capacity * Don't globally modify COMP_WORDBREAKS in bash completion script * Don't ask for username when getting ssh key passphrase Major changes in 1.1.7 ====================== * Fix build on some platforms * ftp: Fix short read errors * gphoto2: Make it work on iphone * sftp: Fix symlink creation * fuse: Better support of truncation, fixing OOo save * proxy monitors: Support mount operations, etc * gvfs-mount: add --device commandline support * sftp: Fix protocol bug that made some servers not work * general support for query_info over streams, implemented for smb, sftp * Initial support for .xdg-volume-info reading Major changes in 1.1.6 ====================== * Fix crashes * trash: Better messages * Clean up glib and gtk includes * archive: Build with later versions of libarchive * dav: Fix folder creation * dav: Fix redirection when user is specified in url * http: fix error propagation * sftp: Try to preserve ownership when replacing a file Major changes in 1.1.5 ====================== * network: Pick up SMB shares from zeroconf * obexftp: Write support for * obexftp: Support obexftp over usb * trash: Don't follow symlinks on delete * fix crashes Major changes in 1.1.4 ====================== * Trash performance fixes * Fuse performance fixes Major changes in 1.1.3 ====================== * ftp: fix limited number of connections causes commands to fail (#565504) * trash: fix parallel build doesn't work (#562955) * trash: add trash::orig-path and trash::deletion-date info * trash: set files to mode 700 before deleting to deal with users trashing read-only directories * smb-browse: browsing authentication support (#524485) * smb-browse: make backend not automounted anymore Major changes in 1.1.2 ====================== * New trash backend * Use the new shadow mount facility in gio * gphoto2: Use shadow mounts * obex: Fix icon for root directory * http: Fix major memory leak * http: Support proxies Major changes in 1.1.1 ====================== * Reverse map FUSE pathnames to gvfs locations * Fix crashes * Show better icon info in gvfs-info * Support custom icons for gvfs backends * dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port * ftp: Fix time parsing * ftp: Show username in auth dialog if specified in uri * ftp: Support UTF8 server feature * ftp: Use LIST -a instead of LIST on unix servers * fuse: Fix major race in that caused crashes * fuse: Set st_blocks so that e.g. the "du" command works * gphoto: use custom icons for faster thumbnails * obexftp: Port to bluez 4 API * sftp: If name specified in mount, use in name too so that fuse paths are unique * sftp: Support /etc/favicon.png * smb: Don't ask for password twice if cancelled * smb: support setting timestamp
2009-03-16 14:06:40 +01:00
${PLIST.avahi}lib/libgvfscommon-dnssd.la
lib/libgvfscommon.la
${PLIST.fuse}libexec/gvfs-fuse-daemon
2008-11-23 04:28:50 +01:00
${PLIST.hal}libexec/gvfs-hal-volume-monitor
libexec/gvfsd
libexec/gvfsd-archive
libexec/gvfsd-burn
${PLIST.hal}libexec/gvfsd-cdda
libexec/gvfsd-computer
libexec/gvfsd-dav
${PLIST.avahi}libexec/gvfsd-dnssd
libexec/gvfsd-ftp
libexec/gvfsd-http
libexec/gvfsd-localtest
libexec/gvfsd-metadata
libexec/gvfsd-network
libexec/gvfsd-sftp
${PLIST.samba}libexec/gvfsd-smb
${PLIST.samba}libexec/gvfsd-smb-browse
libexec/gvfsd-trash
share/dbus-1/services/gvfs-daemon.service
share/dbus-1/services/gvfs-metadata.service
2008-11-23 04:28:50 +01:00
${PLIST.hal}share/dbus-1/services/org.gtk.Private.HalVolumeMonitor.service
share/gvfs/mounts/archive.mount
share/gvfs/mounts/burn.mount
${PLIST.hal}share/gvfs/mounts/cdda.mount
share/gvfs/mounts/computer.mount
Update gvfs to 1.2.0. Major changes in 1.2.0 ====================== * sftp: Don't hang if ssh no authentication method availible * Don't leak file monitors * computer: don't show shadowed mounts Major changes in 1.1.8 ====================== * Fix crashers and leaks * Handle file:// uris with anchors in gvfs-open * fuse: Support ftruncate to the current file size * escape/unescape hostname part in uris, allowing spaces in e.g. smb domains * hal: Fix "No mount object" error on mount * Change details of the new .xdg-volume-info file format * Fix races in cancellation of gvfs streams * Remove debug spew from backends * ftp: Fix anonymous login * gphoto2: Ignore broken storages with no capacity * Don't globally modify COMP_WORDBREAKS in bash completion script * Don't ask for username when getting ssh key passphrase Major changes in 1.1.7 ====================== * Fix build on some platforms * ftp: Fix short read errors * gphoto2: Make it work on iphone * sftp: Fix symlink creation * fuse: Better support of truncation, fixing OOo save * proxy monitors: Support mount operations, etc * gvfs-mount: add --device commandline support * sftp: Fix protocol bug that made some servers not work * general support for query_info over streams, implemented for smb, sftp * Initial support for .xdg-volume-info reading Major changes in 1.1.6 ====================== * Fix crashes * trash: Better messages * Clean up glib and gtk includes * archive: Build with later versions of libarchive * dav: Fix folder creation * dav: Fix redirection when user is specified in url * http: fix error propagation * sftp: Try to preserve ownership when replacing a file Major changes in 1.1.5 ====================== * network: Pick up SMB shares from zeroconf * obexftp: Write support for * obexftp: Support obexftp over usb * trash: Don't follow symlinks on delete * fix crashes Major changes in 1.1.4 ====================== * Trash performance fixes * Fuse performance fixes Major changes in 1.1.3 ====================== * ftp: fix limited number of connections causes commands to fail (#565504) * trash: fix parallel build doesn't work (#562955) * trash: add trash::orig-path and trash::deletion-date info * trash: set files to mode 700 before deleting to deal with users trashing read-only directories * smb-browse: browsing authentication support (#524485) * smb-browse: make backend not automounted anymore Major changes in 1.1.2 ====================== * New trash backend * Use the new shadow mount facility in gio * gphoto2: Use shadow mounts * obex: Fix icon for root directory * http: Fix major memory leak * http: Support proxies Major changes in 1.1.1 ====================== * Reverse map FUSE pathnames to gvfs locations * Fix crashes * Show better icon info in gvfs-info * Support custom icons for gvfs backends * dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port * ftp: Fix time parsing * ftp: Show username in auth dialog if specified in uri * ftp: Support UTF8 server feature * ftp: Use LIST -a instead of LIST on unix servers * fuse: Fix major race in that caused crashes * fuse: Set st_blocks so that e.g. the "du" command works * gphoto: use custom icons for faster thumbnails * obexftp: Port to bluez 4 API * sftp: If name specified in mount, use in name too so that fuse paths are unique * sftp: Support /etc/favicon.png * smb: Don't ask for password twice if cancelled * smb: support setting timestamp
2009-03-16 14:06:40 +01:00
${PLIST.avahi}share/gvfs/mounts/dav+sd.mount
share/gvfs/mounts/dav.mount
${PLIST.avahi}share/gvfs/mounts/dns-sd.mount
share/gvfs/mounts/ftp.mount
share/gvfs/mounts/http.mount
share/gvfs/mounts/localtest.mount
share/gvfs/mounts/network.mount
share/gvfs/mounts/sftp.mount
${PLIST.samba}share/gvfs/mounts/smb-browse.mount
${PLIST.samba}share/gvfs/mounts/smb.mount
share/gvfs/mounts/trash.mount
2008-11-23 04:28:50 +01:00
${PLIST.hal}share/gvfs/remote-volume-monitors/hal.monitor
share/locale/af/LC_MESSAGES/gvfs.mo
share/locale/ar/LC_MESSAGES/gvfs.mo
Update gvfs to 1.2.0. Major changes in 1.2.0 ====================== * sftp: Don't hang if ssh no authentication method availible * Don't leak file monitors * computer: don't show shadowed mounts Major changes in 1.1.8 ====================== * Fix crashers and leaks * Handle file:// uris with anchors in gvfs-open * fuse: Support ftruncate to the current file size * escape/unescape hostname part in uris, allowing spaces in e.g. smb domains * hal: Fix "No mount object" error on mount * Change details of the new .xdg-volume-info file format * Fix races in cancellation of gvfs streams * Remove debug spew from backends * ftp: Fix anonymous login * gphoto2: Ignore broken storages with no capacity * Don't globally modify COMP_WORDBREAKS in bash completion script * Don't ask for username when getting ssh key passphrase Major changes in 1.1.7 ====================== * Fix build on some platforms * ftp: Fix short read errors * gphoto2: Make it work on iphone * sftp: Fix symlink creation * fuse: Better support of truncation, fixing OOo save * proxy monitors: Support mount operations, etc * gvfs-mount: add --device commandline support * sftp: Fix protocol bug that made some servers not work * general support for query_info over streams, implemented for smb, sftp * Initial support for .xdg-volume-info reading Major changes in 1.1.6 ====================== * Fix crashes * trash: Better messages * Clean up glib and gtk includes * archive: Build with later versions of libarchive * dav: Fix folder creation * dav: Fix redirection when user is specified in url * http: fix error propagation * sftp: Try to preserve ownership when replacing a file Major changes in 1.1.5 ====================== * network: Pick up SMB shares from zeroconf * obexftp: Write support for * obexftp: Support obexftp over usb * trash: Don't follow symlinks on delete * fix crashes Major changes in 1.1.4 ====================== * Trash performance fixes * Fuse performance fixes Major changes in 1.1.3 ====================== * ftp: fix limited number of connections causes commands to fail (#565504) * trash: fix parallel build doesn't work (#562955) * trash: add trash::orig-path and trash::deletion-date info * trash: set files to mode 700 before deleting to deal with users trashing read-only directories * smb-browse: browsing authentication support (#524485) * smb-browse: make backend not automounted anymore Major changes in 1.1.2 ====================== * New trash backend * Use the new shadow mount facility in gio * gphoto2: Use shadow mounts * obex: Fix icon for root directory * http: Fix major memory leak * http: Support proxies Major changes in 1.1.1 ====================== * Reverse map FUSE pathnames to gvfs locations * Fix crashes * Show better icon info in gvfs-info * Support custom icons for gvfs backends * dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port * ftp: Fix time parsing * ftp: Show username in auth dialog if specified in uri * ftp: Support UTF8 server feature * ftp: Use LIST -a instead of LIST on unix servers * fuse: Fix major race in that caused crashes * fuse: Set st_blocks so that e.g. the "du" command works * gphoto: use custom icons for faster thumbnails * obexftp: Port to bluez 4 API * sftp: If name specified in mount, use in name too so that fuse paths are unique * sftp: Support /etc/favicon.png * smb: Don't ask for password twice if cancelled * smb: support setting timestamp
2009-03-16 14:06:40 +01:00
share/locale/as/LC_MESSAGES/gvfs.mo
share/locale/ast/LC_MESSAGES/gvfs.mo
share/locale/be@latin/LC_MESSAGES/gvfs.mo
share/locale/bg/LC_MESSAGES/gvfs.mo
share/locale/bn/LC_MESSAGES/gvfs.mo
share/locale/bn_IN/LC_MESSAGES/gvfs.mo
share/locale/ca/LC_MESSAGES/gvfs.mo
share/locale/ca@valencia/LC_MESSAGES/gvfs.mo
share/locale/cs/LC_MESSAGES/gvfs.mo
share/locale/da/LC_MESSAGES/gvfs.mo
share/locale/de/LC_MESSAGES/gvfs.mo
share/locale/el/LC_MESSAGES/gvfs.mo
share/locale/en@shaw/LC_MESSAGES/gvfs.mo
share/locale/en_GB/LC_MESSAGES/gvfs.mo
share/locale/es/LC_MESSAGES/gvfs.mo
share/locale/et/LC_MESSAGES/gvfs.mo
share/locale/eu/LC_MESSAGES/gvfs.mo
share/locale/fi/LC_MESSAGES/gvfs.mo
share/locale/fr/LC_MESSAGES/gvfs.mo
share/locale/ga/LC_MESSAGES/gvfs.mo
share/locale/gl/LC_MESSAGES/gvfs.mo
share/locale/gu/LC_MESSAGES/gvfs.mo
share/locale/he/LC_MESSAGES/gvfs.mo
share/locale/hi/LC_MESSAGES/gvfs.mo
share/locale/hu/LC_MESSAGES/gvfs.mo
share/locale/id/LC_MESSAGES/gvfs.mo
share/locale/it/LC_MESSAGES/gvfs.mo
share/locale/ja/LC_MESSAGES/gvfs.mo
share/locale/kk/LC_MESSAGES/gvfs.mo
share/locale/kn/LC_MESSAGES/gvfs.mo
share/locale/ko/LC_MESSAGES/gvfs.mo
share/locale/ku/LC_MESSAGES/gvfs.mo
share/locale/lt/LC_MESSAGES/gvfs.mo
Update gvfs to 1.2.0. Major changes in 1.2.0 ====================== * sftp: Don't hang if ssh no authentication method availible * Don't leak file monitors * computer: don't show shadowed mounts Major changes in 1.1.8 ====================== * Fix crashers and leaks * Handle file:// uris with anchors in gvfs-open * fuse: Support ftruncate to the current file size * escape/unescape hostname part in uris, allowing spaces in e.g. smb domains * hal: Fix "No mount object" error on mount * Change details of the new .xdg-volume-info file format * Fix races in cancellation of gvfs streams * Remove debug spew from backends * ftp: Fix anonymous login * gphoto2: Ignore broken storages with no capacity * Don't globally modify COMP_WORDBREAKS in bash completion script * Don't ask for username when getting ssh key passphrase Major changes in 1.1.7 ====================== * Fix build on some platforms * ftp: Fix short read errors * gphoto2: Make it work on iphone * sftp: Fix symlink creation * fuse: Better support of truncation, fixing OOo save * proxy monitors: Support mount operations, etc * gvfs-mount: add --device commandline support * sftp: Fix protocol bug that made some servers not work * general support for query_info over streams, implemented for smb, sftp * Initial support for .xdg-volume-info reading Major changes in 1.1.6 ====================== * Fix crashes * trash: Better messages * Clean up glib and gtk includes * archive: Build with later versions of libarchive * dav: Fix folder creation * dav: Fix redirection when user is specified in url * http: fix error propagation * sftp: Try to preserve ownership when replacing a file Major changes in 1.1.5 ====================== * network: Pick up SMB shares from zeroconf * obexftp: Write support for * obexftp: Support obexftp over usb * trash: Don't follow symlinks on delete * fix crashes Major changes in 1.1.4 ====================== * Trash performance fixes * Fuse performance fixes Major changes in 1.1.3 ====================== * ftp: fix limited number of connections causes commands to fail (#565504) * trash: fix parallel build doesn't work (#562955) * trash: add trash::orig-path and trash::deletion-date info * trash: set files to mode 700 before deleting to deal with users trashing read-only directories * smb-browse: browsing authentication support (#524485) * smb-browse: make backend not automounted anymore Major changes in 1.1.2 ====================== * New trash backend * Use the new shadow mount facility in gio * gphoto2: Use shadow mounts * obex: Fix icon for root directory * http: Fix major memory leak * http: Support proxies Major changes in 1.1.1 ====================== * Reverse map FUSE pathnames to gvfs locations * Fix crashes * Show better icon info in gvfs-info * Support custom icons for gvfs backends * dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port * ftp: Fix time parsing * ftp: Show username in auth dialog if specified in uri * ftp: Support UTF8 server feature * ftp: Use LIST -a instead of LIST on unix servers * fuse: Fix major race in that caused crashes * fuse: Set st_blocks so that e.g. the "du" command works * gphoto: use custom icons for faster thumbnails * obexftp: Port to bluez 4 API * sftp: If name specified in mount, use in name too so that fuse paths are unique * sftp: Support /etc/favicon.png * smb: Don't ask for password twice if cancelled * smb: support setting timestamp
2009-03-16 14:06:40 +01:00
share/locale/lv/LC_MESSAGES/gvfs.mo
share/locale/mai/LC_MESSAGES/gvfs.mo
share/locale/mk/LC_MESSAGES/gvfs.mo
share/locale/ml/LC_MESSAGES/gvfs.mo
share/locale/mr/LC_MESSAGES/gvfs.mo
share/locale/nb/LC_MESSAGES/gvfs.mo
share/locale/nds/LC_MESSAGES/gvfs.mo
share/locale/nl/LC_MESSAGES/gvfs.mo
share/locale/nn/LC_MESSAGES/gvfs.mo
Update gvfs to 1.2.0. Major changes in 1.2.0 ====================== * sftp: Don't hang if ssh no authentication method availible * Don't leak file monitors * computer: don't show shadowed mounts Major changes in 1.1.8 ====================== * Fix crashers and leaks * Handle file:// uris with anchors in gvfs-open * fuse: Support ftruncate to the current file size * escape/unescape hostname part in uris, allowing spaces in e.g. smb domains * hal: Fix "No mount object" error on mount * Change details of the new .xdg-volume-info file format * Fix races in cancellation of gvfs streams * Remove debug spew from backends * ftp: Fix anonymous login * gphoto2: Ignore broken storages with no capacity * Don't globally modify COMP_WORDBREAKS in bash completion script * Don't ask for username when getting ssh key passphrase Major changes in 1.1.7 ====================== * Fix build on some platforms * ftp: Fix short read errors * gphoto2: Make it work on iphone * sftp: Fix symlink creation * fuse: Better support of truncation, fixing OOo save * proxy monitors: Support mount operations, etc * gvfs-mount: add --device commandline support * sftp: Fix protocol bug that made some servers not work * general support for query_info over streams, implemented for smb, sftp * Initial support for .xdg-volume-info reading Major changes in 1.1.6 ====================== * Fix crashes * trash: Better messages * Clean up glib and gtk includes * archive: Build with later versions of libarchive * dav: Fix folder creation * dav: Fix redirection when user is specified in url * http: fix error propagation * sftp: Try to preserve ownership when replacing a file Major changes in 1.1.5 ====================== * network: Pick up SMB shares from zeroconf * obexftp: Write support for * obexftp: Support obexftp over usb * trash: Don't follow symlinks on delete * fix crashes Major changes in 1.1.4 ====================== * Trash performance fixes * Fuse performance fixes Major changes in 1.1.3 ====================== * ftp: fix limited number of connections causes commands to fail (#565504) * trash: fix parallel build doesn't work (#562955) * trash: add trash::orig-path and trash::deletion-date info * trash: set files to mode 700 before deleting to deal with users trashing read-only directories * smb-browse: browsing authentication support (#524485) * smb-browse: make backend not automounted anymore Major changes in 1.1.2 ====================== * New trash backend * Use the new shadow mount facility in gio * gphoto2: Use shadow mounts * obex: Fix icon for root directory * http: Fix major memory leak * http: Support proxies Major changes in 1.1.1 ====================== * Reverse map FUSE pathnames to gvfs locations * Fix crashes * Show better icon info in gvfs-info * Support custom icons for gvfs backends * dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port * ftp: Fix time parsing * ftp: Show username in auth dialog if specified in uri * ftp: Support UTF8 server feature * ftp: Use LIST -a instead of LIST on unix servers * fuse: Fix major race in that caused crashes * fuse: Set st_blocks so that e.g. the "du" command works * gphoto: use custom icons for faster thumbnails * obexftp: Port to bluez 4 API * sftp: If name specified in mount, use in name too so that fuse paths are unique * sftp: Support /etc/favicon.png * smb: Don't ask for password twice if cancelled * smb: support setting timestamp
2009-03-16 14:06:40 +01:00
share/locale/or/LC_MESSAGES/gvfs.mo
share/locale/pa/LC_MESSAGES/gvfs.mo
share/locale/pl/LC_MESSAGES/gvfs.mo
share/locale/pt/LC_MESSAGES/gvfs.mo
share/locale/pt_BR/LC_MESSAGES/gvfs.mo
Update gvfs to 1.2.0. Major changes in 1.2.0 ====================== * sftp: Don't hang if ssh no authentication method availible * Don't leak file monitors * computer: don't show shadowed mounts Major changes in 1.1.8 ====================== * Fix crashers and leaks * Handle file:// uris with anchors in gvfs-open * fuse: Support ftruncate to the current file size * escape/unescape hostname part in uris, allowing spaces in e.g. smb domains * hal: Fix "No mount object" error on mount * Change details of the new .xdg-volume-info file format * Fix races in cancellation of gvfs streams * Remove debug spew from backends * ftp: Fix anonymous login * gphoto2: Ignore broken storages with no capacity * Don't globally modify COMP_WORDBREAKS in bash completion script * Don't ask for username when getting ssh key passphrase Major changes in 1.1.7 ====================== * Fix build on some platforms * ftp: Fix short read errors * gphoto2: Make it work on iphone * sftp: Fix symlink creation * fuse: Better support of truncation, fixing OOo save * proxy monitors: Support mount operations, etc * gvfs-mount: add --device commandline support * sftp: Fix protocol bug that made some servers not work * general support for query_info over streams, implemented for smb, sftp * Initial support for .xdg-volume-info reading Major changes in 1.1.6 ====================== * Fix crashes * trash: Better messages * Clean up glib and gtk includes * archive: Build with later versions of libarchive * dav: Fix folder creation * dav: Fix redirection when user is specified in url * http: fix error propagation * sftp: Try to preserve ownership when replacing a file Major changes in 1.1.5 ====================== * network: Pick up SMB shares from zeroconf * obexftp: Write support for * obexftp: Support obexftp over usb * trash: Don't follow symlinks on delete * fix crashes Major changes in 1.1.4 ====================== * Trash performance fixes * Fuse performance fixes Major changes in 1.1.3 ====================== * ftp: fix limited number of connections causes commands to fail (#565504) * trash: fix parallel build doesn't work (#562955) * trash: add trash::orig-path and trash::deletion-date info * trash: set files to mode 700 before deleting to deal with users trashing read-only directories * smb-browse: browsing authentication support (#524485) * smb-browse: make backend not automounted anymore Major changes in 1.1.2 ====================== * New trash backend * Use the new shadow mount facility in gio * gphoto2: Use shadow mounts * obex: Fix icon for root directory * http: Fix major memory leak * http: Support proxies Major changes in 1.1.1 ====================== * Reverse map FUSE pathnames to gvfs locations * Fix crashes * Show better icon info in gvfs-info * Support custom icons for gvfs backends * dav: support uris (dav+sd://) which specify dns-sd services instead of resolved ip+port * ftp: Fix time parsing * ftp: Show username in auth dialog if specified in uri * ftp: Support UTF8 server feature * ftp: Use LIST -a instead of LIST on unix servers * fuse: Fix major race in that caused crashes * fuse: Set st_blocks so that e.g. the "du" command works * gphoto: use custom icons for faster thumbnails * obexftp: Port to bluez 4 API * sftp: If name specified in mount, use in name too so that fuse paths are unique * sftp: Support /etc/favicon.png * smb: Don't ask for password twice if cancelled * smb: support setting timestamp
2009-03-16 14:06:40 +01:00
share/locale/ro/LC_MESSAGES/gvfs.mo
share/locale/ru/LC_MESSAGES/gvfs.mo
share/locale/sk/LC_MESSAGES/gvfs.mo
share/locale/sl/LC_MESSAGES/gvfs.mo
share/locale/sq/LC_MESSAGES/gvfs.mo
share/locale/sr/LC_MESSAGES/gvfs.mo
share/locale/sr@latin/LC_MESSAGES/gvfs.mo
share/locale/sv/LC_MESSAGES/gvfs.mo
share/locale/ta/LC_MESSAGES/gvfs.mo
share/locale/te/LC_MESSAGES/gvfs.mo
share/locale/th/LC_MESSAGES/gvfs.mo
share/locale/tr/LC_MESSAGES/gvfs.mo
share/locale/ug/LC_MESSAGES/gvfs.mo
share/locale/uk/LC_MESSAGES/gvfs.mo
share/locale/vi/LC_MESSAGES/gvfs.mo
share/locale/zh_CN/LC_MESSAGES/gvfs.mo
share/locale/zh_HK/LC_MESSAGES/gvfs.mo
share/locale/zh_TW/LC_MESSAGES/gvfs.mo