21 |
21 |
SLOT="0"
|
22 |
22 |
LICENSE="GPL-3"
|
23 |
23 |
|
24 |
|
IUSE="+appindicator archive bogofilter calendar clamav dbus debug 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 xface"
|
|
24 |
IUSE="+appindicator archive bogofilter calendar clamav dbus debug 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"
|
25 |
25 |
REQUIRED_USE="
|
26 |
26 |
appindicator? ( notification )
|
27 |
27 |
libcanberra? ( notification )
|
... | ... | |
36 |
36 |
sys-libs/zlib:=
|
37 |
37 |
x11-libs/cairo
|
38 |
38 |
x11-libs/gdk-pixbuf:2[jpeg]
|
39 |
|
x11-libs/gtk+:2
|
|
39 |
x11-libs/gtk+:3
|
40 |
40 |
x11-libs/libX11
|
41 |
41 |
x11-libs/pango
|
42 |
42 |
archive? (
|
... | ... | |
67 |
67 |
notification? (
|
68 |
68 |
dev-libs/glib:2
|
69 |
69 |
appindicator? ( dev-libs/libindicate:3[gtk] )
|
70 |
|
libcanberra? ( media-libs/libcanberra[gtk2] )
|
|
70 |
libcanberra? ( media-libs/libcanberra[gtk3] )
|
71 |
71 |
libnotify? ( x11-libs/libnotify )
|
72 |
72 |
)
|
73 |
73 |
pdf? ( app-text/poppler[cairo] )
|
... | ... | |
82 |
82 |
startup-notification? ( x11-libs/startup-notification )
|
83 |
83 |
svg? ( >=gnome-base/librsvg-2.40.5 )
|
84 |
84 |
valgrind? ( dev-util/valgrind )
|
|
85 |
webkit? ( net-libs/webkit-gtk:4 )
|
85 |
86 |
"
|
86 |
87 |
|
87 |
88 |
DEPEND="${COMMONDEPEND}
|
... | ... | |
107 |
108 |
|
108 |
109 |
PATCHES=(
|
109 |
110 |
"${FILESDIR}/${PN}-3.17.5-enchant-2_default.patch"
|
110 |
|
"${FILESDIR}/${PN}-3.19.0-perl-5.36.patch"
|
|
111 |
"${FILESDIR}/${PN}-4.1.0-perl-5.36.patch"
|
|
112 |
"${FILESDIR}/${PN}-4.1.0-disable_gnutls.patch"
|
111 |
113 |
)
|
112 |
114 |
|
113 |
115 |
src_prepare() {
|
... | ... | |
122 |
124 |
local myeconfargs=(
|
123 |
125 |
--disable-bsfilter-plugin
|
124 |
126 |
--disable-dillo-plugin
|
125 |
|
--disable-fancy-plugin
|
126 |
127 |
--disable-generic-umpc
|
127 |
128 |
--disable-jpilot #735118
|
128 |
129 |
--enable-acpi_notifier-plugin
|
... | ... | |
166 |
167 |
$(use_enable startup-notification)
|
167 |
168 |
$(use_enable svg)
|
168 |
169 |
$(use_enable valgrind valgrind)
|
|
170 |
$(use_enable webkit fancy-plugin)
|
169 |
171 |
$(use_enable xface compface)
|
170 |
172 |
)
|
171 |
173 |
|
... | ... | |
210 |
212 |
}
|
211 |
213 |
|
212 |
214 |
pkg_postinst() {
|
213 |
|
ewarn "When upgrading from version <3.18 please re-load any plugin you use"
|
|
215 |
ewarn "When upgrading from version 3.x please re-load any plugin you use"
|
214 |
216 |
xdg_pkg_postinst
|
215 |
217 |
}
|