Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/evolution/
Date: Fri, 27 May 2022 10:20:10
Message-Id: 1653646728.6cedc17851c5ab71ffeb821b33bdc1649eb7efbf.pacho@gentoo
1 commit: 6cedc17851c5ab71ffeb821b33bdc1649eb7efbf
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 27 10:18:48 2022 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri May 27 10:18:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cedc178
7
8 mail-client/evolution: add 3.44.2
9
10 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
11
12 mail-client/evolution/Manifest | 1 +
13 mail-client/evolution/evolution-3.44.2.ebuild | 148 ++++++++++++++++++++++++++
14 2 files changed, 149 insertions(+)
15
16 diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
17 index b66d51a20829..d7861cc586eb 100644
18 --- a/mail-client/evolution/Manifest
19 +++ b/mail-client/evolution/Manifest
20 @@ -1,3 +1,4 @@
21 DIST evolution-3.42.4.tar.xz 12285100 BLAKE2B dd02c84f4eb868b8a266b5d9a2383e16c095c073cd2849b96bee842b8ed67f0af803f14a867202321ad373148f80de142baf7c05b96bf4c84a62f881f5b26c8f SHA512 4319d19089269e53bb751408d5cec1609a245dd366a30ad6e2e117f074ff0b2f55228a5dbcc9af661846a253c0860a61a8648bd582b395851e21e152ffe0b1aa
22 DIST evolution-3.44.0.tar.xz 13102720 BLAKE2B 7081cd8a90bb42ec9daba13664230df8a3b465137933b4a90537b51dca94befdf18675bd9f93e3050db95b60783f5dc06783362dba3d603e1708fd469bee167e SHA512 607c6b40717ffe6b0bb9c04897b6e4ea64f47ddb67337f7481bb358a10f489fcad3c5102e6235f7f4098687867762ff12ee86a930f62467604fe4d5fc1de5ef6
23 DIST evolution-3.44.1.tar.xz 13106280 BLAKE2B afd4516f25caa8fd6d1510b2cc4c1051673f8a8c1c51dfa452f87f3312e844cb8fcd79064d3bf4a03554af04c70179af812be34681ba5ac5e1d6449f3bafa561 SHA512 c8deb23f4fb7848843cb9845d10d9509e7df0f4b21c439f85c530801b9ed04f05727f1ab2dd4af5b1419263fd87240dc5950fa1e15ef417f2e64134f13a3b6e0
24 +DIST evolution-3.44.2.tar.xz 13109776 BLAKE2B df01a14db82902da97e52dfea6b4b3a3839a9b801d5422da360e9379786be3e736a2b6c91a2f850c76f288c196b98fe98ea48cbec080e094bd6f2313c65f95c9 SHA512 e7dffc5cb4a9a84cccf881c75ba347f9bae3c87fd76613c9cc363bab9aeda864288ca93b48347c08c82734f20f237d489d3670789e2b38b7ed5efbaa9b8ca4a3
25
26 diff --git a/mail-client/evolution/evolution-3.44.2.ebuild b/mail-client/evolution/evolution-3.44.2.ebuild
27 new file mode 100644
28 index 000000000000..13328af7ef15
29 --- /dev/null
30 +++ b/mail-client/evolution/evolution-3.44.2.ebuild
31 @@ -0,0 +1,148 @@
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 + 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 +}