summaryrefslogtreecommitdiff
path: root/app-i18n/fcitx
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 /app-i18n/fcitx
parent3ed063d792064b1b8979b6adbfb1079adbad8a60 (diff)
downloadgentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.gz
gentoo-4412ca2c79a50481eff42550e9d63cba74c9ffc4.tar.xz
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 'app-i18n/fcitx')
-rw-r--r--app-i18n/fcitx/metadata.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/app-i18n/fcitx/metadata.xml b/app-i18n/fcitx/metadata.xml
index aecebce7655..9be9adb92d3 100644
--- a/app-i18n/fcitx/metadata.xml
+++ b/app-i18n/fcitx/metadata.xml
@@ -3,15 +3,15 @@
<pkgmetadata>
<herd>cjk</herd>
<use>
- <flag name='autostart'>Enable xdg-compatible autostart of fcitx</flag>
- <flag name='enchant'>Use <pkg>app-text/enchant</pkg> for text prediction</flag>
- <flag name='introspection'>Enable GObject Introspection</flag>
- <flag name='gtk'>Install GTK2 IM module</flag>
- <flag name='gtk3'>Install GTK3 IM module</flag>
- <flag name='opencc'>Enable OpenCC for Chinese Transform</flag>
- <flag name='pango'>Enable support for <pkg>x11-libs/pango</pkg></flag>
- <flag name='qt4'>Install Qt4 IM module</flag>
- <flag name='snooper'>Enable Key Snooper for GTK app</flag>
- <flag name='table'>Enable Table IM</flag>
+ <flag name="autostart">Enable xdg-compatible autostart of fcitx</flag>
+ <flag name="enchant">Use <pkg>app-text/enchant</pkg> for text prediction</flag>
+ <flag name="introspection">Enable GObject Introspection</flag>
+ <flag name="gtk">Install GTK2 IM module</flag>
+ <flag name="gtk3">Install GTK3 IM module</flag>
+ <flag name="opencc">Enable OpenCC for Chinese Transform</flag>
+ <flag name="pango">Enable support for <pkg>x11-libs/pango</pkg></flag>
+ <flag name="qt4">Install Qt4 IM module</flag>
+ <flag name="snooper">Enable Key Snooper for GTK app</flag>
+ <flag name="table">Enable Table IM</flag>
</use>
</pkgmetadata>