From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpmJ-0006Ad-MC for guix-patches@gnu.org; Mon, 20 May 2019 17:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hSpmI-0004k6-P7 for guix-patches@gnu.org; Mon, 20 May 2019 17:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52866) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hSpmI-0004jz-LM for guix-patches@gnu.org; Mon, 20 May 2019 17:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hSpmI-00025Y-Gi for guix-patches@gnu.org; Mon, 20 May 2019 17:25:02 -0400 Subject: bug#35741: [PATCH] gnu: Add libdbusmenu. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190515045127.30916-1-meiyo@riseup.net> Date: Mon, 20 May 2019 23:24:49 +0200 In-Reply-To: <20190515045127.30916-1-meiyo@riseup.net> (Meiyo Peng's message of "Wed, 15 May 2019 12:51:27 +0800") Message-ID: <87tvdoom3i.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: Meiyo Peng Cc: 35741-done@debbugs.gnu.org Hi! Meiyo Peng skribis: > * gnu/packages/gtk.scm (libdbusmenu): New variable. Applied! > + ;; The shebang of the generated test files should be patched be= fore > + ;; enabling tests. > + "--disable-tests") It would be nice if you could follow up with a patch to run the tests. > + (license (list license:gpl3 license:lgpl2.1 license:lgpl3)))) In a subsequent patch, I clarified the licensing here, which is dual-license LGPLv2.1 | LGPLv3 according to the header that can be seen here: https://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10/view/= head:/libdbusmenu-glib/menuitem-private.h Thanks, Ludo=E2=80=99.