diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-24 15:25:52 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:16 +0000 |
commit | 1d8bb73d3dbcb3c36e970e22236b0dc1f98aae84 (patch) | |
tree | 3d7d3d8a3de72d24a970bcf9ba7a901a9a737445 /gnu/packages/patches | |
parent | 751e73dea1efe6631da65dcbd025b0dc4d17ffd7 (diff) | |
download | guix-1d8bb73d3dbcb3c36e970e22236b0dc1f98aae84.tar.gz |
gnu: gnome-todo: Update to 40.1.
* gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: Remove it. * gnu/local.mk (DIST_PATCH_DATA): Update it. * gnu/packages/gnome.scm (gnome-todo): Update to 40.1. [source]: Fix the URL. [arguments]: Remove the 'wrap-gnome-todo phase and add a 'skip-gtk-update-icon-cache phase. Disable the tests. [native-inputs]: Switch from gtk+ to gtk. [inputs]: Add gtk, libadwaita and libportal.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch b/gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch deleted file mode 100644 index c680e86495..0000000000 --- a/gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch +++ /dev/null @@ -1,10 +0,0 @@ -From: Emmanuele Bassi <ebassi@gnome.org> - -See also: https://gitlab.gnome.org/GNOME/gnome-todo/commit/6cdabc4dd0c6c804a093b94c269461ce376fed4f ---- gnome-todo-3.28.1/plugins/eds/gtd-eds-autoptr.h.orig 2020-05-06 14:20:49.589902539 +0200 -+++ gnome-todo-3.28.1/plugins/eds/gtd-eds-autoptr.h 2020-05-06 14:20:54.593919721 +0200 -@@ -25,4 +25,3 @@ - G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponent, g_object_unref); - G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalComponentId, e_cal_component_free_id); - G_DEFINE_AUTOPTR_CLEANUP_FUNC (ECalClient, g_object_unref); --G_DEFINE_AUTOPTR_CLEANUP_FUNC (ESource, g_object_unref); |