app-text/stardict: fix missed man configure flag
authorAndrew Savchenko <bircoph@gentoo.org>
Mon, 5 Dec 2016 07:15:40 +0000 (10:15 +0300)
committerAndrew Savchenko <bircoph@gentoo.org>
Mon, 5 Dec 2016 12:06:39 +0000 (15:06 +0300)
Package-Manager: portage-2.3.2
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
app-text/stardict/metadata.xml
app-text/stardict/stardict-3.0.6-r3.ebuild

index 8b2d995c819715ef4de39d88dfead60a851eaf49..8cb938c70ab851b4aeb06e864845b6324c29aeda 100644 (file)
@@ -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>
index 771c820e0de63c4b131f12eba58eef573c6447df..475d4f4058e7553f21b9bd0850a3ae50d0e7a947 100644 (file)
@@ -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) \