summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-01-24 23:15:58 +0100
committerMichał Górny <mgorny@gentoo.org>2016-01-24 23:58:38 +0100
commit4412ca2c79a50481eff42550e9d63cba74c9ffc4 (patch)
treec9fc5379b3c3097e4235ec64664ef2d893dd58ad /gnome-base
parentpackage.use.mask studio for net-analyzer/icinga2 (diff)
downloadgentoo-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')
-rw-r--r--gnome-base/gvfs/metadata.xml18
-rw-r--r--gnome-base/libglade/metadata.xml2
-rw-r--r--gnome-base/libgnomecanvas/metadata.xml2
3 files changed, 11 insertions, 11 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 &gt;= 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>
diff --git a/gnome-base/libglade/metadata.xml b/gnome-base/libglade/metadata.xml
index e7f00ddcd506..196142ca0ed4 100644
--- a/gnome-base/libglade/metadata.xml
+++ b/gnome-base/libglade/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>gnome</herd>
<use>
- <flag name='tools'>Install libglade-convert Python script.</flag>
+ <flag name="tools">Install libglade-convert Python script.</flag>
</use>
</pkgmetadata>
diff --git a/gnome-base/libgnomecanvas/metadata.xml b/gnome-base/libgnomecanvas/metadata.xml
index ea5254563c04..8a90da2158b0 100644
--- a/gnome-base/libgnomecanvas/metadata.xml
+++ b/gnome-base/libgnomecanvas/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<herd>gnome</herd>
<use>
- <flag name='glade'>Enable glade support</flag>
+ <flag name="glade">Enable glade support</flag>
</use>
</pkgmetadata>