Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gnome-online-accounts/
Date: Sun, 06 Aug 2017 21:27:24
Message-Id: 1502054828.162eb916afce161f6b26259aa659f8efdb0cad5b.eva@gentoo
1 commit: 162eb916afce161f6b26259aa659f8efdb0cad5b
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 21:07:23 2017 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 21:27:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=162eb916
7
8 net-libs/gnome-online-accounts: version bump 3.22.5 → 3.22.6
9
10 Update to support Facebook Graph API > 2.3.
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 net-libs/gnome-online-accounts/Manifest | 1 +
15 .../gnome-online-accounts-3.22.6.ebuild | 89 ++++++++++++++++++++++
16 2 files changed, 90 insertions(+)
17
18 diff --git a/net-libs/gnome-online-accounts/Manifest b/net-libs/gnome-online-accounts/Manifest
19 index 8a7ecc71114..97b0192f857 100644
20 --- a/net-libs/gnome-online-accounts/Manifest
21 +++ b/net-libs/gnome-online-accounts/Manifest
22 @@ -1 +1,2 @@
23 DIST gnome-online-accounts-3.22.5.tar.xz 1404888 SHA256 a8a4894ea5c6ba4508f8fec539287f2ebaf2c9bcf4426463b6724ca58b9d8982 SHA512 5c87decaeb64850be02c3191088d518a5c3b84cb8d202692ff50b59dbf83f28a56f5bf34873ec9cc16301da3f8b3f41a892cf6a67f9e9f9f2bf35a8bde07a258 WHIRLPOOL abc5c08bcc384159ff021fcec960baf707b49bbacf1d07984b01d7180244c8e4424e4c14ce3cdb7fd89c0e88dd33bfa40dbfcd32e1ace1a6730ef64d143ba64f
24 +DIST gnome-online-accounts-3.22.6.tar.xz 1404728 SHA256 464248492840f6e3c6b3a30c54dad4995c1e348bce04c899a6a26b7a2551f7e5 SHA512 6b5370447ccc5407ed5abd32b70c94c52de1166466e731e2a0295800e598be5c068a8fd6c492d439bce1a7faea8ed3638f689438d42e335997892738b51ed673 WHIRLPOOL 44494f1fb48e17874120ebf0a5b765f40dbb277030d01ee073377a5030af18249a422397f6f63dc2ebebdd759d083e021cf4c1bae556fc217d64026d4afec5c0
25
26 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.6.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.6.ebuild
27 new file mode 100644
28 index 00000000000..ecfd0b578b4
29 --- /dev/null
30 +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.22.6.ebuild
31 @@ -0,0 +1,89 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +GNOME2_LA_PUNT="yes"
37 +VALA_USE_DEPEND="vapigen"
38 +
39 +inherit gnome2 vala
40 +
41 +DESCRIPTION="GNOME framework for accessing online accounts"
42 +HOMEPAGE="https://wiki.gnome.org/Projects/GnomeOnlineAccounts"
43 +
44 +LICENSE="LGPL-2+"
45 +SLOT="0/1"
46 +IUSE="debug gnome +introspection kerberos" # telepathy"
47 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
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.40: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/telepathy-glib
62 + >=net-libs/webkit-gtk-2.7.2:4
63 + >=x11-libs/gtk+-3.19.12:3
64 + x11-libs/pango
65 +
66 + introspection? ( >=dev-libs/gobject-introspection-0.6.2:= )
67 + kerberos? (
68 + app-crypt/gcr:0=
69 + app-crypt/mit-krb5 )
70 +"
71 +# telepathy? ( net-libs/telepathy-glib )
72 +# goa-daemon can launch gnome-control-center
73 +PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2[gnome-online-accounts(+)] )"
74 +
75 +DEPEND="${RDEPEND}
76 + $(vala_depend)
77 + dev-libs/libxslt
78 + >=dev-util/gtk-doc-am-1.3
79 + >=dev-util/gdbus-codegen-2.30.0
80 + >=dev-util/intltool-0.50.1
81 + sys-devel/gettext
82 + virtual/pkgconfig
83 +
84 + dev-libs/gobject-introspection-common
85 + gnome-base/gnome-common
86 +"
87 +# eautoreconf needs gobject-introspection-common, gnome-common
88 +
89 +# Due to sub-configure
90 +QA_CONFIGURE_OPTIONS=".*"
91 +
92 +src_prepare() {
93 + gnome2_src_prepare
94 + vala_src_prepare
95 +}
96 +
97 +src_configure() {
98 + # TODO: Give users a way to set the G/FB/Windows Live secrets
99 + # telepathy optional support is really a badly one, bug #494456
100 + gnome2_src_configure \
101 + --disable-static \
102 + --enable-backend \
103 + --enable-documentation \
104 + --enable-exchange \
105 + --enable-facebook \
106 + --enable-flickr \
107 + --enable-foursquare \
108 + --enable-imap-smtp \
109 + --enable-lastfm \
110 + --enable-media-server \
111 + --enable-owncloud \
112 + --enable-pocket \
113 + --enable-telepathy \
114 + --enable-windows-live \
115 + $(usex debug --enable-debug=yes ' ') \
116 + $(use_enable kerberos)
117 + #$(use_enable telepathy)
118 + # gudev & cheese from sub-configure is overriden
119 + # by top level configure, and disabled so leave it like that
120 +}