summaryrefslogtreecommitdiff
path: root/mail-client/claws-mail/claws-mail-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-02 23:19:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-02 23:19:01 +0100
commitd288197c01703f58dbea0ff4f42b01e7c4c6f327 (patch)
tree5a9afa2f3fc3271753649a9b2c3c7045a7e85104 /mail-client/claws-mail/claws-mail-9999.ebuild
parent97310164515a0a048d4f049ae2d3e8d413fb94c6 (diff)
gentoo auto-resync : 02:04:2023 - 23:19:00
Diffstat (limited to 'mail-client/claws-mail/claws-mail-9999.ebuild')
-rw-r--r--mail-client/claws-mail/claws-mail-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild
index b80a3e3d3d7a..98ad693f8d9b 100644
--- a/mail-client/claws-mail/claws-mail-9999.ebuild
+++ b/mail-client/claws-mail/claws-mail-9999.ebuild
@@ -22,7 +22,7 @@ SLOT="0"
QA_PKGCONFIG_VERSION="${PV}.0"
LICENSE="GPL-3"
-IUSE="archive bogofilter calendar clamav dbus debug dillo doc gdata +gnutls +imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification +oauth pdf perl +pgp rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit xface"
+IUSE="archive bogofilter calendar clamav dbus debug doc gdata +gnutls +imap ldap +libcanberra +libnotify litehtml networkmanager nls nntp +notification +oauth pdf perl +pgp rss session sieve smime spamassassin spam-report spell startup-notification svg valgrind webkit xface"
REQUIRED_USE="
libcanberra? ( notification )
libnotify? ( notification )
@@ -56,7 +56,6 @@ COMMONDEPEND="
sys-apps/dbus
)
gdata? ( >=dev-libs/libgdata-0.17.2 )
- dillo? ( www-client/dillo )
gnutls? ( >=net-libs/gnutls-3.0 )
imap? ( >=net-libs/libetpan-0.57 )
ldap? ( >=net-nds/openldap-2.0.7:= )
@@ -88,7 +87,7 @@ COMMONDEPEND="
startup-notification? ( x11-libs/startup-notification )
svg? ( >=gnome-base/librsvg-2.40.5 )
valgrind? ( dev-util/valgrind )
- webkit? ( net-libs/webkit-gtk:4 )
+ webkit? ( net-libs/webkit-gtk:4.1 )
"
DEPEND="${COMMONDEPEND}
@@ -113,12 +112,15 @@ PATCHES=(
src_prepare() {
default
+ sed -e "s/webkit2gtk-4.0/webkit2gtk-4.1/" -i configure.ac || die
+
eautoreconf
}
src_configure() {
local myeconfargs=(
--disable-bsfilter-plugin
+ --disable-dillo-plugin
--disable-generic-umpc
--disable-jpilot #735118
--disable-python-plugin
@@ -141,7 +143,6 @@ src_configure() {
$(use_enable debug crash-dialog)
$(use_enable debug more-addressbook-debug)
$(use_enable debug more-ldap-debug)
- $(use_enable dillo dillo-plugin)
$(use_enable doc manual)
$(use_enable gdata gdata-plugin)
$(use_enable gnutls)