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: vte: Provide 0.36.5. Date: Sun, 15 Nov 2015 22:22:31 +0100 Message-ID: <878u5zq7oo.fsf@gnu.org> References: <1447150040-10401-1-git-send-email-efraim@flashner.co.il> <1447150040-10401-2-git-send-email-efraim@flashner.co.il> <87r3jrtaub.fsf@gnu.org> <20151115195443.2ddf466b@debian-netbook> 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]:40583) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zy4kx-0008Hw-5h for guix-devel@gnu.org; Sun, 15 Nov 2015 16:22:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zy4ks-00088k-Ki for guix-devel@gnu.org; Sun, 15 Nov 2015 16:22:39 -0500 In-Reply-To: <20151115195443.2ddf466b@debian-netbook> (Efraim Flashner's message of "Sun, 15 Nov 2015 19:54:43 +0200") 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: Efraim Flashner Cc: guix-devel@gnu.org Efraim Flashner skribis: > On Sun, 15 Nov 2015 18:46:04 +0100 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Efraim Flashner skribis: >>=20 >> > * gnu/packages/gnome.scm (vte): Add version 0.36.5.=20=20 >>=20 >> [...] >>=20 >> > +;; provides vte 2.90, required for some terminal emulators >> > +(define-public vte-0.36 >> > + (package (inherit vte) >> > + (name "vte") >> > + (version "0.36.5")=20=20 >>=20 >> Is this particular version really needed? We already have 0.40 and >> 0.28.2 so it would be great if one of these could be used (the comment >> above makes me think that 0.40 would do as well, but it=E2=80=99s not co= mpletely >> clear.) >>=20 >> Now, if Tilda really requires this specific version, that=E2=80=99s fine. >>=20 >> Thanks, >> Ludo=E2=80=99. > > There's been a bug report against tilda for more than a year to get them = to > update their vte version. Some of the things tilda can do, like an opaque > background, are unsupported in vte 2.91. Unfortunately this puts tilda i= n a > tight spot, needing at least 0.30 and less than 0.38. Some of the other > terminals out there either use or used this version also, but I haven't > checked to see if they've moved on yet or not. Fair enough. In that case, it=E2=80=99s fine to commit this intermediate version. It would be ideal if you could add a link to the Tilda bug report that discusses this issue. Thanks, Ludo=E2=80=99.