Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
Date: Thu, 22 Apr 2021 18:39:14
Message-Id: 1619116745.49f1f544f1afe2362c90b031dba7d0c13acf3613.mattst88@gentoo
1 commit: 49f1f544f1afe2362c90b031dba7d0c13acf3613
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 22 18:36:41 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 22 18:39:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f1f544
7
8 net-libs/gnome-online-accounts: Version bump to 3.40.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-libs/gnome-online-accounts/Manifest | 1 +
13 .../gnome-online-accounts-3.40.0.ebuild | 80 ++++++++++++++++++++++
14 2 files changed, 81 insertions(+)
15
16 diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest
17 index a38bee99da6..0f2b093e8a6 100644
18 --- a/net-libs/gnome-online-accounts/Manifest
19 +++ b/net-libs/gnome-online-accounts/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-online-accounts-3.36.0.tar.xz 860472 BLAKE2B 921f2f5ed9ac3db07046507723d814fc41579aee76cd2437673cdc3612db1077627ab47586e719b56a5bce25afe75b8028477f69745791eeb774c82bf854863d SHA512 2d04ea016c1bace9a2cb6ef7a6539c7f878cfa9b309394b18ed692ef1b9b73bf5f93a3f9edcb74170f1be4823a5c9ac6cde3b4e7245906e1b4e130d33eeb1c81
22 DIST gnome-online-accounts-3.38.1.tar.xz 861008 BLAKE2B c66f8e59fffc69b5ad570040959fc559f788e76ba8b6b2e289b9b985c10bbb238056de39dd4e4f078ada351d38a51ab6765b4070650c97bbabc3ac1abfc3b844 SHA512 3cf38aecde3c28d51d5185f0ff7facc41191a9b6d8168ec5a8509e0e983f688607591e37fde4c75b69c5c6e2b5ac54827192eca7f41c9b7fd3e5882ccac9b155
23 +DIST gnome-online-accounts-3.40.0.tar.xz 860724 BLAKE2B 47f22af85b701854396c462df04b9ba2e004ee4a954619916240fef0f8139e3a37608bb9c16e4cfabbb6fc863e7448678a48865620c0293d231f9b125fe9c904 SHA512 ac90226023e2a69ad9cd12faf637844a029814282f164cc905810bf54af6693069b9019ca58211deb8487f6a32886eb072a1223fca32bc4e3fe0bc91ce8f2d6c
24
25 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
26 new file mode 100644
27 index 00000000000..221ad9075e7
28 --- /dev/null
29 +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
30 @@ -0,0 +1,80 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +VALA_USE_DEPEND="vapigen"
36 +
37 +inherit gnome2 vala
38 +
39 +DESCRIPTION="GNOME framework for accessing online accounts"
40 +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
41 +
42 +LICENSE="LGPL-2+"
43 +SLOT="0/1"
44 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86"
45 +
46 +IUSE="debug gnome +introspection kerberos +vala"
47 +REQUIRED_USE="vala? ( introspection )"
48 +
49 +# pango used in goaeditablelabel
50 +# libsoup used in goaoauthprovider
51 +# goa kerberos provider is incompatible with app-crypt/heimdal, see
52 +# https://bugzilla.gnome.org/show_bug.cgi?id=692250
53 +# json-glib-0.16 needed for bug #485092
54 +RDEPEND="
55 + >=dev-libs/glib-2.52:2
56 + >=app-crypt/libsecret-0.5
57 + >=dev-libs/json-glib-0.16
58 + dev-libs/libxml2:2
59 + >=net-libs/libsoup-2.42:2.4
60 + net-libs/rest:0.7
61 + >=net-libs/webkit-gtk-2.26.0:4
62 + >=x11-libs/gtk+-3.19.12:3
63 + x11-libs/pango
64 +
65 + introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
66 + kerberos? (
67 + app-crypt/gcr:0=[gtk]
68 + app-crypt/mit-krb5
69 + )
70 +"
71 +# goa-daemon can launch gnome-control-center
72 +PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
73 +
74 +DEPEND="${RDEPEND}
75 + vala? ( $(vala_depend) )
76 + dev-libs/libxslt
77 + >=dev-util/gdbus-codegen-2.30.0
78 + >=sys-devel/gettext-0.19.8
79 + virtual/pkgconfig
80 +
81 + dev-libs/gobject-introspection-common
82 + gnome-base/gnome-common
83 +"
84 +
85 +src_prepare() {
86 + use vala && vala_src_prepare
87 + gnome2_src_prepare
88 +}
89 +
90 +src_configure() {
91 + # TODO: Give users a way to set the G/FB/Windows Live secrets
92 + gnome2_src_configure \
93 + --disable-static \
94 + --enable-backend \
95 + --enable-documentation \
96 + --enable-exchange \
97 + --enable-facebook \
98 + --enable-flickr \
99 + --enable-foursquare \
100 + --enable-imap-smtp \
101 + --enable-lastfm \
102 + --enable-media-server \
103 + --enable-owncloud \
104 + --enable-windows-live \
105 + $(usex debug --enable-debug=yes ' ') \
106 + $(use_enable kerberos) \
107 + $(use_enable kerberos fedora) \
108 + $(use_enable introspection) \
109 + $(use_enable vala)
110 +}