summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/stardict/metadata.xml30
-rw-r--r--app-text/stardict/stardict-3.0.6-r3.ebuild5
2 files changed, 19 insertions, 16 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>
diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild
index 771c820e0de6..475d4f4058e7 100644
--- a/app-text/stardict/stardict-3.0.6-r3.ebuild
+++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
@@ -101,13 +101,14 @@ src_configure() {
--disable-schemas-install \
--disable-scrollkeeper \
$(use_enable advertisement) \
- $(use_enable dictdotcn) \
$(use_enable debug) \
+ $(use_enable dictdotcn) \
$(use_enable espeak) \
$(use_enable gucharmap) \
$(use_enable htmlparse) \
- $(use_enable qqwry) \
+ $(use_enable man) \
$(use_enable powerwordparse) \
+ $(use_enable qqwry) \
$(use_enable spell) \
$(use_enable tools) \
$(use_enable updateinfo) \