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