summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2025-01-15 17:07:58 +0100
committerPacho Ramos <pacho@gentoo.org>2025-01-15 18:29:43 +0100
commit9ed363857f1ec7aac37971375591d2bcf21b6955 (patch)
treedeca3daaf96bf3d8e166669b97c041a6a4d582f2 /gnome-extra/gnome-calendar
parentgnome-extra/gnome-calendar: Bump to 47.0 (diff)
downloadgentoo-9ed363857f1ec7aac37971375591d2bcf21b6955.tar.gz
gentoo-9ed363857f1ec7aac37971375591d2bcf21b6955.tar.bz2
gentoo-9ed363857f1ec7aac37971375591d2bcf21b6955.zip
gnome-extra/gnome-calendar: drop 45.1-r1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'gnome-extra/gnome-calendar')
-rw-r--r--gnome-extra/gnome-calendar/Manifest1
-rw-r--r--gnome-extra/gnome-calendar/files/gnome-calendar-45.1-c99.patch23
-rw-r--r--gnome-extra/gnome-calendar/gnome-calendar-45.1-r1.ebuild51
3 files changed, 0 insertions, 75 deletions
diff --git a/gnome-extra/gnome-calendar/Manifest b/gnome-extra/gnome-calendar/Manifest
index 03d61495ba84..d851450339de 100644
--- a/gnome-extra/gnome-calendar/Manifest
+++ b/gnome-extra/gnome-calendar/Manifest
@@ -1,3 +1,2 @@
-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/files/gnome-calendar-45.1-c99.patch b/gnome-extra/gnome-calendar/files/gnome-calendar-45.1-c99.patch
deleted file mode 100644
index 1a3411d335fa..000000000000
--- a/gnome-extra/gnome-calendar/files/gnome-calendar-45.1-c99.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://bugs.gentoo.org/926638
-https://gitlab.gnome.org/GNOME/gnome-calendar/-/commit/2c33d98d82386b0d5e9057c8ba532efc6e202818
-
-From 2c33d98d82386b0d5e9057c8ba532efc6e202818 Mon Sep 17 00:00:00 2001
-From: David King <amigadave@amigadave.com>
-Date: Mon, 26 Feb 2024 11:55:29 +0000
-Subject: [PATCH] weather-service: Fix incompatible pointer types
-
---- a/src/weather/gcal-weather-service.c
-+++ b/src/weather/gcal-weather-service.c
-@@ -486,8 +486,8 @@ preprocess_gweather_reports (GcalWeatherService *self,
- GSList *iter = NULL; /* unowned */
- GDate cur_gdate;
- glong first_tomorrow_dtime = -1;
-- glong today_unix;
-- glong unix_now;
-+ gint64 today_unix;
-+ gint64 unix_now;
- guint i;
-
- /*
---
-GitLab
diff --git a/gnome-extra/gnome-calendar/gnome-calendar-45.1-r1.ebuild b/gnome-extra/gnome-calendar/gnome-calendar-45.1-r1.ebuild
deleted file mode 100644
index b66fe322a3fd..000000000000
--- a/gnome-extra/gnome-calendar/gnome-calendar-45.1-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2024 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 ~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.4_alpha:1
- >=dev-libs/glib-2.67.5:2
- >=gui-libs/gtk-4.11.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
-"
-
-PATCHES=(
- "${FILESDIR}"/gnome-calendar-45.1-c99.patch
-)
-
-src_test() {
- virtx meson_src_test
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
- gnome2_schemas_update
-}
-
-pkg_postrm() {
- xdg_pkg_postrm
- gnome2_schemas_update
-}