From unknown Sat Jun 21 05:10:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35741] [PATCH] gnu: Add libdbusmenu. Resent-From: Meiyo Peng Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 15 May 2019 05:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 35741 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 35741@debbugs.gnu.org Cc: Meiyo Peng X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.15578969713292 (code B ref -1); Wed, 15 May 2019 05:10:02 +0000 Received: (at submit) by debbugs.gnu.org; 15 May 2019 05:09:31 +0000 Received: from localhost ([127.0.0.1]:50738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQmAV-0000r2-91 for submit@debbugs.gnu.org; Wed, 15 May 2019 01:09:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52418) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQmAT-0000qj-JN for submit@debbugs.gnu.org; Wed, 15 May 2019 01:09:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:45905) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQmAO-00052I-Bm for submit@debbugs.gnu.org; Wed, 15 May 2019 01:09:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQmAN-0008Ob-0b for guix-patches@gnu.org; Wed, 15 May 2019 01:09:24 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQlte-0007tR-RO for guix-patches@gnu.org; Wed, 15 May 2019 00:52:08 -0400 Received: from mx1.riseup.net ([198.252.153.129]:54764) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQlte-0007d8-20 for guix-patches@gnu.org; Wed, 15 May 2019 00:52:06 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id C19CE1A0681 for ; Tue, 14 May 2019 21:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1557895918; bh=VkZTyPzQONVF4G1JHThLEJrJWwa1/2t1tIyGThd9mPM=; h=From:To:Cc:Subject:Date:From; b=bgl6z6B7zxjXLEQgpw1VU9E7GiaMiqsBxCXkvIIFLJ3O4ffhRfU/b0ffCF/y9j0+j mP8EnjS/X0yNUpGMSwnnQWiHBvPemVn7CClTZsvBAGJABZgar35COTLK6B0otpfJAW D/uiyWaG6vsbHa7LyPjmuvsUALQMJofycDr+ad4o= X-Riseup-User-ID: 5C55F7E197F32AAA76B0D9174BAEF4C28E24F8D52A955466A588E6DCAB964C94 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id C9A6F223697; Tue, 14 May 2019 21:51:57 -0700 (PDT) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id d63ef838; Wed, 15 May 2019 04:51:52 +0000 (UTC) From: Meiyo Peng Date: Wed, 15 May 2019 12:51:27 +0800 Message-Id: <20190515045127.30916-1-meiyo@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/gtk.scm (libdbusmenu): New variable. --- gnu/packages/gtk.scm | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 6e63ca6614..a885d35080 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -20,6 +20,7 @@ ;;; Copyright =C2=A9 2018 Alex Vong ;;; Copyright =C2=A9 2018 Arun Isaac ;;; Copyright =C2=A9 2018 Pierre Neidhardt +;;; Copyright =C2=A9 2019 Meiyo Peng ;;; ;;; This file is part of GNU Guix. ;;; @@ -1754,3 +1755,53 @@ popular spread sheet programs.") shell scripts. Example of how to use @code{yad} can be consulted at @url{https://sourceforge.net/p/yad-dialog/wiki/browse_pages/}.") (license license:gpl3+))) + +(define-public libdbusmenu + (package + (name "libdbusmenu") + (version "16.04.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://launchpad.net/libdbusmenu/" + (version-major+minor version) "/" version + "/+download/libdbusmenu-" version ".tar.gz")) + (sha256 + (base32 "12l7z8dhl917iy9h02sxmpclnhkdjryn08r8i4sr8l3lrlm4mk5r"))= )) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + '("--sysconfdir=3D/etc" + "--localstatedir=3D/var" + ;; The shebang of the generated test files should be patched be= fore + ;; enabling tests. + "--disable-tests") + #:make-flags + `(,(string-append "typelibdir=3D" (assoc-ref %outputs "out") + "/lib/girepository-1.0")) + #:phases + (modify-phases %standard-phases + (add-before 'configure 'set-environment + (lambda _ + (setenv "HAVE_VALGRIND_TRUE" "") + (setenv "HAVE_VALGRIND_FALSE" "#") + #t))))) + (inputs + `(("glib" ,glib) + ("gtk+" ,gtk+) + ("gtk+-2" ,gtk+-2))) + (native-inputs + `(("glib:bin" ,glib "bin") + ("gnome-doc-utils" ,gnome-doc-utils) + ("gobject-introspection" ,gobject-introspection) + ("intltool" ,intltool) + ("json-glib" ,json-glib) + ("pkg-config" ,pkg-config) + ("python" ,python-2) + ("vala" ,vala))) + (home-page "https://launchpad.net/libdbusmenu") + (synopsis "Library for passing menus over DBus") + (description "@code{libdbusmenu} passes a menu structure across DBus= so +that a program can create a menu simply without worrying about how it is +displayed on the other side of the bus.") + (license (list license:gpl3 license:lgpl2.1 license:lgpl3)))) --=20 2.21.0 From unknown Sat Jun 21 05:10:35 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Meiyo Peng Subject: bug#35741: closed (Re: [bug#35741] [PATCH] gnu: Add libdbusmenu.) Message-ID: References: <87tvdoom3i.fsf@gnu.org> <20190515045127.30916-1-meiyo@riseup.net> X-Gnu-PR-Message: they-closed 35741 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 35741@debbugs.gnu.org Date: Mon, 20 May 2019 21:25:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1558387502-8024-1" This is a multi-part message in MIME format... ------------=_1558387502-8024-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #35741: [PATCH] gnu: Add libdbusmenu. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 35741@debbugs.gnu.org. --=20 35741: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D35741 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1558387502-8024-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 35741-done) by debbugs.gnu.org; 20 May 2019 21:24:59 +0000 Received: from localhost ([127.0.0.1]:38176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSpmE-000258-VX for submit@debbugs.gnu.org; Mon, 20 May 2019 17:24:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39959) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hSpmD-00024v-An for 35741-done@debbugs.gnu.org; Mon, 20 May 2019 17:24:57 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:32782) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSpm8-0004hE-6n; Mon, 20 May 2019 17:24:52 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58092 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hSpm7-0001s0-O4; Mon, 20 May 2019 17:24:52 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Meiyo Peng Subject: Re: [bug#35741] [PATCH] gnu: Add libdbusmenu. 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 35741-done Cc: 35741-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 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. ------------=_1558387502-8024-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 May 2019 05:09:31 +0000 Received: from localhost ([127.0.0.1]:50738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQmAV-0000r2-91 for submit@debbugs.gnu.org; Wed, 15 May 2019 01:09:31 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52418) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hQmAT-0000qj-JN for submit@debbugs.gnu.org; Wed, 15 May 2019 01:09:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:45905) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQmAO-00052I-Bm for submit@debbugs.gnu.org; Wed, 15 May 2019 01:09:24 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQmAN-0008Ob-0b for guix-patches@gnu.org; Wed, 15 May 2019 01:09:24 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQlte-0007tR-RO for guix-patches@gnu.org; Wed, 15 May 2019 00:52:08 -0400 Received: from mx1.riseup.net ([198.252.153.129]:54764) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hQlte-0007d8-20 for guix-patches@gnu.org; Wed, 15 May 2019 00:52:06 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id C19CE1A0681 for ; Tue, 14 May 2019 21:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1557895918; bh=VkZTyPzQONVF4G1JHThLEJrJWwa1/2t1tIyGThd9mPM=; h=From:To:Cc:Subject:Date:From; b=bgl6z6B7zxjXLEQgpw1VU9E7GiaMiqsBxCXkvIIFLJ3O4ffhRfU/b0ffCF/y9j0+j mP8EnjS/X0yNUpGMSwnnQWiHBvPemVn7CClTZsvBAGJABZgar35COTLK6B0otpfJAW D/uiyWaG6vsbHa7LyPjmuvsUALQMJofycDr+ad4o= X-Riseup-User-ID: 5C55F7E197F32AAA76B0D9174BAEF4C28E24F8D52A955466A588E6DCAB964C94 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id C9A6F223697; Tue, 14 May 2019 21:51:57 -0700 (PDT) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id d63ef838; Wed, 15 May 2019 04:51:52 +0000 (UTC) From: Meiyo Peng To: guix-patches@gnu.org Subject: [PATCH] gnu: Add libdbusmenu. Date: Wed, 15 May 2019 12:51:27 +0800 Message-Id: <20190515045127.30916-1-meiyo@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Meiyo Peng X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/gtk.scm (libdbusmenu): New variable. --- gnu/packages/gtk.scm | 51 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 6e63ca6614..a885d35080 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -20,6 +20,7 @@ ;;; Copyright =C2=A9 2018 Alex Vong ;;; Copyright =C2=A9 2018 Arun Isaac ;;; Copyright =C2=A9 2018 Pierre Neidhardt +;;; Copyright =C2=A9 2019 Meiyo Peng ;;; ;;; This file is part of GNU Guix. ;;; @@ -1754,3 +1755,53 @@ popular spread sheet programs.") shell scripts. Example of how to use @code{yad} can be consulted at @url{https://sourceforge.net/p/yad-dialog/wiki/browse_pages/}.") (license license:gpl3+))) + +(define-public libdbusmenu + (package + (name "libdbusmenu") + (version "16.04.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://launchpad.net/libdbusmenu/" + (version-major+minor version) "/" version + "/+download/libdbusmenu-" version ".tar.gz")) + (sha256 + (base32 "12l7z8dhl917iy9h02sxmpclnhkdjryn08r8i4sr8l3lrlm4mk5r"))= )) + (build-system gnu-build-system) + (arguments + `(#:configure-flags + '("--sysconfdir=3D/etc" + "--localstatedir=3D/var" + ;; The shebang of the generated test files should be patched be= fore + ;; enabling tests. + "--disable-tests") + #:make-flags + `(,(string-append "typelibdir=3D" (assoc-ref %outputs "out") + "/lib/girepository-1.0")) + #:phases + (modify-phases %standard-phases + (add-before 'configure 'set-environment + (lambda _ + (setenv "HAVE_VALGRIND_TRUE" "") + (setenv "HAVE_VALGRIND_FALSE" "#") + #t))))) + (inputs + `(("glib" ,glib) + ("gtk+" ,gtk+) + ("gtk+-2" ,gtk+-2))) + (native-inputs + `(("glib:bin" ,glib "bin") + ("gnome-doc-utils" ,gnome-doc-utils) + ("gobject-introspection" ,gobject-introspection) + ("intltool" ,intltool) + ("json-glib" ,json-glib) + ("pkg-config" ,pkg-config) + ("python" ,python-2) + ("vala" ,vala))) + (home-page "https://launchpad.net/libdbusmenu") + (synopsis "Library for passing menus over DBus") + (description "@code{libdbusmenu} passes a menu structure across DBus= so +that a program can create a menu simply without worrying about how it is +displayed on the other side of the bus.") + (license (list license:gpl3 license:lgpl2.1 license:lgpl3)))) --=20 2.21.0 ------------=_1558387502-8024-1-- From unknown Sat Jun 21 05:10:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35741] [PATCH] gnu: Add libdbusmenu. Resent-From: Meiyo Peng Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 May 2019 02:05:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35741 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35741-done@debbugs.gnu.org Received: via spool by 35741-done@debbugs.gnu.org id=D35741.155857709231043 (code D ref 35741); Thu, 23 May 2019 02:05:01 +0000 Received: (at 35741-done) by debbugs.gnu.org; 23 May 2019 02:04:52 +0000 Received: from localhost ([127.0.0.1]:43578 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hTd6C-00084c-2H for submit@debbugs.gnu.org; Wed, 22 May 2019 22:04:52 -0400 Received: from mx1.riseup.net ([198.252.153.129]:36440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hTd68-00084T-NW for 35741-done@debbugs.gnu.org; Wed, 22 May 2019 22:04:49 -0400 Received: from bell.riseup.net (bell-pn.riseup.net [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 18F5B1A2AB7; Wed, 22 May 2019 19:04:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1558577088; bh=fWS2e74S5iJnNozPzkzpDMe8HEr6D8WYY3ej1GvkK+g=; h=References:From:To:Cc:Subject:In-reply-to:Date:From; b=DBoefiMWowuTM5C68bn1d8+glw45qK7+6hCrl/nDF26Phbn/mWWT3BloHRyCoO2ht tqlHdtZ1qXg6aaCSmbQwWbIyCgpTiCjNlE10kAPUcKl3RGJku77j4tpCSHWmZziKG3 hpx5xHYhMQZAOwaWk/y1bNfbFyH0a5piADokT8S8= X-Riseup-User-ID: 4D142351BA925C5C56FC6DA9C8892CF97C876E49E9A61D52BBA54EAEBF0DCB93 Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 065F5223433; Wed, 22 May 2019 19:04:46 -0700 (PDT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id f783c754; Thu, 23 May 2019 02:03:26 +0000 (UTC) References: <20190515045127.30916-1-meiyo@riseup.net> <87tvdoom3i.fsf@gnu.org> From: Meiyo Peng In-reply-to: <87tvdoom3i.fsf@gnu.org> Date: Thu, 23 May 2019 10:03:26 +0800 Message-ID: <877eaix6z5.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Ludovic, Ludovic Court=C3=A8s writes: > Meiyo Peng skribis: > >> * gnu/packages/gtk.scm (libdbusmenu): New variable. > > Applied! > >> + ;; The shebang of the generated test files should be patched b= efore >> + ;; enabling tests. >> + "--disable-tests") > > It would be nice if you could follow up with a patch to run the tests. Will try. >> + (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/vie= w/head:/libdbusmenu-glib/menuitem-private.h Good catch. But this project's license is weird. According to: https://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu/trunk= .16.10/view/head:/debian/copyright #+begin_example Files: * Copyright: 2009-2010 Ted Gould , Canonical Ltd. License: GPL-3 Files: libdbusmenu-{glib,gtk}/* Copyright: 2009-2010 Ted Gould , Canonical Ltd. License: LGPL-2.1 | LGPL-3 Files: libdbusmenu-glib/dbus-menu.xml Copyright: 2009-2010 Ted Gould , Canonical Ltd. Copyright: 2009-2010 Aur=C3=A9lien G=C3=A2teau License: LGPL-2.1 | LGPL-3 Files: tools/{dbusmenu-bench,testapp/main.c} Copyright: 2009-2010 Aur=C3=A9lien G=C3=A2teau License: LGPL-2.1 | LGPL-3 Files: debian/* Copyright: 2009-2010 Evgeni Golov Copyright: 2009-2010 Ted Gould , Canonical Ltd. Copyright: 2009-2010 Sebastien Bacher Copyright: 2009-2010 Ken VanDine License: GPL-3 #+end_example libdbusmenu-glib, libdbusmenu-gtk, and some files in tools are dual licensed under LGPLv2.1 and LGPLv3. The rest files are licensed under GPLv3. For example: #+begin_example https://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10/view/= head:/tests/json-loader.c https://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10/view/= head:/tools/dbusmenu-dumper.c #+end_example So we should clarify it further. -- Meiyo Peng https://www.pengmeiyu.com/ From unknown Sat Jun 21 05:10:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35741] [PATCH] gnu: Add libdbusmenu. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 May 2019 15:30:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35741 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Meiyo Peng Cc: 35741-done@debbugs.gnu.org Received: via spool by 35741-done@debbugs.gnu.org id=D35741.155871177529819 (code D ref 35741); Fri, 24 May 2019 15:30:03 +0000 Received: (at 35741-done) by debbugs.gnu.org; 24 May 2019 15:29:35 +0000 Received: from localhost ([127.0.0.1]:47068 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUC8V-0007kt-9a for submit@debbugs.gnu.org; Fri, 24 May 2019 11:29:35 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44091) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUC8T-0007kf-T2 for 35741-done@debbugs.gnu.org; Fri, 24 May 2019 11:29:34 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUC8O-00009h-Kp; Fri, 24 May 2019 11:29:28 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36698 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hUC8O-0005Vc-7b; Fri, 24 May 2019 11:29:28 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190515045127.30916-1-meiyo@riseup.net> <87tvdoom3i.fsf@gnu.org> <877eaix6z5.fsf@riseup.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 5 Prairial an 227 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 24 May 2019 17:29:26 +0200 In-Reply-To: <877eaix6z5.fsf@riseup.net> (Meiyo Peng's message of "Thu, 23 May 2019 10:03:26 +0800") Message-ID: <87lfyvx44p.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello, Meiyo Peng skribis: >>> + ;; The shebang of the generated test files should be patched = before >>> + ;; enabling tests. >>> + "--disable-tests") >> >> It would be nice if you could follow up with a patch to run the tests. > > Will try. Great. > libdbusmenu-glib, libdbusmenu-gtk, and some files in tools are dual > licensed under LGPLv2.1 and LGPLv3. The rest files are licensed under > GPLv3. For example: > > #+begin_example > https://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10/vie= w/head:/tests/json-loader.c > https://bazaar.launchpad.net/~dbusmenu-team/libdbusmenu/trunk.16.10/vie= w/head:/tools/dbusmenu-dumper.c > #+end_example > > So we should clarify it further. I=E2=80=99d argue that =E2=80=98license=E2=80=99 is about the license of wh= at we install, so the license of the tests or build scripts (say) doesn=E2=80=99t matter much, but =E2=80=98dbusmenu-dumper=E2=80=99 is presumably something we install. So I= agree: further clarification is welcome! Thanks for explaining, Ludo=E2=80=99. From unknown Sat Jun 21 05:10:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#35741] [PATCH] gnu: Add libdbusmenu. Resent-From: Meiyo Peng Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 25 May 2019 02:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 35741 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35741-done@debbugs.gnu.org Received: via spool by 35741-done@debbugs.gnu.org id=D35741.155874971315981 (code D ref 35741); Sat, 25 May 2019 02:02:01 +0000 Received: (at 35741-done) by debbugs.gnu.org; 25 May 2019 02:01:53 +0000 Received: from localhost ([127.0.0.1]:47823 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUM0P-00049h-58 for submit@debbugs.gnu.org; Fri, 24 May 2019 22:01:53 -0400 Received: from mx1.riseup.net ([198.252.153.129]:51976) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hUM0N-00049Z-Fs for 35741-done@debbugs.gnu.org; Fri, 24 May 2019 22:01:52 -0400 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id A84B81A21EC; Fri, 24 May 2019 19:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1558749710; bh=jfUhtUL/034jVnc2Mxwu7B58QUKrtDyqneTrXK+2eFc=; h=References:From:To:Cc:Subject:In-reply-to:Date:From; b=afH7lxFD29mlmfVaOf9cA+Z0Jj6cc7vg2GC+1SIcAQ/6tu/cKrmXoqhg5EwOmW6N5 w+eqwS0WhhMfoKQw1l4pD4yGvZK+zWX25rHsMFTNpI4823JQw50YAAhQHOLM3L4yjc fVDHh95BePzmo6xMerkiHluAcNDBRDiIX5oGzkNs= X-Riseup-User-ID: A17ED4ED6C599343769C124E480A97C8EF1AF43E2F23BC43667FDDCD42E4802D Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 900F91201FC; Fri, 24 May 2019 19:01:49 -0700 (PDT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id bfe36911; Sat, 25 May 2019 02:00:31 +0000 (UTC) References: <20190515045127.30916-1-meiyo@riseup.net> <87tvdoom3i.fsf@gnu.org> <877eaix6z5.fsf@riseup.net> <87lfyvx44p.fsf@gnu.org> From: Meiyo Peng In-reply-to: <87lfyvx44p.fsf@gnu.org> Date: Sat, 25 May 2019 10:00:31 +0800 Message-ID: <87y32vpa2o.fsf@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Ludovic, Ludovic Court=C3=A8s writes: > I=E2=80=99d argue that =E2=80=98license=E2=80=99 is about the license of = what we install, so the > license of the tests or build scripts (say) doesn=E2=80=99t matter much OK. -- Meiyo Peng https://www.pengmeiyu.com/