guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: branch master updated: gnu: gnome-todo: Fix build.


From: Marius Bakke
Subject: Re: branch master updated: gnu: gnome-todo: Fix build.
Date: Wed, 06 May 2020 17:43:18 +0200
User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)

Hi Danny,

address@hidden writes:

> commit b17b29454d5edd61eecb4536461789b7a3865a9a
> Author: Danny Milosavljevic <address@hidden>
> AuthorDate: Wed May 6 17:36:03 2020 +0200
>
>     gnu: gnome-todo: Fix build.
>     
>     * gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch: New 
> file.
>     * gnu/packages/gnome.scm (gnome-todo)[source]: Add it.
>     * gnu/local.mk (dist_patch_DATA): Add it.

Thanks for fixing GNOME Todo!

[...]

> diff --git a/gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch 
> b/gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch
> new file mode 100644
> index 0000000..9e9c2e2
> --- /dev/null
> +++ b/gnu/packages/patches/gnome-todo-delete-esource-duplicate.patch
> @@ -0,0 +1,7 @@
> +--- 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);

Can you add a short comment at the top of the patch file explaining what
this does, along with links to relevant upstream commits/issues (if
applicable)?

That way future packagers don't have to reverse-engineer your patch to
figure out what it does / whether it is still needed.

TIA!  :-)

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]