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-calendar/
Date: Thu, 28 Apr 2022 15:31:42
Message-Id: 1651159865.82cf629621b7c75b7dc738e61837da78cfd0dfd8.mattst88@gentoo
1 commit: 82cf629621b7c75b7dc738e61837da78cfd0dfd8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 15:20:45 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 15:31:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cf6296
7
8 gnome-extra/gnome-calendar: Version bump to 42.1
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 gnome-extra/gnome-calendar/Manifest | 1 +
13 .../gnome-calendar/gnome-calendar-42.1.ebuild | 49 ++++++++++++++++++++++
14 2 files changed, 50 insertions(+)
15
16 diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest
17 index 188cd7081fff..416b590165e3 100644
18 --- a/gnome-extra/gnome-calendar/Manifest
19 +++ b/gnome-extra/gnome-calendar/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-calendar-41.2.tar.xz 583584 BLAKE2B ef21836ef87ba19de0c25f5cb73631b73a60352ca97db88dabbc1632097d3ef7e12c257fe946f7d92466f232248e1b27891394b44d73d61a3336521b2bb5d883 SHA512 1540a1e24d54bb157fadabe4201a97f2cae2c9487e267fff98273aa0dfc3715c4f734ba1e459c3c296c470337547a2b303309911ee7762e17738b292c18cc1bb
22 DIST gnome-calendar-42.0.tar.xz 579044 BLAKE2B ab6b7f10b234b277364dcee95aec7b616a0ffc8049d949545972a74805ee0953b8e04a75933c9a5bb29e5e67855142fc712a1d453843d15cdf4cdedb373029f8 SHA512 3a0950683bb0c5b57bd8fca3d49815bf1bf05005a075e50e8f4a61e6a5bc0f875230a89033bfd4945ed5550253ab4686788a1e2239eff4f76f58716b86cf6fbe
23 +DIST gnome-calendar-42.1.tar.xz 578424 BLAKE2B a9c62093eb89e198bec801aa070d9e2afed87833dce85a55775d4938cda23fc7dd166b9739e208e17d40b82e7dfcf0e76c83c09eb07786f9d79c38fed910d616 SHA512 5f50ab84f98c3ddf4c1e49f9556e47f6590c5eb8a3b598edb76d96d5c8eab48003e957d5b199a94a3955951453e3c3b783745c9b9376aee2d93d14ff95178093
24
25 diff --git a/gnome-extra/gnome-calendar/gnome-calendar-42.1.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-42.1.ebuild
26 new file mode 100644
27 index 000000000000..4a5ef1c8dce0
28 --- /dev/null
29 +++ b/gnome-extra/gnome-calendar/gnome-calendar-42.1.ebuild
30 @@ -0,0 +1,49 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +inherit gnome.org gnome2-utils meson virtualx xdg
36 +
37 +DESCRIPTION="Manage your online calendars with simple and modern interface"
38 +HOMEPAGE="https://wiki.gnome.org/Apps/Calendar"
39 +
40 +LICENSE="GPL-3+"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
43 +
44 +# >=libical-1.0.1 for https://bugzilla.gnome.org/show_bug.cgi?id=751244
45 +DEPEND="
46 + >=dev-libs/libical-1.0.1:0=
47 + >=gnome-base/gsettings-desktop-schemas-3.21.2
48 + >=gnome-extra/evolution-data-server-3.33.2:=[gtk]
49 + net-libs/libsoup:2.4
50 + >=gui-libs/libadwaita-1.0.0:1=
51 + >=dev-libs/glib-2.67.5:2
52 + >=gui-libs/gtk-4.6.0:4
53 + >=dev-libs/libgweather-4.0.0:4=
54 + >=app-misc/geoclue-2.4:2.0
55 + >=sci-geosciences/geocode-glib-3.23
56 +"
57 +RDEPEND="${DEPEND}"
58 +BDEPEND="
59 + dev-libs/appstream-glib
60 + dev-libs/libxml2:2
61 + dev-util/gdbus-codegen
62 + dev-util/glib-utils
63 + >=sys-devel/gettext-0.19.8
64 + virtual/pkgconfig
65 +"
66 +
67 +src_test() {
68 + virtx meson_src_test
69 +}
70 +
71 +pkg_postinst() {
72 + xdg_pkg_postinst
73 + gnome2_schemas_update
74 +}
75 +
76 +pkg_postrm() {
77 + xdg_pkg_postrm
78 + gnome2_schemas_update
79 +}