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