summaryrefslogtreecommitdiff
path: root/mail-client/claws-mail/claws-mail-9999.ebuild
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2022-05-07 18:04:43 +0100
committerdakkar <dakkar@thenautilus.net>2022-05-07 18:04:43 +0100
commitdc58a24fb90efd85c3f67aac3008280cc793efd6 (patch)
tree07de4cfd4a5abc5eb7d857f1d01a9c0952a78467 /mail-client/claws-mail/claws-mail-9999.ebuild
parentfix claws deps (diff)
downloadgentoo-overlay-dc58a24fb90efd85c3f67aac3008280cc793efd6.tar.gz
gentoo-overlay-dc58a24fb90efd85c3f67aac3008280cc793efd6.tar.bz2
gentoo-overlay-dc58a24fb90efd85c3f67aac3008280cc793efd6.zip
clean claws ebuild
Diffstat (limited to 'mail-client/claws-mail/claws-mail-9999.ebuild')
-rw-r--r--mail-client/claws-mail/claws-mail-9999.ebuild19
1 files changed, 4 insertions, 15 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild
index 49bb00b..e6e26d0 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -19,7 +19,7 @@ fi
SLOT="0"
LICENSE="GPL-3"
-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 rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit 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 rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit xface"
REQUIRED_USE="
appindicator? ( notification )
libcanberra? ( notification )
@@ -52,8 +52,7 @@ COMMONDEPEND="
gdata? ( >=dev-libs/libgdata-0.17.2 )
dillo? ( www-client/dillo )
gnutls? ( >=net-libs/gnutls-3.0 )
- !gtk2? ( x11-libs/gtk+:3 )
- gtk2? ( >=x11-libs/gtk+-2.24:2 )
+ x11-libs/gtk+:3
imap? ( >=net-libs/libetpan-0.57 )
ldap? ( >=net-nds/openldap-2.0.7 )
litehtml? (
@@ -67,7 +66,7 @@ COMMONDEPEND="
notification? (
dev-libs/glib:2
appindicator? ( dev-libs/libindicate:3[gtk] )
- libcanberra? ( gtk2? ( media-libs/libcanberra[gtk2] ) !gtk2? ( media-libs/libcanberra[gtk3] ) )
+ libcanberra? ( media-libs/libcanberra[gtk3] )
libnotify? ( x11-libs/libnotify )
)
pdf? ( app-text/poppler[cairo] )
@@ -109,12 +108,6 @@ PATCHES=(
"${FILESDIR}/${PN}-3.17.5-enchant-2_default.patch"
)
-pkg_setup() {
- if [[ "${PV}" == *9999 ]] && ! use gtk2 ; then
- EGIT_BRANCH="gtk3"
- fi
-}
-
src_prepare() {
xdg_src_prepare
eautoreconf
@@ -214,9 +207,5 @@ src_install() {
}
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 and trayicon plugins have been dropped entirely"
xdg_pkg_postinst
}