summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2020-08-12 10:43:53 +0200
committerLars Wendler <polynomial-c@gentoo.org>2020-08-12 10:44:13 +0200
commitb98ddf9be68d1a7d4339c4170559d071d7f1ba8e (patch)
treea9540e2c3fb75fc46535922b22da86d609a4e685 /mail-client/claws-mail
parentdev-tcltk/snack: EAPI 7 and fixes (diff)
downloadgentoo-b98ddf9be68d1a7d4339c4170559d071d7f1ba8e.tar.gz
gentoo-b98ddf9be68d1a7d4339c4170559d071d7f1ba8e.tar.bz2
gentoo-b98ddf9be68d1a7d4339c4170559d071d7f1ba8e.zip
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@gentoo.org>
Diffstat (limited to 'mail-client/claws-mail')
-rw-r--r--mail-client/claws-mail/claws-mail-3.17.6-r1.ebuild12
-rw-r--r--mail-client/claws-mail/claws-mail-9999.ebuild12
-rw-r--r--mail-client/claws-mail/metadata.xml1
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 02261d5f7751..86b3570227ef 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 7956bc9f6f7b..e968982b5db6 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 a6bb23809b1e..37ba0db697cb 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>