From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39636) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hiyMS-00027V-74 for guix-patches@gnu.org; Thu, 04 Jul 2019 05:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hiyMR-0004cX-2X for guix-patches@gnu.org; Thu, 04 Jul 2019 05:49:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41580) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hiyMQ-0004cI-Ot for guix-patches@gnu.org; Thu, 04 Jul 2019 05:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hiyMQ-0002f5-ME for guix-patches@gnu.org; Thu, 04 Jul 2019 05:49:02 -0400 Subject: bug#36303: [PATCH] gnu: Add qtpass. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87d0j81yls.fsf@zete.tk> <871rz85b5h.fsf@gnu.org> <87o92bbh58.fsf@zete.tk> Date: Thu, 04 Jul 2019 11:48:30 +0200 In-Reply-To: <87o92bbh58.fsf@zete.tk> ("Jens \=\?utf-8\?Q\?M\=C3\=B8lgaard\=22's\?\= message of "Wed, 03 Jul 2019 21:29:23 +1200") Message-ID: <87zhlu6sgh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jens =?UTF-8?Q?M=C3=B8lgaard?= Cc: 36303-done@debbugs.gnu.org Hi, Jens M=C3=B8lgaard skribis: >> Some packages have a pre-check phase that spawns Xvfb; others do: >> (setenv "QT_QPA_PLATFORM" "offscreen") >> Would one of these method allow us to run the tests? > > Yep, tests work fine with this! Awesome. >> Source file headers don=E2=80=99t specify any version of the GPL, so it = should >> be =E2=80=98gpl3+=E2=80=99 (meaning =E2=80=9Cor any later version=E2=80= =9D). > > Ah, I thought only compatible later versions could be used, unless it > was specified explicitly. I'll trust your advice and specify 'gpl3+'. Section 14 of GPLv3 reads (GPLv2 has similar wording): If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. In Guix, we encode it as =E2=80=9Cversion X or later=E2=80=9D. > From 9aa91d33b280197dbd590e8347260e213df623c7 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Jens=3D20M=3DC3=3DB8lgaard?=3D > Date: Thu, 20 Jun 2019 19:24:47 +1200 > Subject: [PATCH] gnu: Add qtpass. > > * gnu/packages/password-utils.scm (qtpass): New variable. Applied, thanks! Ludo=E2=80=99.