Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-contacts/
Date: Sat, 18 Mar 2023 17:50:50
Message-Id: 1679161829.8bdfe5094b124a13da4eb648fcccf1242831a33e.mattst88@gentoo
1 commit: 8bdfe5094b124a13da4eb648fcccf1242831a33e
2 Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 18 15:15:12 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 17:50:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdfe509
7
8 gnome-extra/gnome-contacts: Version bump to 44.0
9
10 Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/30209
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 gnome-extra/gnome-contacts/Manifest | 1 +
15 .../gnome-contacts/gnome-contacts-44.0.ebuild | 73 ++++++++++++++++++++++
16 2 files changed, 74 insertions(+)
17
18 diff --git a/gnome-extra/gnome-contacts/Manifest b/gnome-extra/gnome-contacts/Manifest
19 index c8e946d9afa3..d4c8e464871d 100644
20 --- a/gnome-extra/gnome-contacts/Manifest
21 +++ b/gnome-extra/gnome-contacts/Manifest
22 @@ -1,3 +1,4 @@
23 DIST gnome-contacts-43.0.tar.xz 380348 BLAKE2B be226024dd8369a3c3df9766d6860912fee5a698ee4e0754d773afe16d7f787f3d8a73485c9a31b091514b7de3a835e3f4e37b6c11fc746e1a5f681e07af58fc SHA512 ee2cfc4ad2318f27b0e6597eae501a6e2240b4de8ceb7982c4942a6ff50ce6cd56d06f5d324ac04f82dd8e7086dc82426fb3aab9c194cbfa490b5bab98ba0469
24 DIST gnome-contacts-43.1.tar.xz 384560 BLAKE2B 43f3c0e815e358dc4952f9b389028c8b6ad0590ed3db0e31ce08bf2f76dd75ec5a11afb0660344eee79fd42e7aa9bd4199981bb823505e295e40d3d2a17d4e90 SHA512 4a4513937d0ca2ba35584795fd186ae01e2b2dcab6482ecd73bff24cd4f7abf0a84a7e3305b69aef8de611ee737bc2e572d6be60cea3121850a6e3cf15db0755
25 +DIST gnome-contacts-44.0.tar.xz 395540 BLAKE2B 479353667217d0f78d61cbc1dff5ec67c13cf14254fbd258cf34d5b084d65c515426b2ce418bf74350f727a2b1cb6b9a0e4ade150eeabd01b06cecf7792f7a7e SHA512 f25a368317923c46f5700359e3fed86f85a155c58adb275ba7d884975debe78594e1da58a95633a33a281cbc78f41824f4ab38b50ae01f4f9f8e38f3f1906849
26 DIST gnome-contacts-44.rc.tar.xz 395224 BLAKE2B cb674f25c6b9b658f581f88f7a285675e79c5e436af65de92a2c77580d2ddfe32aa1d1d34de2894de09b59689ff2880c176fb78e1cdce2eabfc2ce109089988a SHA512 0d01974447689291d69a83cf593938507d813a4c1f3d37b76e56e9d6bee57db12e638a1c37059c0ce26e83fb5362c1881c30da14cd2b2252e3653432bf6b62cf
27
28 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild
29 new file mode 100644
30 index 000000000000..303bb2b982e3
31 --- /dev/null
32 +++ b/gnome-extra/gnome-contacts/gnome-contacts-44.0.ebuild
33 @@ -0,0 +1,73 @@
34 +# Copyright 1999-2023 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +PYTHON_COMPAT=( python3_{9..11} )
39 +
40 +inherit gnome.org gnome2-utils meson python-any-r1 vala xdg
41 +
42 +DESCRIPTION="GNOME contact management application"
43 +HOMEPAGE="https://wiki.gnome.org/Design/Apps/Contacts"
44 +
45 +LICENSE="GPL-2+"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
48 +IUSE="+gnome-online-accounts"
49 +
50 +VALA_DEPEND="
51 + $(vala_depend)
52 + >=dev-libs/gobject-introspection-1.54
53 + dev-libs/folks[vala(+)]
54 + gnome-online-accounts? ( net-libs/gnome-online-accounts[vala] )
55 + gnome-extra/evolution-data-server[gtk,vala]
56 + >=dev-libs/libportal-0.6:=[vala]
57 +"
58 +RDEPEND="
59 + >=dev-libs/folks-0.14.0:=[eds]
60 + >=dev-libs/libgee-0.10:0.8=
61 + >=dev-libs/glib-2.64:2
62 + >=gui-libs/gtk-4.6:4
63 + >=gui-libs/libadwaita-1.2:1
64 + >=gnome-extra/evolution-data-server-3.42:=[gnome-online-accounts?]
65 + >=dev-libs/libportal-0.6:=
66 + >=media-gfx/qrencode-4.1.1:=
67 + gnome-online-accounts? ( net-libs/gnome-online-accounts:= )
68 +"
69 +DEPEND="${RDEPEND}"
70 +BDEPEND="
71 + ${PYTHON_DEPS}
72 + ${VALA_DEPEND}
73 + app-text/docbook-xml-dtd:4.2
74 + app-text/docbook-xsl-stylesheets
75 + dev-libs/appstream-glib
76 + dev-libs/libxml2:2
77 + dev-libs/libxslt
78 + >=sys-devel/gettext-0.19.8
79 + virtual/pkgconfig
80 +"
81 +
82 +src_prepare() {
83 + default
84 + vala_setup
85 + xdg_environment_reset
86 +}
87 +
88 +src_configure() {
89 + local emesonargs=(
90 + -Dcamera=true # Ignored
91 + -Dmanpage=true
92 + -Ddocs=false
93 + $(meson_use gnome-online-accounts goa)
94 + )
95 + meson_src_configure
96 +}
97 +
98 +pkg_postinst() {
99 + xdg_pkg_postinst
100 + gnome2_schemas_update
101 +}
102 +
103 +pkg_postrm() {
104 + xdg_pkg_postrm
105 + gnome2_schemas_update
106 +}