From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] gnu: gnome: Add new package gtkglext Date: Fri, 27 Dec 2013 23:09:33 +0100 Message-ID: <87eh4yq736.fsf@gnu.org> References: <1388078401-18067-1-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VwfbB-0006RX-M2 for guix-devel@gnu.org; Fri, 27 Dec 2013 17:09:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vwfb5-0004BH-2x for guix-devel@gnu.org; Fri, 27 Dec 2013 17:09:41 -0500 In-Reply-To: <1388078401-18067-1-git-send-email-jmd@gnu.org> (jmd@gnu.org's message of "Thu, 26 Dec 2013 18:20:00 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: jmd@gnu.org Cc: guix-devel@gnu.org jmd@gnu.org skribis: > From: John Darrington > > * 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 =E2=80=98gtkgtlext=E2=80=99 to the file name. Also, please add them to gnu-system.am. Then it=E2=80=99s 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=20 > +https://git.gnome.org/browse/gtkglext/commit/?id=3Ddf7a7b35b80b395d7ba41= 1c7f727970a46fb0588 > +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=E2=80=99.