diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-12-05 10:15:40 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-12-05 15:06:39 +0300 |
commit | d581c747b5022e250d921c19cf86dbb7876ac697 (patch) | |
tree | e6b4368c3f4fd5b94a204fe88029538947a3286b /app-text/stardict/metadata.xml | |
parent | app-text/stardict: tools: add new and update dependencies (diff) | |
download | gentoo-d581c747b5022e250d921c19cf86dbb7876ac697.tar.gz gentoo-d581c747b5022e250d921c19cf86dbb7876ac697.tar.bz2 gentoo-d581c747b5022e250d921c19cf86dbb7876ac697.zip |
app-text/stardict: fix missed man configure flag
Package-Manager: portage-2.3.2
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'app-text/stardict/metadata.xml')
-rw-r--r-- | app-text/stardict/metadata.xml | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/app-text/stardict/metadata.xml b/app-text/stardict/metadata.xml index 8b2d995c8197..8cb938c70ab8 100644 --- a/app-text/stardict/metadata.xml +++ b/app-text/stardict/metadata.xml @@ -9,31 +9,33 @@ StarDict is an international dictionary Software. It has powerful features such as "Glob-style pattern matching", "Scan selection word," "Fuzzy query," etc. Stardict Version3.0 has developed a lot of new functions, such - as Full-text translation, Net Dict. + as Full-text translation, Net Dict. </longdescription> <use> <flag name="advertisement">Enable stardict advertisements plugin</flag> <flag name="dictdotcn">Enable dict.cn network plugin (for Chinese language)</flag> <flag name="espeak">Enable text to speech synthesizer plugin using <pkg>app-accessibility/espeak</pkg> engine</flag> - <flag name="gucharmap">Enable plugin for unicode symbols description - using <pkg>gnome-extra/gucharmap</pkg></flag> + <flag name="flite">Enable text to speech synthesizer plugin using + <pkg>app-accessibility/flite</pkg> engine</flag> + <flag name="gucharmap">Enable plugin for unicode symbols description using + <pkg>gnome-extra/gucharmap</pkg></flag> <flag name="htmlparse">Enable plugin to parse dictionaries with html content</flag> + <flag name="info">Enable plugin to read info pages</flag> <flag name="man">Enable plugin to read manual pages</flag> - <flag name="pronounce">Install WyabdcRealPeopleTTS package (it is just - many .wav files) to make StarDict pronounce English words</flag> - <flag name="qqwry">Enable QQWry plugin, which provides information (in - Chinese language) about geographical positions, owner, etc. for IP - addresses</flag> <flag name="powerwordparse">Enable plugin to parse powerword dictionaries</flag> - <flag name="tools">Build and install dictionary management tools and - converters from various dictionary formats</flag> + <flag name="pronounce">Install WyabdcRealPeopleTTS package (it is just many .wav files) + to make StarDict pronounce English words</flag> + <flag name="qqwry">Enable QQWry plugin, which provides information (in Chinese language) + about geographical positions, owner, etc. for IP addresses</flag> + <flag name="tools">Build and install dictionary management tools and converters from + various dictionary formats</flag> <flag name="updateinfo">Enable plugin to check for stardict updates</flag> <flag name="wikiparse">Enable plugin to parse dictionaries in wikimedia format</flag> - <flag name="wordnet">Enable wordnet plugin to find similar English words - using lexical database</flag> - <flag name="xdxfparse">Enable plugin to parse dictionaries - in xdxf (XML Dictionary eXchange Format)</flag> + <flag name="wordnet">Enable wordnet plugin to find similar English words using + lexical database</flag> + <flag name="xdxfparse">Enable plugin to parse dictionaries in xdxf (XML Dictionary + eXchange Format)</flag> </use> <upstream> <remote-id type="sourceforge">stardict-4</remote-id> |