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