public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Savchenko" <bircoph@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/
Date: Mon,  5 Dec 2016 12:06:45 +0000 (UTC)	[thread overview]
Message-ID: <1480939600.c6808cd503e49c9882c0fe7d7ffdf0ee751f1d38.bircoph@gentoo> (raw)

commit:     c6808cd503e49c9882c0fe7d7ffdf0ee751f1d38
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 08:01:47 2016 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 12:06:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6808cd5

app-text/stardict: add support for new plugins

Package-Manager: portage-2.3.2
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 app-text/stardict/metadata.xml                     |  5 +++++
 .../stardict/stardict-4.0.0_pre20160518.ebuild     | 24 +++++++++++++++-------
 2 files changed, 22 insertions(+), 7 deletions(-)

diff --git a/app-text/stardict/metadata.xml b/app-text/stardict/metadata.xml
index 8cb938c..b6f257e 100644
--- a/app-text/stardict/metadata.xml
+++ b/app-text/stardict/metadata.xml
@@ -13,11 +13,15 @@
 	 </longdescription>
 	<use>
 		<flag name="advertisement">Enable stardict advertisements plugin</flag>
+		<flag name="cal">Enable calendar support using cal program</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="flite">Enable text to speech synthesizer plugin using
 			<pkg>app-accessibility/flite</pkg> engine</flag>
+		<flag name="fortune">Enable plugin to read fortune messages using
+			<pkg>games-misc/fortune-mod</pkg>. You may consider installing
+			<pkg>games-misc/fortune-mod-all</pkg> to get all fortune messages.</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>
@@ -36,6 +40,7 @@
 			lexical database</flag>
 		<flag name="xdxfparse">Enable plugin to parse dictionaries in xdxf (XML Dictionary
 			eXchange Format)</flag>
+		<flag name="youdaodict">Enable youdao.com network plugin (for Chinese language)</flag>
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">stardict-4</remote-id>

diff --git a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild
index 56ec1b7..c638d0f 100644
--- a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild
+++ b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild
@@ -23,9 +23,10 @@ SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz
 LICENSE="CPL-1.0 GPL-3 LGPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="advertisement debug dictdotcn espeak examples +gucharmap
-+htmlparse man perl +powerwordparse pronounce python qqwry spell
-tools updateinfo +wikiparse +wordnet +xdxfparse"
+IUSE="advertisement cal debug dictdotcn espeak examples flite
+fortune gucharmap +htmlparse info man perl +powerwordparse
+pronounce python qqwry spell tools updateinfo +wikiparse +wordnet
++xdxfparse youdaodict"
 
 RESTRICT="test"
 
@@ -37,6 +38,8 @@ COMMON_DEPEND="
 	>=x11-libs/gtk+-2.20:2
 	x11-libs/libX11
 	x11-libs/pango
+	espeak? ( >=app-accessibility/espeak-1.29 )
+	flite? ( app-accessibility/flite )
 	gucharmap? ( gnome-extra/gucharmap:0= )
 	spell? ( >=app-text/enchant-1.2 )
 	tools? (
@@ -48,7 +51,8 @@ COMMON_DEPEND="
 	)
 "
 RDEPEND="${COMMON_DEPEND}
-	espeak? ( >=app-accessibility/espeak-1.29 )
+	info? ( sys-apps/texinfo )
+	fortune? ( games-misc/fortune-mod )
 	perl? ( dev-lang/perl )
 "
 DEPEND="${COMMON_DEPEND}
@@ -104,19 +108,25 @@ src_configure() {
 		--disable-schemas-install \
 		--disable-scrollkeeper \
 		$(use_enable advertisement) \
-		$(use_enable dictdotcn) \
+		$(use_enable cal) \
 		$(use_enable debug) \
+		$(use_enable dictdotcn) \
 		$(use_enable espeak) \
+		$(use_enable flite) \
+		$(use_enable fortune) \
 		$(use_enable gucharmap) \
 		$(use_enable htmlparse) \
-		$(use_enable qqwry) \
+		$(use_enable info) \
+		$(use_enable man) \
 		$(use_enable powerwordparse) \
+		$(use_enable qqwry) \
 		$(use_enable spell) \
 		$(use_enable tools) \
 		$(use_enable updateinfo) \
 		$(use_enable wikiparse) \
 		$(use_enable wordnet) \
-		$(use_enable xdxfparse)
+		$(use_enable xdxfparse) \
+		$(use_enable youdaodict)
 }
 
 src_install() {


             reply	other threads:[~2016-12-05 12:06 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-05 12:06 Andrew Savchenko [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-06 14:18 [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/ Sam James
2023-04-03  5:54 Sam James
2020-09-19  8:04 Michał Górny
2020-02-02 19:35 Mart Raudsepp
2018-08-25 14:45 Andrew Savchenko
2018-08-25 14:45 Andrew Savchenko
2018-08-25 14:45 Andrew Savchenko
2017-11-25 19:55 David Seifert
2017-01-03 21:22 Andrew Savchenko
2017-01-02 11:09 Andrew Savchenko
2017-01-02 11:09 Andrew Savchenko
2016-12-30  9:39 Agostino Sarubbo
2016-12-26 12:30 Aaron Bauman
2016-12-05 12:06 Andrew Savchenko
2016-12-05 12:06 Andrew Savchenko
2016-12-05 12:06 Andrew Savchenko
2016-12-05 12:06 Andrew Savchenko
2016-12-05 12:06 Andrew Savchenko
2016-12-03 17:11 Andrew Savchenko
2016-12-03 16:47 Andrew Savchenko
2016-12-03 16:47 Andrew Savchenko
2016-12-03 16:47 Andrew Savchenko
2016-12-03 16:47 Andrew Savchenko
2016-12-03 16:47 Andrew Savchenko
2016-12-02  7:14 Andrew Savchenko
2016-03-17 10:59 Michael Palimaka
2016-03-17 10:50 Agostino Sarubbo
2015-12-26 10:36 Agostino Sarubbo
2015-12-25 15:13 Agostino Sarubbo
2015-11-21 12:58 Pacho Ramos
2015-11-21 12:58 Pacho Ramos
2015-11-09 21:51 Pacho Ramos
2015-09-23 12:52 Agostino Sarubbo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480939600.c6808cd503e49c9882c0fe7d7ffdf0ee751f1d38.bircoph@gentoo \
    --to=bircoph@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox