Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-contacts/
Date: Sun, 27 May 2018 21:50:44
Message-Id: 1527457749.846cc7dac77e6df6eecd946f28c1d67abea17c43.eva@gentoo
1 commit: 846cc7dac77e6df6eecd946f28c1d67abea17c43
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 21:39:01 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 21:49:09 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=846cc7da
7
8 gnome-extra/gnome-contacts: synchronize live ebuild
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12
13 .../gnome-contacts/gnome-contacts-3.26.1.ebuild | 1 -
14 .../gnome-contacts/gnome-contacts-9999.ebuild | 43 +++++++++++-----------
15 2 files changed, 22 insertions(+), 22 deletions(-)
16
17 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
18 index 929d8c5b..574a20ff 100644
19 --- a/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
20 +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.26.1.ebuild
21 @@ -24,7 +24,6 @@ VALA_DEPEND="
22 net-libs/telepathy-glib[vala]
23 "
24 # Configure is wrong; it needs cheese-3.5.91, not 3.3.91
25 -# folks-0.11.4 to avoid build issues with vala-0.36, upstream 7a9001b056b4fb1d00375e7b2adeda9b7cf93c90
26 RDEPEND="
27 >=dev-libs/folks-0.11.4:=[eds,telepathy]
28 >=dev-libs/glib-2.44:2
29
30 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
31 index 0c3a7c0a..e68bf5bb 100644
32 --- a/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
33 +++ b/gnome-extra/gnome-contacts/gnome-contacts-9999.ebuild
34 @@ -1,54 +1,50 @@
35 -# Copyright 1999-2015 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39
40 -EAPI="5"
41 -GCONF_DEBUG="no"
42 +EAPI=6
43 VALA_USE_DEPEND="vapigen"
44 VALA_MIN_API_VERSION="0.24"
45
46 -inherit gnome2 vala
47 -if [[ ${PV} = 9999 ]]; then
48 - inherit gnome2-live
49 -fi
50 +inherit git-r3 gnome-meson vala
51
52 DESCRIPTION="GNOME contact management application"
53 HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
54 +SRC_URI=""
55 +EGIT_REPO_URI="https://gitlab.gnome.org/GNOME/gnome-contacts.git"
56
57 LICENSE="GPL-2+"
58 SLOT="0"
59 IUSE="v4l"
60 if [[ ${PV} = 9999 ]]; then
61 KEYWORDS=""
62 - EGIT_HAS_SUBMODULES=true
63 else
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 fi
66 +
67 VALA_DEPEND="
68 $(vala_depend)
69 - >=dev-libs/gobject-introspection-0.9.6
70 + >=dev-libs/gobject-introspection-0.9.6:=
71 dev-libs/folks[vala(+)]
72 - gnome-base/gnome-desktop[introspection]
73 + gnome-base/gnome-desktop:3=[introspection]
74 gnome-extra/evolution-data-server[vala]
75 net-libs/telepathy-glib[vala]
76 - x11-libs/libnotify[introspection]
77 "
78 # Configure is wrong; it needs cheese-3.5.91, not 3.3.91
79 RDEPEND="
80 - >=dev-libs/folks-0.9.5:=[eds,telepathy]
81 - >=dev-libs/glib-2.37.6:2
82 + >=dev-libs/folks-0.11.4:=[eds,telepathy]
83 + >=dev-libs/glib-2.44:2
84 >=dev-libs/libgee-0.10:0.8
85 >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
86 >=gnome-base/gnome-desktop-3.0:3=
87 + media-libs/clutter:1.0
88 media-libs/clutter-gtk:1.0
89 media-libs/libchamplain:0.12
90 - net-libs/gnome-online-accounts
91 - >=net-libs/telepathy-glib-0.17.5
92 + net-libs/gnome-online-accounts:=[vala]
93 + >=net-libs/telepathy-glib-0.22
94 >=sci-geosciences/geocode-glib-3.15.3
95 x11-libs/cairo:=
96 x11-libs/gdk-pixbuf:2
97 - x11-libs/libnotify:=
98 - >=x11-libs/gtk+-3.12:3
99 + >=x11-libs/gtk+-3.22:3
100 x11-libs/pango
101 v4l? ( >=media-video/cheese-3.5.91:= )
102 "
103 @@ -57,11 +53,14 @@ DEPEND="${RDEPEND}
104 app-text/docbook-xml-dtd:4.2
105 app-text/docbook-xsl-stylesheets
106 dev-libs/libxslt
107 - >=dev-util/intltool-0.40
108 >=sys-devel/gettext-0.17
109 virtual/pkgconfig
110 "
111
112 +src_unpack() {
113 + git-r3_src_unpack
114 +}
115 +
116 src_prepare() {
117 # Regenerate the pre-generated C sources, bug #471628
118 if ! use v4l; then
119 @@ -69,9 +68,11 @@ src_prepare() {
120 fi
121
122 vala_src_prepare
123 - gnome2_src_prepare
124 + gnome-meson_src_prepare
125 }
126
127 src_configure() {
128 - gnome2_src_configure $(use_with v4l cheese)
129 + gnome-meson_src_configure \
130 + -Dwith-manpage=true \
131 + $(meson_use v4l with-cheese)
132 }