public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/
Date: Thu, 16 Mar 2023 17:42:24 +0000 (UTC)	[thread overview]
Message-ID: <1678988541.8a0912e0f4b583b0cda15646a620c6991030c3d1.mattst88@gentoo> (raw)

commit:     8a0912e0f4b583b0cda15646a620c6991030c3d1
Author:     Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
AuthorDate: Thu Mar 16 15:47:42 2023 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 17:42:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0912e0

gnome-extra/gnome-calendar: Version bump to 44.0

Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30153
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gnome-extra/gnome-calendar/Manifest                |  1 +
 .../gnome-calendar/gnome-calendar-44.0.ebuild      | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest
index 3eb2c7536a4a..f1b74bee668a 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-calendar-43.1.tar.xz 423132 BLAKE2B abc68034794343a644bc61165195aa0bf5ce85d741cb5f5fdf32128e857938eba085a7a4dd7321b1c02eab6c02dadbfe00a063738ba976121e36168151b01c2d SHA512 a527cb672794a8ce452f6bd0cc389547c8293cb18ce94fc80c47d171926fbc5901f02761f723a853bf83af359fbe276e4c634ef47f94e7d72d73e25b2d725483
+DIST gnome-calendar-44.0.tar.xz 429884 BLAKE2B f2fa94a29361de8787b55196a76ea45acaec7e6aa9ce598a5f8e8d1265e72437918417a454f2acefd3734c04f15a4960cf364efd54f902e89a0a3372078d379b SHA512 38fd14f3361e8528b5671ed2019a13176e43aca10d47fcfdc9dff5ce8dc7e697245ad29f9d3572bc34fcebd0f3e351f15cd04f334e17c1d7450a4d128eda6355
 DIST gnome-calendar-44.rc.tar.xz 430076 BLAKE2B 48888b77f3a51dc5e9a13238dc68852cba92154899b8909af29445776eb33e424048ef0ab40cf893f1664528b9548702413ab653616fa8ca6f9c46f1793220f2 SHA512 a25f2f4fb8e6eee2e6aafbb3cfe74c9562278dd35ff94e03f3d59e48e7f860252428705be9cf64bd5b4e861df1a08659ac696ac13557330dd9e810862e720bde

diff --git a/gnome-extra/gnome-calendar/gnome-calendar-44.0.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-44.0.ebuild
new file mode 100644
index 000000000000..e12f3065b49c
--- /dev/null
+++ b/gnome-extra/gnome-calendar/gnome-calendar-44.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit gnome.org gnome2-utils meson virtualx xdg
+
+DESCRIPTION="Manage your online calendars with simple and modern interface"
+HOMEPAGE="https://wiki.gnome.org/Apps/Calendar"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+DEPEND="
+	>=dev-libs/libical-1.0.1:0=
+	>=gnome-base/gsettings-desktop-schemas-3.21.2
+	>=gnome-extra/evolution-data-server-3.45.1:=[gtk]
+	net-libs/libsoup:3.0
+	>=gui-libs/libadwaita-1.2:1
+	>=dev-libs/glib-2.67.5:2
+	>=gui-libs/gtk-4.6.0:4
+	>=dev-libs/libgweather-4.2.0:4=
+	>=app-misc/geoclue-2.4:2.0
+	>=sci-geosciences/geocode-glib-3.26.3:2
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+	dev-libs/appstream-glib
+	dev-libs/libxml2:2
+	dev-util/gdbus-codegen
+	dev-util/glib-utils
+	>=sys-devel/gettext-0.19.8
+	virtual/pkgconfig
+"
+
+src_test() {
+	virtx meson_src_test
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2023-03-16 17:42 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-16 17:42 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-28 20:44 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-calendar/ Mart Raudsepp
2024-04-28 20:44 Mart Raudsepp
2024-04-20 11:42 Mart Raudsepp
2024-04-07 10:11 Arthur Zamarin
2024-03-02 22:33 Mart Raudsepp
2024-02-18  6:09 Arthur Zamarin
2024-01-08  7:03 Sam James
2023-10-26 15:54 Pacho Ramos
2023-09-22  2:33 Matt Turner
2023-09-18 13:29 Matt Turner
2023-09-04 15:48 Matt Turner
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-05-04 18:47 Arthur Zamarin
2023-04-22 14:45 Matt Turner
2022-10-30 22:29 Matt Turner
2022-10-18 18:10 Matt Turner
2022-09-30 16:52 Matt Turner
2022-09-27 23:55 Matt Turner
2022-07-18 23:41 Sam James
2022-07-06  1:24 Sam James
2022-07-02 20:47 Sam James
2022-06-15 15:43 Matt Turner
2022-04-28 15:31 Matt Turner
2022-03-24  0:38 Matt Turner
2021-12-19  4:53 Matt Turner
2021-11-11 12:59 Pacho Ramos
2021-06-07  6:22 Georgy Yakovlev
2021-06-06 21:49 Matt Turner
2021-05-12  3:43 Matt Turner
2020-12-20 18:57 Matt Turner
2020-12-13 18:49 Mart Raudsepp
2020-08-30 18:09 Sam James
2020-07-18  8:45 Mart Raudsepp
2020-03-01 16:18 Mart Raudsepp
2020-02-29 21:22 Mart Raudsepp
2019-12-23 22:02 Mart Raudsepp
2019-09-15 20:54 Mart Raudsepp
2019-09-07 22:09 Mart Raudsepp
2019-09-07 22:09 Mart Raudsepp
2019-08-05  0:34 Aaron Bauman
2019-03-30 22:33 Mart Raudsepp
2019-03-06 11:07 Mart Raudsepp
2019-02-22 18:03 Mart Raudsepp
2019-02-22 18:03 Mart Raudsepp
2018-11-19 15:58 Gilles Dartiguelongue
2018-10-06 18:39 Mart Raudsepp
2018-02-23 12:01 Mart Raudsepp
2018-02-03 22:35 Mart Raudsepp
2018-01-27  0:41 Thomas Deutschmann
2018-01-18  3:39 Mikle Kolyada
2017-08-11 23:22 Gilles Dartiguelongue
2017-06-17  8:07 Pacho Ramos
2017-05-20  4:59 Mart Raudsepp
2017-05-16  8:01 Agostino Sarubbo
2017-05-15 14:17 Agostino Sarubbo
2017-04-29 18:27 Mart Raudsepp
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-04-02 19:22 Ole Reifschneider
2017-03-31  5:13 Mart Raudsepp
2017-03-21  3:29 Mart Raudsepp
2017-03-21  3:29 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-01 17:31 Gilles Dartiguelongue
2016-11-01 17:31 Gilles Dartiguelongue
2016-09-17 13:32 Pacho Ramos
2016-09-17 12:39 Gilles Dartiguelongue
2016-09-06 23:15 Gilles Dartiguelongue
2016-06-25 16:53 Pacho Ramos
2016-06-25 16:53 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2015-12-26 15:44 Gilles Dartiguelongue
2015-12-26 14:20 Pacho Ramos
2015-12-06 22:44 Gilles Dartiguelongue
2015-11-15 10:30 Pacho Ramos
2015-09-07 21:11 Mikle Kolyada
2015-09-06 20:55 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1678988541.8a0912e0f4b583b0cda15646a620c6991030c3d1.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox