Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-contacts/
Date: Sun, 01 Mar 2020 16:19:00
Message-Id: 1583079461.a82e6f80c7315dfeece4cb1f44b54184bdd9699b.leio@gentoo
1 commit: a82e6f80c7315dfeece4cb1f44b54184bdd9699b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 15:48:08 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 16:17:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82e6f80
7
8 gnome-extra/gnome-contacts: bump to 3.34.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 gnome-extra/gnome-contacts/Manifest | 1 +
14 .../gnome-contacts/gnome-contacts-3.34.1.ebuild | 73 ++++++++++++++++++++++
15 2 files changed, 74 insertions(+)
16
17 diff --git a/gnome-extra/gnome-contacts/Manifest b/gnome-extra/gnome-contacts/Manifest
18 index 5198f380b3f..92b00a0fc27 100644
19 --- a/gnome-extra/gnome-contacts/Manifest
20 +++ b/gnome-extra/gnome-contacts/Manifest
21 @@ -1,2 +1,3 @@
22 DIST gnome-contacts-3.30.2.tar.xz 368476 BLAKE2B 502170e327eb63a6d026af94a09949f6b973dba0c59079a23c7f37dfde2a391ffa13d905452741c403ada8e6f1101f7a5620ad9b59eb4c5341e96d357d8fe99b SHA512 cf6ab33ef6147bceb5a4681b83830828fd4caa47d83fa9f71e01db3caf710f7f09fe60d2956565a2b9bd124356e100b31d6372ac4d4d231718230915a135e79d
23 DIST gnome-contacts-3.32.1.tar.xz 358800 BLAKE2B a3cdc58948b994868a18e74dd2ab1a1ffea04b84da95347f19b79b49a7eb9363589e08e11e8fa2f588c5833592be3149ea435b6036a376d4c9e1477d0d308e96 SHA512 25fc4835c61bd5f195512fd304955058e1178cbafaff09a6bbfffc58840876f514ebc3119247925266a9c10f8fc452511a055d84aa1e815571188aba7212fe71
24 +DIST gnome-contacts-3.34.1.tar.xz 365384 BLAKE2B 3563ce0784c19b2cf61e3cad60afaeaa310c53c68f11da459a3053df6be769fe0bdfea84f106e11fd2921c3f6bf8ef6a03b8cd90a680dc5b46d9a0486fd0c737 SHA512 6dad3fd9d199ad87c642e9f36102a142958cd3f577eba36fa3ed2800af5acb44752fa1f8b7eb8991974c514245af51015e6b5e08636274b9048813c37abcc478
25
26 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-3.34.1.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-3.34.1.ebuild
27 new file mode 100644
28 index 00000000000..ae3a1368f98
29 --- /dev/null
30 +++ b/gnome-extra/gnome-contacts/gnome-contacts-3.34.1.ebuild
31 @@ -0,0 +1,73 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit gnome.org gnome2-utils meson vala xdg
38 +
39 +DESCRIPTION="GNOME contact management application"
40 +HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +IUSE="telepathy v4l"
45 +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
46 +
47 +VALA_DEPEND="
48 + $(vala_depend)
49 + >=dev-libs/gobject-introspection-1.54
50 + dev-libs/folks[vala(+)]
51 + net-libs/gnome-online-accounts[vala]
52 + gnome-extra/evolution-data-server[gtk,vala]
53 + telepathy? ( net-libs/telepathy-glib[vala] )
54 + gui-libs/libhandy:0.0[vala]
55 +"
56 +# Configure is wrong; it needs cheese-3.5.91, not 3.3.91
57 +RDEPEND="
58 + >=gnome-extra/evolution-data-server-3.13.90:=[gnome-online-accounts]
59 + >=dev-libs/folks-0.11.4:=[eds,telepathy?]
60 + >=dev-libs/glib-2.44:2
61 + >=dev-libs/libgee-0.10:0.8
62 + >=gnome-base/gnome-desktop-3.0:3=
63 + net-libs/gnome-online-accounts:=
64 + >=x11-libs/gtk+-3.23.1:3
65 + v4l? ( >=media-video/cheese-3.5.91:= )
66 + telepathy? ( >=net-libs/telepathy-glib-0.22 )
67 + >=gui-libs/libhandy-0.0.9:0.0=
68 +"
69 +DEPEND="${RDEPEND}"
70 +BDEPEND="
71 + ${VALA_DEPEND}
72 + app-text/docbook-xml-dtd:4.2
73 + app-text/docbook-xsl-stylesheets
74 + dev-libs/appstream-glib
75 + dev-libs/libxml2:2
76 + dev-libs/libxslt
77 + >=sys-devel/gettext-0.19.8
78 + virtual/pkgconfig
79 +"
80 +
81 +src_prepare() {
82 + xdg_src_prepare
83 + vala_src_prepare
84 +}
85 +
86 +src_configure() {
87 + local emesonargs=(
88 + $(meson_use v4l cheese)
89 + $(meson_use telepathy)
90 + -Dmanpage=true
91 + -Ddocs=false
92 + )
93 + meson_src_configure
94 +}
95 +
96 +pkg_postinst() {
97 + xdg_pkg_postinst
98 + gnome2_schemas_update
99 +}
100 +
101 +pkg_postrm() {
102 + xdg_pkg_postrm
103 + gnome2_schemas_update
104 +}