Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/geary/
Date: Sun, 29 Mar 2020 09:20:02
Message-Id: 1585473579.164faf3d323927dfa3a6fe8fdb09914425dcfa66.leio@gentoo
1 commit: 164faf3d323927dfa3a6fe8fdb09914425dcfa66
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:15:44 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 09:19:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164faf3d
7
8 mail-client/geary: bump to 3.36.1
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 mail-client/geary/Manifest | 1 +
14 mail-client/geary/geary-3.36.1.ebuild | 97 +++++++++++++++++++++++++++++++++++
15 2 files changed, 98 insertions(+)
16
17 diff --git a/mail-client/geary/Manifest b/mail-client/geary/Manifest
18 index c710e3a282f..7c4229a5ed5 100644
19 --- a/mail-client/geary/Manifest
20 +++ b/mail-client/geary/Manifest
21 @@ -1,2 +1,3 @@
22 DIST geary-3.34.2.tar.xz 2411940 BLAKE2B 61c0f69b3327c487530180544bbe13d131e4236d6a205db90278b75e839294923176b41d423a52d18c5b36b6dda7865ddbaf4e929260c2c845a69a6527b4fae9 SHA512 d34886829e1330bfe7fe4891b5e368010f5742a5ac20ab057a902897df1f6c4145a882379d9dbe82e0c954a91db265b9758ddd2eb96b9c03c0efc0f6d8cc6ea0
23 DIST geary-3.36.0.tar.xz 2393620 BLAKE2B 06b06a948c0932f24fd3cbb70727d9fa1746dc506c80b29f100524a6b8adbfccadee5c3d5b6524c98ed6f902e68bd3151d3c3246cce4c2a825d9e99efa7a9fed SHA512 aefc29e64acc8e4416eb213de8948b6d51dc12f1087b9376ddc8e4991efc171b36c35868043ab3159eef614916da82c046222c5ea6256b51cbc72bce9cfec7d6
24 +DIST geary-3.36.1.tar.xz 2400548 BLAKE2B 84240b7b5b80e6172e875d46554caca5d3a10f85965f65916603a4dcf3ada8ed8a23f6c1e2ceb64922e0eaa072122bd41b22bbc2f37b35b2205f703f49887a4b SHA512 7d5812ece5f5315245237a57de26475c4db58c4bdcce4399a3d304e25d60093dfbe1332764e056f94bf754b19be2279d0b4237b628746202b6f5dc5755b11ca8
25
26 diff --git a/mail-client/geary/geary-3.36.1.ebuild b/mail-client/geary/geary-3.36.1.ebuild
27 new file mode 100644
28 index 00000000000..17409d7cf55
29 --- /dev/null
30 +++ b/mail-client/geary/geary-3.36.1.ebuild
31 @@ -0,0 +1,97 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +VALA_MIN_API_VERSION="0.44"
37 +
38 +inherit gnome.org gnome2-utils meson vala virtualx xdg
39 +
40 +DESCRIPTION="A lightweight, easy-to-use, feature-rich email client"
41 +HOMEPAGE="https://wiki.gnome.org/Apps/Geary"
42 +
43 +LICENSE="LGPL-2.1+ BSD-2 CC-BY-3.0 CC-BY-SA-3.0" # code is LGPL-2.1+, BSD-2 for bundled snowball-stemmer, CC licenses for some icons
44 +SLOT="0"
45 +
46 +IUSE="ytnef"
47 +
48 +KEYWORDS="~amd64 ~x86"
49 +
50 +# for now both enchants work, but ensuring enchant:2
51 +
52 +# >=webkit-gtk-2.26.4-r1 and >=gspell-1.7 dep to ensure all libraries used use enchant:2
53 +DEPEND="
54 + >=dev-libs/glib-2.60.4:2
55 + >=x11-libs/gtk+-3.24.7:3
56 + >=net-libs/webkit-gtk-2.26.4-r1:4=
57 + >=dev-libs/gmime-3.2.4:3.0
58 + >=dev-db/sqlite-3.24:3
59 +
60 + app-text/enchant:2
61 + >=dev-libs/folks-0.11:0
62 + >=app-crypt/gcr-3.10.1:0=
63 + >=dev-libs/libgee-0.8.5:0.8=
64 + net-libs/gnome-online-accounts
65 + >=app-text/gspell-1.7:=
66 + app-text/iso-codes
67 + >=dev-libs/json-glib-1.0
68 + >=gui-libs/libhandy-0.0.10:0.0=
69 + >=dev-libs/libpeas-1.24.0
70 + >=app-crypt/libsecret-0.11
71 + >=net-libs/libsoup-2.48:2.4
72 + >=sys-libs/libunwind-1.1:7
73 + >=dev-libs/libxml2-2.7.8:2
74 + ytnef? ( >=net-mail/ytnef-1.9.3 )
75 +"
76 +RDEPEND="${DEPEND}
77 + gnome-base/gsettings-desktop-schemas
78 +"
79 +BDEPEND="
80 + >=dev-libs/appstream-glib-0.7.10
81 + dev-libs/libxml2
82 + dev-util/itstool
83 + >=sys-devel/gettext-0.19.8
84 + virtual/pkgconfig
85 +
86 + $(vala_depend)
87 + x11-libs/gtk+:3[introspection]
88 + net-libs/webkit-gtk:4[introspection]
89 + dev-libs/gmime:3.0[vala]
90 + app-crypt/gcr:0[introspection,vala]
91 + dev-libs/libgee:0.8[introspection]
92 + app-text/gspell[vala]
93 + gui-libs/libhandy:0.0[vala]
94 + app-crypt/libsecret[introspection,vala]
95 + net-libs/libsoup:2.4[introspection,vala]
96 +"
97 +
98 +src_prepare() {
99 + vala_src_prepare
100 + xdg_src_prepare
101 +}
102 +
103 +src_configure() {
104 + local emesonargs=(
105 + -Dcontractor=false
106 + -Dlibunwind_optional=false # TODO: Automagical if optional=true
107 + -Dpoodle=true
108 + $(meson_use ytnef tnef-support)
109 + -Dvaladoc=false
110 + -Dprofile=default
111 + )
112 +
113 + meson_src_configure
114 +}
115 +
116 +src_test() {
117 + virtx meson_src_test
118 +}
119 +
120 +pkg_postinst() {
121 + xdg_pkg_postinst
122 + gnome2_schemas_update
123 +}
124 +
125 +pkg_postrm() {
126 + xdg_pkg_postrm
127 + gnome2_schemas_update
128 +}