diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:15:58 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-01-24 23:58:38 +0100 |
commit | 4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch) | |
tree | c9fc5379b3c3097e4235ec64664ef2d893dd58ad /gnome-base/gvfs/metadata.xml | |
parent | package.use.mask studio for net-analyzer/icinga2 (diff) | |
download | gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.bz2 gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.zip |
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
Diffstat (limited to 'gnome-base/gvfs/metadata.xml')
-rw-r--r-- | gnome-base/gvfs/metadata.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnome-base/gvfs/metadata.xml b/gnome-base/gvfs/metadata.xml index 7d7a983c126e..42f4619851b9 100644 --- a/gnome-base/gvfs/metadata.xml +++ b/gnome-base/gvfs/metadata.xml @@ -4,20 +4,20 @@ <herd>gnome</herd> <longdescription lang="en"> gvfs is a userspace virtual filesystem designed to work with the i/o -abstractions of gio (a library availible in glib >= 2.15.1). It +abstractions of gio (a library availible in glib >= 2.15.1). It installs several modules that are automatically used by applications using the APIs of libgio. There is also fuse support that allows applications not using gio to access the gvfs filesystems. </longdescription> <use> - <flag name='afp'>Enables support for accessing AFP (Apple Filing Protocol) network shares</flag> - <flag name='archive'>Enables support for accessing files in archives transparently via <pkg>app-arch/libarchive</pkg></flag> - <flag name='bluray'>Enable playback of Blu-ray filesystems using <pkg>media-libs/libbluray</pkg></flag> - <flag name='fuse'>Enables fuse mount points in $HOME/.gvfs for legacy application access</flag> - <flag name='gnome-online-accounts'>Enable configuration panel for <pkg>net-libs/gnome-online-accounts</pkg> accounts</flag> - <flag name='google'>Enables support for accessing Google accounts via <pkg>dev-libs/libgdata</pkg></flag> - <flag name='http'>Enable the HTTP/DAV backend using <pkg>net-libs/libsoup-gnome</pkg></flag> + <flag name="afp">Enables support for accessing AFP (Apple Filing Protocol) network shares</flag> + <flag name="archive">Enables support for accessing files in archives transparently via <pkg>app-arch/libarchive</pkg></flag> + <flag name="bluray">Enable playback of Blu-ray filesystems using <pkg>media-libs/libbluray</pkg></flag> + <flag name="fuse">Enables fuse mount points in $HOME/.gvfs for legacy application access</flag> + <flag name="gnome-online-accounts">Enable configuration panel for <pkg>net-libs/gnome-online-accounts</pkg> accounts</flag> + <flag name="google">Enables support for accessing Google accounts via <pkg>dev-libs/libgdata</pkg></flag> + <flag name="http">Enable the HTTP/DAV backend using <pkg>net-libs/libsoup-gnome</pkg></flag> <flag name="nfs">Enable NFS client support via <pkg>net-fs/libnfs</pkg>.</flag> - <flag name='udev'>Enable udev base replacement code for cdda feature</flag> + <flag name="udev">Enable udev base replacement code for cdda feature</flag> </use> </pkgmetadata> |