Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/
Date: Fri, 05 Aug 2022 20:49:39
Message-Id: 1659732554.d8dda7ef6086e372873fc3e3a15aa13313ac6486.mattst88@gentoo
1 commit: d8dda7ef6086e372873fc3e3a15aa13313ac6486
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 5 16:17:37 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 5 20:49:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8dda7ef
7
8 mail-client/evolution: Version bump to 3.44.4
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 mail-client/evolution/Manifest | 1 +
13 mail-client/evolution/evolution-3.44.4.ebuild | 149 ++++++++++++++++++++++++++
14 2 files changed, 150 insertions(+)
15
16 diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
17 index 9071ddbf781f..26739bd248de 100644
18 --- a/mail-client/evolution/Manifest
19 +++ b/mail-client/evolution/Manifest
20 @@ -1,2 +1,3 @@
21 DIST evolution-3.44.2.tar.xz 13109776 BLAKE2B df01a14db82902da97e52dfea6b4b3a3839a9b801d5422da360e9379786be3e736a2b6c91a2f850c76f288c196b98fe98ea48cbec080e094bd6f2313c65f95c9 SHA512 e7dffc5cb4a9a84cccf881c75ba347f9bae3c87fd76613c9cc363bab9aeda864288ca93b48347c08c82734f20f237d489d3670789e2b38b7ed5efbaa9b8ca4a3
22 DIST evolution-3.44.3.tar.xz 13129136 BLAKE2B b0a5e30ab1ee8a1dd1f760a815e2eed4a241f457469d6887fbfe032ef2f01133a3cf93baeadb1673197b4725fe463bd0b51eb7a461e2adc20d76e0adb5280ad0 SHA512 b314082f4bc8b0515d90afb7292cd0713f4412c89e6b71e2a46c9d516bef7aa822128a82cddcd155b5bece2c903b464108068abfce5729a617eaf83a184019ab
23 +DIST evolution-3.44.4.tar.xz 13130588 BLAKE2B ffb6da420acbf7be7e5eb6fad44bcb9f00e9c52f99314a4f8e8e35e898eaac8a8fdc511328fd519fed5ac9ef98e63e326cfc7dde324919c1cc6e60ff17b3ad76 SHA512 1c2a30e00e4f9226ced2617cf5a69f33db914d5a94dd22223c9dc12e635952a52e2fac395d49de70c70c21004fb0d87e3ba81725aff924bb0b386ffb4901d058
24
25 diff --git a/mail-client/evolution/evolution-3.44.4.ebuild b/mail-client/evolution/evolution-3.44.4.ebuild
26 new file mode 100644
27 index 000000000000..c13c784fb594
28 --- /dev/null
29 +++ b/mail-client/evolution/evolution-3.44.4.ebuild
30 @@ -0,0 +1,149 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit cmake gnome2 readme.gentoo-r1
37 +
38 +DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
39 +HOMEPAGE="https://wiki.gnome.org/Apps/Evolution https://gitlab.gnome.org/GNOME/evolution"
40 +
41 +# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
42 +LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
43 +SLOT="2.0"
44 +
45 +IUSE="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin spell ssl +weather ytnef"
46 +
47 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
48 +
49 +# glade-3 support is for maintainers only per configure.ac
50 +# pst is not mature enough and changes API/ABI frequently
51 +# dconf explicitely needed for backup plugin
52 +# gnome-desktop support is optional with --enable-gnome-desktop
53 +# automagic libunity dep
54 +# >=gspell-1.8 to ensure it uses enchant:2 like webkit-gtk
55 +DEPEND="
56 + >=app-crypt/gcr-3.4:=[gtk]
57 + >=app-text/enchant-2.2.0:2
58 + >=dev-db/sqlite-3.7.17
59 + >=dev-libs/glib-2.56:2[dbus]
60 + >=dev-libs/libxml2-2.7.3:2
61 + >=gnome-base/gnome-desktop-2.91.3:3=
62 + >=gnome-base/gsettings-desktop-schemas-2.91.92
63 + >=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
64 + >=media-libs/libcanberra-0.25[gtk3]
65 + >=net-libs/libsoup-2.42:2.4
66 + >=net-libs/webkit-gtk-2.28.0:4=[spell?]
67 + >=x11-libs/cairo-1.9.15[glib]
68 + >=x11-libs/gdk-pixbuf-2.24:2
69 + >=x11-libs/gtk+-3.22:3
70 + >=x11-libs/libnotify-0.7
71 + >=x11-misc/shared-mime-info-0.22
72 +
73 + app-text/cmark:=
74 + >=app-text/iso-codes-0.49
75 + dev-libs/atk
76 + gnome-base/dconf
77 + x11-libs/libSM
78 + x11-libs/libICE
79 +
80 + archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] )
81 + bogofilter? ( mail-filter/bogofilter )
82 + geolocation? (
83 + >=media-libs/libchamplain-0.12:0.12[gtk]
84 + >=media-libs/clutter-1.0.0:1.0
85 + >=media-libs/clutter-gtk-0.90:1.0
86 + >=sci-geosciences/geocode-glib-3.10.0 )
87 + ldap? ( >=net-nds/openldap-2:= )
88 + spamassassin? ( mail-filter/spamassassin )
89 + spell? ( >=app-text/gspell-1.8:= )
90 + ssl? (
91 + >=dev-libs/nspr-4.6.1
92 + >=dev-libs/nss-3.11
93 + )
94 + weather? ( >=dev-libs/libgweather-3.91.0:4= )
95 + ytnef? ( net-mail/ytnef )
96 +"
97 +RDEPEND="${DEPEND}
98 + highlight? ( app-text/highlight )
99 +"
100 +BDEPEND="
101 + app-text/docbook-xml-dtd:4.1.2
102 + dev-util/gdbus-codegen
103 + dev-util/glib-utils
104 + dev-util/itstool
105 + gtk-doc? ( dev-util/gtk-doc
106 + app-text/docbook-xml-dtd:4.3 )
107 + >=dev-util/intltool-0.40.0
108 + >=sys-devel/gettext-0.18.3
109 + virtual/pkgconfig
110 +"
111 +
112 +DISABLE_AUTOFORMATTING="yes"
113 +DOC_CONTENTS="To change the default browser if you are not using GNOME, edit
114 +~/.local/share/applications/mimeapps.list so it includes the
115 +following content:
116 +
117 +[Default Applications]
118 +x-scheme-handler/http=firefox.desktop
119 +x-scheme-handler/https=firefox.desktop
120 +
121 +(replace firefox.desktop with the name of the appropriate .desktop
122 +file from /usr/share/applications if you use a different browser)."
123 +
124 +# global scope PATCHES or DOCS array mustn't be used due to double default_src_prepare
125 +# call; if needed, set them after cmake_src_prepare call, if that works
126 +
127 +src_prepare() {
128 + cmake_src_prepare
129 + gnome2_src_prepare
130 +}
131 +
132 +src_configure() {
133 + # Use NSS/NSPR only if 'ssl' is enabled.
134 + local mycmakeargs=(
135 + -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
136 + -DENABLE_SCHEMAS_COMPILE=OFF
137 + -DENABLE_GTK_DOC=$(usex gtk-doc)
138 + -DWITH_OPENLDAP=$(usex ldap)
139 + -DENABLE_SMIME=$(usex ssl)
140 + -DENABLE_GNOME_DESKTOP=ON
141 + -DWITH_ENCHANT_VERSION=2
142 + -DENABLE_CANBERRA=ON
143 + -DENABLE_AUTOAR=$(usex archive)
144 + -DWITH_HELP=ON
145 + -DENABLE_YTNEF=OFF
146 + -DWITH_BOGOFILTER=$(usex bogofilter)
147 + -DWITH_SPAMASSASSIN=$(usex spamassassin)
148 + -DENABLE_GSPELL=$(usex spell)
149 + -DENABLE_TEXT_HIGHLIGHT=$(usex highlight)
150 + -DENABLE_WEATHER=$(usex weather)
151 + -DWITH_GWEATHER4=ON
152 + -DENABLE_CONTACT_MAPS=$(usex geolocation)
153 + -DENABLE_YTNEF=$(usex ytnef)
154 + -DENABLE_PST_IMPORT=OFF
155 + -DWITH_GLADE_CATALOG=OFF
156 + -DENABLE_MARKDOWN=ON
157 + )
158 +
159 + cmake_src_configure
160 +}
161 +
162 +src_compile() {
163 + cmake_src_compile
164 +}
165 +
166 +src_test() {
167 + cmake_src_test
168 +}
169 +
170 +src_install() {
171 + cmake_src_install
172 +
173 + readme.gentoo_create_doc
174 +}
175 +
176 +pkg_postinst() {
177 + gnome2_pkg_postinst
178 + readme.gentoo_print_elog
179 +}