diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-08-17 11:52:41 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-08-17 11:54:52 +0200 |
commit | 16a5a989d625afeb02808a6f194f8b5be61b3eae (patch) | |
tree | f2b3e1d3fc20bce221bb6c19bfcf0d0a9fcea009 /mail-client/claws-mail | |
parent | mail-client/claws-mail: Bump to version 3.17.0 (diff) | |
download | gentoo-16a5a989d625afeb02808a6f194f8b5be61b3eae.tar.gz gentoo-16a5a989d625afeb02808a6f194f8b5be61b3eae.tar.bz2 gentoo-16a5a989d625afeb02808a6f194f8b5be61b3eae.zip |
mail-client/claws-mail: Synced live ebuild.
Package-Manager: Portage-2.3.46, Repoman-2.3.10
Diffstat (limited to 'mail-client/claws-mail')
-rw-r--r-- | mail-client/claws-mail/claws-mail-9999.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index 4b9a1b1f12eb..c9a2357c18e3 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -20,7 +20,7 @@ fi SLOT="0" LICENSE="GPL-3" -IUSE="archive bogofilter calendar clamav dbus debug doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" +IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls gtk3 +imap ipv6 ldap +libcanberra +libindicate +libnotify networkmanager nls nntp +notification pda pdf perl +pgp python rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind xface" REQUIRED_USE="libcanberra? ( notification ) libindicate? ( notification ) libnotify? ( notification ) @@ -29,6 +29,7 @@ REQUIRED_USE="libcanberra? ( notification ) smime? ( pgp )" COMMONDEPEND=" + dev-libs/nettle net-mail/ytnef archive? ( app-arch/libarchive @@ -41,6 +42,7 @@ COMMONDEPEND=" ) dbus? ( >=dev-libs/dbus-glib-0.60 ) gdata? ( >=dev-libs/libgdata-0.17.2 ) + dillo? ( www-client/dillo ) gnutls? ( >=net-libs/gnutls-3.0 ) gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( >=x11-libs/gtk+-2.24:2 ) @@ -123,6 +125,7 @@ src_configure() { $(use_enable clamav clamd-plugin) $(use_enable dbus) $(use_enable debug crash-dialog) + $(use_enable dillo dillo-plugin) $(use_enable doc manual) $(use_enable gdata gdata-plugin) $(use_enable gnutls) @@ -199,7 +202,7 @@ pkg_postinst() { ewarn "When upgrading from version 3.9.0 or below some changes have happened:" ewarn "- There are no individual plugins in mail-client/claws-mail-* anymore, but they are integrated mostly controlled through USE flags" ewarn "- Plugins with no special dependencies are just built and can be loaded through the interface" - ewarn "- The gtkhtml2, dillo and trayicon plugins have been dropped entirely" + ewarn "- The gtkhtml2 and trayicon plugins have been dropped entirely" gnome2_icon_cache_update xdg_desktop_database_update } |