[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] gnu: gnome: Add new package gtkglext
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH 1/2] gnu: gnome: Add new package gtkglext |
Date: |
Fri, 27 Dec 2013 23:09:33 +0100 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
address@hidden skribis:
> From: John Darrington <address@hidden>
>
> * gnu/packages/gnome.scm (gtkglext): New procedure
s/procedure/variable./
> gnu/packages/gnome.scm | 27 ++++
> .../patches/disable-disable-deprecated.patch | 36 ++++++
> .../patches/remove-pangox-dependency.patch | 132
> ++++++++++++++++++++
Please preprend ‘gtkgtlext’ to the file name.
Also, please add them to gnu-system.am.
Then it’s OK to push.
> +++ b/gnu/packages/patches/remove-pangox-dependency.patch
> @@ -0,0 +1,132 @@
> +This patch removes the dependency on pangox which has been deprecated. It
> +achieves the same result as the upstream patch at
> +https://git.gnome.org/browse/gtkglext/commit/?id=df7a7b35b80b395d7ba411c7f727970a46fb0588
> +Like the upstream patch, it removes the functions gdk_gl_font_use_pango_font,
> +and gdk_gl_font_use_pango_font_for_display from the API.
Interesting, thanks for documenting it.
Ludo’.
Re: [PATCH 1/2] gnu: gnome: Add new package gtkglext,
Ludovic Courtès <=