commit: a0b079a292fcf4697195351701ef882775add33e Author: Lukas Schmelting <lschmelting <AT> posteo <DOT> com> AuthorDate: Tue Feb 10 21:33:10 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 03:40:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b079a2
gnome-extra/gnome-calendar: add 49.1 Signed-off-by: Lukas Schmelting <lschmelting <AT> posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/45736 Closes: https://github.com/gentoo/gentoo/pull/45736 Signed-off-by: Sam James <sam <AT> gentoo.org> gnome-extra/gnome-calendar/Manifest | 1 + .../gnome-calendar/gnome-calendar-49.1.ebuild | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index 4ef81fdaf27f..814aaf0729ae 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1,2 +1,3 @@ DIST gnome-calendar-48.1.tar.xz 534372 BLAKE2B a5ad0915864765bd0d3000182afb290faaf4d6e63e07d865308cc7b2e058dd2fee32d749f59c97f6cddb619615998be3dc1108bd8b5556df91846f9fb62eaf0e SHA512 5192270cac9647c23e92b8905d1203d0f9c8317a78037ff8ad5062b96d7d489115bbd12780b48886b59f48b8ef0c53ba18768f4c5f8cb01407f35004b4b0669b DIST gnome-calendar-49.0.1.tar.xz 552980 BLAKE2B be39283c05bab93e3fec6c25fe96640e62730fb842ae26334eea6a4dee6e09fec6b4634255576e6c6261dc5a72b017194a371a18b8ded79506f1cfd227e769a9 SHA512 d7bdc5d037a795c79c666ec829acbcfd6d455bf3b482434117f08a9fa25246d770c53f09d936ea79748ba776a44466e9413c5fa7d1069276e1e3b7c0c8e1c95e +DIST gnome-calendar-49.1.tar.xz 558240 BLAKE2B c53bec988a5ae401e014189d734717404271dbb81118604b2520d9ef04086f036025c5f919f0adf65f5ea80b2242bae015ad3a56b7a155220db382363b52ce2b SHA512 2e1ed49ef058edc8cfb96510c4b7a0d59e517824466345a3cfff490bff9d20c77e6ec69ab31f8be9581b41140aa4ff4fe7fd2334cec6129b097599c45d813f1b diff --git a/gnome-extra/gnome-calendar/gnome-calendar-49.1.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-49.1.ebuild new file mode 100644 index 000000000000..7b72fa5b36ef --- /dev/null +++ b/gnome-extra/gnome-calendar/gnome-calendar-49.1.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2026 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 calendars with simple and modern interface" +HOMEPAGE="https://apps.gnome.org/Calendar/" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~loong ~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.8_alpha:1 + >=dev-libs/glib-2.80.0:2 + >=gui-libs/gtk-4.15.2:4 + >=dev-libs/libgweather-4.2.0:4= + >=app-misc/geoclue-2.4:2.0 +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-libs/appstream-glib + dev-libs/libxml2:2 + dev-util/blueprint-compiler + >=dev-util/gdbus-codegen-2.80.5-r1 + 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 +}
