From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH] gtk+: Support GUIX_GTK{2,3}_PATH variables. Date: Tue, 29 Dec 2015 22:23:57 -0500 Message-ID: <8737ukobzm.fsf@netris.org> References: <877fkwotnw.fsf@elephly.net> <87bna7g8a2.fsf@igalia.com> <87wpsvnqhe.fsf@elephly.net> <87k2oui80q.fsf@gnu.org> <87poygn0vq.fsf@elephly.net> <87si3bsp70.fsf@gnu.org> <87a8oy6ao0.fsf@elephly.net> <87poxqnjpq.fsf@netris.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]:59360) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aE7Mw-0000jl-AX for guix-devel@gnu.org; Tue, 29 Dec 2015 22:24:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aE7Mt-0004j9-48 for guix-devel@gnu.org; Tue, 29 Dec 2015 22:24:10 -0500 Received: from world.peace.net ([50.252.239.5]:33021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aE7Ms-0004j1-W7 for guix-devel@gnu.org; Tue, 29 Dec 2015 22:24:07 -0500 In-Reply-To: <87poxqnjpq.fsf@netris.org> (Mark H. Weaver's message of "Mon, 28 Dec 2015 20:10:09 -0500") 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: Ricardo Wurmus Cc: guix-devel Mark H Weaver writes: > Ricardo Wurmus writes: > >> Ludovic Court=C3=A8s writes: >> >>> Ricardo Wurmus skribis: >>> >>>> Ludovic Court=C3=A8s writes: >>>> >>>>> Ricardo Wurmus skribis: >>>>> >>>>>> From 11f502281064525a067c1453cd2b7b663bf6c3bb Mon Sep 17 00:00:00 20= 01 >>>>>> From: Ricardo Wurmus >>>>>> Date: Thu, 3 Dec 2015 08:32:06 +0100 >>>>>> Subject: [PATCH 2/3] gnu: gtk+: Add patch to support GUIX_GTK3_PATH. >>>>>> >>>>>> * gnu/packages/patches/gtk3-respect-GUIX_GTK3_PATH: New file. >>>>>> * gnu-system.am (dist_patch_DATA): Add it. >>>>>> * gnu/packages/gtk.scm (gtk+) [source]: Add patch. >>>>>> [native-search-paths]: Add search path for GUIX_GTK3_PATH. >>>>> >>>>> LGTM. >>>>> >>>>> This will have to go to a separate branch. We=E2=80=99ll get Hydra t= o build it >>>>> once it=E2=80=99s done with the security updates. >>>> >>>> Could you push them to a new branch then? I have no control over what >>>> Hydra builds and I assume you=E2=80=99d want to rebase them on top of = the >>>> security updates. >>> >>> Here=E2=80=99s the deal: If you push a new branch based on current mast= er, I=E2=80=99ll >>> make sure Hydra builds it. :-) >> >> I rebased the patches on top of current master and pushed them to a >> new branch =E2=80=9Cgtk-path-patch=E2=80=9D. > > I just rebased them again, and started Hydra building the branch. > > http://hydra.gnu.org/jobset/gnu/gtk-path-patch This is now sufficiently built to merge to 'master', but I'm not sure whether it was decided to do this before getting feedback from upstream. >>>>> I agree with Andy that this needs to be discussed with upstream thoug= h. >>>>> Could you open a bug on their tracker and explain the problem and >>>>> proposed solution? >>>> >>>> Yes, I=E2=80=99ll take care of this. >> >> My email to gtk-devel-list@gnome.org is still awaiting moderation :-/ >> Maybe I should try again after subscribing. I haven't followed this thread, so I'll leave it to others to decide how to proceed. Mark