diff options
author | Guillermo Joandet <gjoandet@gmail.com> | 2024-07-29 12:52:46 -0300 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2025-01-15 18:29:43 +0100 |
commit | 545fe6373a69fe1fb246e7139a22c899d2f5c013 (patch) | |
tree | a1b60697fc7c89720583749db2af30aee1c6038b /gnome-extra | |
parent | media-gfx/gnome-font-viewer: drop 45.0 (diff) | |
download | gentoo-545fe6373a69fe1fb246e7139a22c899d2f5c013.tar.gz gentoo-545fe6373a69fe1fb246e7139a22c899d2f5c013.tar.bz2 gentoo-545fe6373a69fe1fb246e7139a22c899d2f5c013.zip |
gnome-extra/gnome-calendar: Bump to 47.0
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38677
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/gnome-calendar/Manifest | 1 | ||||
-rw-r--r-- | gnome-extra/gnome-calendar/gnome-calendar-47.0.ebuild | 47 |
2 files changed, 48 insertions, 0 deletions
diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest index 524eac6d72ff..03d61495ba84 100644 --- a/gnome-extra/gnome-calendar/Manifest +++ b/gnome-extra/gnome-calendar/Manifest @@ -1,2 +1,3 @@ DIST gnome-calendar-45.1.tar.xz 456436 BLAKE2B 7d095314887c055834c6cbba13a6070eedf521b737976b46c184f09d1fd40ac1f07a436fd8d72174d0ea4cf070bc6acd6e0d81e2630839bd3774cdf751cdf1a4 SHA512 372abcf94c7b49980c9d1a5f7ee6cea1e34760337f2ab8886fdb3207fd3d87f4c45feecfa9156f6f8596f395af8d02469c2db53acf6b718735db94221af8c623 DIST gnome-calendar-46.1.tar.xz 492432 BLAKE2B 768a68563343de209b90a04301ff67246fa16f493187c781f70278c5560c89fdda4e926afd840a6b7ad3b1c7ce98af486b2e1dacfb8a72e0a12a0c7828557a8a SHA512 79e863d7bd1e31eab16b5da77cac956886be10ded99de97875e118641a8582c245cb30e9872fb7abde2f434e4b559f43e18a5ecf6d52cdce5d7de84f6f9e06b8 +DIST gnome-calendar-47.0.tar.xz 513128 BLAKE2B dc83b102c0b73138ffbecea0519e2519815708048f58ecb018af3a1e45bb3411a9f734f78babdb54e4daf6017f1024db5073b888c767cedfd03bfe4fbbe57889 SHA512 6cc6eca2642580b8ce9c49f7924f565f82bc5ffca41718b1db7358001f71ee2b06ed6f354b068d2629dc30b229822dc2c9ca425cafa96958524dd8116ff5a79f diff --git a/gnome-extra/gnome-calendar/gnome-calendar-47.0.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-47.0.ebuild new file mode 100644 index 000000000000..9d8710cfec52 --- /dev/null +++ b/gnome-extra/gnome-calendar/gnome-calendar-47.0.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2025 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.6_alpha:1 + >=dev-libs/glib-2.67.5: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/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 +} |