commit:     b98ddf9be68d1a7d4339c4170559d071d7f1ba8e
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 08:43:53 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 08:44:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b98ddf9b

mail-client/claws-mail: libindicate -> appindicator

Closes: https://bugs.gentoo.org/720312
Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild | 12 +++++++-----
 mail-client/claws-mail/claws-mail-9999.ebuild      | 12 +++++++-----
 mail-client/claws-mail/metadata.xml                |  1 -
 3 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild 
b/mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild
index 02261d5f775..86b3570227e 100644
--- a/mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild
+++ b/mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild
@@ -20,14 +20,16 @@ fi
 SLOT="0"
 LICENSE="GPL-3"
 
-IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls 
+imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml networkmanager 
nls nntp +notification pdf perl +pgp python rss session sieve smime 
spamassassin spam-report spell startup-notification svg valgrind xface"
+IUSE="+appindicator archive bogofilter calendar clamav dbus debug dillo doc 
gdata +gnutls +imap ipv6 ldap +libcanberra +libnotify litehtml networkmanager 
nls nntp +notification pdf perl +pgp python rss session sieve smime 
spamassassin spam-report spell startup-notification svg valgrind xface"
 
-REQUIRED_USE="libcanberra? ( notification )
-       libindicate? ( notification )
+REQUIRED_USE="
+       appindicator? ( notification )
+       libcanberra? ( notification )
        libnotify? ( notification )
        networkmanager? ( dbus )
        python? ( ${PYTHON_REQUIRED_USE} )
-       smime? ( pgp )"
+       smime? ( pgp )
+"
 
 COMMONDEPEND="
        dev-libs/nettle:=
@@ -66,8 +68,8 @@ COMMONDEPEND="
        nntp? ( >=net-libs/libetpan-0.57 )
        notification? (
                dev-libs/glib:2
+               appindicator? ( dev-libs/libindicate:3[gtk] )
                libcanberra? (  media-libs/libcanberra[gtk] )
-               libindicate? ( dev-libs/libindicate:3[gtk] )
                libnotify? ( x11-libs/libnotify )
        )
        pdf? ( app-text/poppler[cairo] )

diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild 
b/mail-client/claws-mail/claws-mail-9999.ebuild
index 7956bc9f6f7..e968982b5db 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -20,13 +20,15 @@ fi
 SLOT="0"
 LICENSE="GPL-3"
 
-IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls 
gtk2 +imap ipv6 ldap +libcanberra +libindicate +libnotify litehtml 
networkmanager nls nntp +notification pdf perl +pgp python rss session sieve 
smime spamassassin spam-report spell startup-notification svg valgrind xface"
-REQUIRED_USE="libcanberra? ( notification )
-       libindicate? ( notification )
+IUSE="+appindicator archive bogofilter calendar clamav dbus debug dillo doc 
gdata +gnutls gtk2 +imap ipv6 ldap +libcanberra +libnotify litehtml 
networkmanager nls nntp +notification pdf perl +pgp python rss session sieve 
smime spamassassin spam-report spell startup-notification svg valgrind xface"
+REQUIRED_USE="
+       appindicator? ( notification )
+       libcanberra? ( notification )
        libnotify? ( notification )
        networkmanager? ( dbus )
        python? ( ${PYTHON_REQUIRED_USE} )
-       smime? ( pgp )"
+       smime? ( pgp )
+"
 
 COMMONDEPEND="
        dev-libs/nettle:=
@@ -66,8 +68,8 @@ COMMONDEPEND="
        nntp? ( >=net-libs/libetpan-0.57 )
        notification? (
                dev-libs/glib:2
+               appindicator? ( dev-libs/libindicate:3[gtk] )
                libcanberra? (  media-libs/libcanberra[gtk] )
-               libindicate? ( dev-libs/libindicate:3[gtk] )
                libnotify? ( x11-libs/libnotify )
        )
        pdf? ( app-text/poppler[cairo] )

diff --git a/mail-client/claws-mail/metadata.xml 
b/mail-client/claws-mail/metadata.xml
index a6bb23809b1..37ba0db697c 100644
--- a/mail-client/claws-mail/metadata.xml
+++ b/mail-client/claws-mail/metadata.xml
@@ -12,7 +12,6 @@
                <flag name="gdata">Enable plugin for access to Google data 
providers</flag>
                <flag name="gtk2">Build support for GTK+-2 instead of GTK+-3 
(live ebuild only)</flag>
                <flag name="libcanberra">Enable sound notification in 
connection with USE=notification</flag>
-               <flag name="libindicate">Enable notification through DBUS in 
connection with USE=notification</flag>
                <flag name="libnotify">Enable notification on the desktop in 
connection with USE=notification</flag>
                <flag name="litehtml">Enable <pkg>dev-libs/gumbo</pkg> html 
viewer plugin</flag>
                <flag name="notification">Notification for new mail in 
different way, see also USE flags libcanberra, libindicate and libnotify</flag>

Reply via email to