From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 09:30:23 2019 Received: (at submit) by debbugs.gnu.org; 29 May 2019 13:30:23 +0000 Received: from localhost ([127.0.0.1]:58350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVyet-0002dY-5v for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:23 -0400 Received: from eggs.gnu.org ([209.51.188.92]:57961) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVyes-0002co-1y for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:49408) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVyem-0006tt-V4 for submit@debbugs.gnu.org; Wed, 29 May 2019 09:30:16 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hVyeh-00046j-1C for guix-patches@gnu.org; Wed, 29 May 2019 09:30:16 -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.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hVyeg-0006mM-1J for guix-patches@gnu.org; Wed, 29 May 2019 09:30:11 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:34597) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hVyef-0006bQ-Rt for guix-patches@gnu.org; Wed, 29 May 2019 09:30:09 -0400 Received: from localhost.localdomain (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 8A40C10001F for ; Wed, 29 May 2019 13:29:58 +0000 (UTC) From: Pierre Neidhardt To: guix-patches@gnu.org Subject: [PATCH 9/9] gnu: Add sbcl-dbus. Date: Wed, 29 May 2019 15:29:56 +0200 Message-Id: <20190529132956.7454-9-mail@ambrevar.xyz> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190529132956.7454-1-mail@ambrevar.xyz> References: <20190529132917.7142-1-mail@ambrevar.xyz> <20190529132956.7454-1-mail@ambrevar.xyz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 217.70.178.231 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit 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.1 (--) * gnu/packages/lisp.scm (sbcl-dbus): New variable. --- gnu/packages/lisp.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 31d2e8d550..2aa73aaa38 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5505,3 +5505,31 @@ and @code{kqueue(2)}), a pathname library and file-system utilities.") (("\\(:file \"sockets\" :depends-on \\(\"pkgdcl\" \"defsuites\"\\)\\)") ""))))))) (synopsis "Common Lisp I/O library"))) + +(define-public sbcl-dbus + (let ((commit "24b452df3a45ca5dc95015500f34baad175c981a") + (revision "1")) + (package + (name "sbcl-dbus") + (build-system asdf-build-system/sbcl) + (version (git-version "20190408" revision commit)) + (home-page "https://github.com/death/dbus") + (source + (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0fw2q866yddbf23nk9pxphm9gsasx35vjyss82xzvndnjmzlqfl5")))) + (inputs + `(("alexandria" ,sbcl-alexandria) + ("trivial-garbage" ,sbcl-trivial-garbage) + ("babel" ,sbcl-babel) + ("sbcl-iolib" ,sbcl-iolib))) ; TODO: Fails because iolib-multiplex cannot be found. + (synopsis "D-BUS client library for Common Lisp") + (description "This is a Common Lisp library that allows to publish D-Bus +objects as well as send and notify other objects connected to a bus.") + (license license:bsd-2)))) -- 2.21.0 From debbugs-submit-bounces@debbugs.gnu.org Wed May 29 10:08:11 2019 Received: (at control) by debbugs.gnu.org; 29 May 2019 14:08:12 +0000 Received: from localhost ([127.0.0.1]:59454 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVzFT-0003yJ-Ng for submit@debbugs.gnu.org; Wed, 29 May 2019 10:08:11 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:60499) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hVzFS-0003y8-Fq for control@debbugs.gnu.org; Wed, 29 May 2019 10:08:10 -0400 X-Originating-IP: 92.169.116.19 Received: from bababa (lfbn-1-4117-19.w92-169.abo.wanadoo.fr [92.169.116.19]) (Authenticated sender: pierre@atlas.engineer) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 3E4BBE001A for ; Wed, 29 May 2019 14:08:04 +0000 (UTC) From: Pierre Neidhardt To: control@debbugs.gnu.org Subject: control message for bug #35990 Date: Wed, 29 May 2019 16:08:03 +0200 Message-ID: <87zhn5jqv0.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.2 (/) X-Debbugs-Envelope-To: control 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.2 (-) --=-=-= Content-Type: text/plain close 35990 --=-=-= Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" --==-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlzukkMACgkQm9z0l6S7 zH+hKQf/emhvYuO3t92tFgruEN2qiycr93CA16GRuNfMCDOhHt1E7xnSSFPRXGPs 91VxzeIBXZcfCNh3jEN/LOIWmVn1zPn3F4QoO01CkhtTlkxNqYVBiay/Xn41h2XU cXX4cKndK0hWeUxaAB/92Kmri4AwFgRBzlzORvNjzqM8USmA7xwJbbeKolHU+wVp E5qNic42BILudbq+wyTeig11Vqaj89r1qAar4Iw6fRsX8S0DtqYPnRCAz6TZSP4F WymCEGDOZpg8siZ9QbfOe1WJXqz916o6KJSZq2GjdnTV9S0W4kWNp2KjWJEF18ke EIfnwNMiWBrXz4PAm3LiJXOx+mDu8A== =pLG3 -----END PGP SIGNATURE----- --==-=-=-- --=-=-=-- From unknown Sat Sep 13 05:21:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 27 Jun 2019 11:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator