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, 01 Oct 2022 20:35:29
Message-Id: 1664656513.6c89771e90a526e1967a504e0c99c47133d7c794.mattst88@gentoo
1 commit: 6c89771e90a526e1967a504e0c99c47133d7c794
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 1 20:28:38 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 1 20:35:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c89771e
7
8 gnome-extra/gnome-contacts: Version bump to 43.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/gnome-contacts/Manifest | 1 +
13 .../gnome-contacts/gnome-contacts-43.0.ebuild | 70 ++++++++++++++++++++++
14 2 files changed, 71 insertions(+)
15
16 diff --git a/gnome-extra/gnome-contacts/Manifest b/gnome-extra/gnome-contacts/Manifest
17 index fe35fda7a160..1ed058e144ea 100644
18 --- a/gnome-extra/gnome-contacts/Manifest
19 +++ b/gnome-extra/gnome-contacts/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-contacts-41.0.tar.xz 275248 BLAKE2B c0611a131ce1ebb74b96e96e2e1b9370526b56c49ee43876273fdf5b2f3b333ad2aad85c50ddcebaac85ee8c996037fec3209c6765cab7b37b49ced04a82a7a8 SHA512 310f333c0863d8e58c2280b994071b2655eee7224ab80a468ffc7acc61834d3f6dbb794bbdc5b8d4428226bab96f3ea65b8bed39df79d88704e38b51a8f4b05f
22 DIST gnome-contacts-42.0.tar.xz 343312 BLAKE2B a86bc70301a4f04bf7be426802e75d412abfa468555172233c5b540fcc0e630c433607ebe2a5dbffa58d49ab23773deb6099f88fdfa06f44f767d3fce57821bc SHA512 09a0d70a1550136717c4f837f2e4526928559de4bccedb71b34a216d99c36886bfd5786fcc3487198c488b4778046453d0069da55ab283ef87513c2d668a11cd
23 +DIST gnome-contacts-43.0.tar.xz 380348 BLAKE2B be226024dd8369a3c3df9766d6860912fee5a698ee4e0754d773afe16d7f787f3d8a73485c9a31b091514b7de3a835e3f4e37b6c11fc746e1a5f681e07af58fc SHA512 ee2cfc4ad2318f27b0e6597eae501a6e2240b4de8ceb7982c4942a6ff50ce6cd56d06f5d324ac04f82dd8e7086dc82426fb3aab9c194cbfa490b5bab98ba0469
24
25 diff --git a/gnome-extra/gnome-contacts/gnome-contacts-43.0.ebuild b/gnome-extra/gnome-contacts/gnome-contacts-43.0.ebuild
26 new file mode 100644
27 index 000000000000..cd2c165900dc
28 --- /dev/null
29 +++ b/gnome-extra/gnome-contacts/gnome-contacts-43.0.ebuild
30 @@ -0,0 +1,70 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +PYTHON_COMPAT=( python3_{8..11} )
36 +
37 +inherit gnome.org gnome2-utils meson python-any-r1 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 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
45 +
46 +VALA_DEPEND="
47 + $(vala_depend)
48 + >=dev-libs/gobject-introspection-1.54
49 + dev-libs/folks[vala(+)]
50 + net-libs/gnome-online-accounts[vala]
51 + gnome-extra/evolution-data-server[gtk,vala]
52 + >=dev-libs/libportal-0.6:=[vala]
53 +"
54 +RDEPEND="
55 + >=dev-libs/folks-0.11.4:=[eds]
56 + >=dev-libs/libgee-0.10:0.8=
57 + >=dev-libs/glib-2.58:2
58 + net-libs/gnome-online-accounts:=
59 + >=gui-libs/gtk-4.6:4
60 + >=gui-libs/libadwaita-1.2:1
61 + >=gnome-extra/evolution-data-server-3.30:=[gnome-online-accounts]
62 + >=dev-libs/libportal-0.6:=
63 +"
64 +DEPEND="${RDEPEND}"
65 +BDEPEND="
66 + ${PYTHON_DEPS}
67 + ${VALA_DEPEND}
68 + app-text/docbook-xml-dtd:4.2
69 + app-text/docbook-xsl-stylesheets
70 + dev-libs/appstream-glib
71 + dev-libs/libxml2:2
72 + dev-libs/libxslt
73 + >=sys-devel/gettext-0.19.8
74 + virtual/pkgconfig
75 +"
76 +
77 +src_prepare() {
78 + default
79 + vala_setup
80 + xdg_environment_reset
81 +}
82 +
83 +src_configure() {
84 + local emesonargs=(
85 + -Dcamera=true # Ignored
86 + -Dmanpage=true
87 + -Ddocs=false
88 + )
89 + meson_src_configure
90 +}
91 +
92 +pkg_postinst() {
93 + xdg_pkg_postinst
94 + gnome2_schemas_update
95 +}
96 +
97 +pkg_postrm() {
98 + xdg_pkg_postrm
99 + gnome2_schemas_update
100 +}