From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 0/4] Add sbcl-cl-gtk4. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Aug 2023 13:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169150248313313 (code B ref -1); Tue, 08 Aug 2023 13:49:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Aug 2023 13:48:03 +0000 Received: from localhost ([127.0.0.1]:35689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN46-0003Sd-Gv for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:48:02 -0400 Received: from lists.gnu.org ([2001:470:142::17]:37708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN44-0003Rj-CQ for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:48:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qTN3v-0001hr-Ma for guix-patches@gnu.org; Tue, 08 Aug 2023 09:47:52 -0400 Received: from mail.ykonai.net ([23.183.83.77]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qTN3u-0007Hr-5F for guix-patches@gnu.org; Tue, 08 Aug 2023 09:47:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1691502468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=paH0JgaGoQpQG7HXAC5ti53knviybgymcz3sEYaCHxQ=; b=qPaOP3gjVCxTj5HIpVkAYVWn1GM6eCsQUgGYELM27goDPwlO7PLBAu+r8kJ6BB69fiUt3j EqzIKPLewFEcE1k6Wsln9IagcJ7irIVLXMbubfzCDg1DrnBR6VIYhBW98G5Lw9Nq61l1Op 58qm3vM+cWeL+whNTpIcSGLVRsiUhGF8KqPkZB4/hwXrlthzyrHje4qx1+P6qgptcTEspM 9KGg2HtyBVm9SWvm0XUSg1mw4BsRMZDvhAIRIEhomZBfSlhlqKg03QZO2fERu7/Lgtn8jc R3w2O7OlrWnyK4KAmeLyvZJ4akg5ULdCbTm0TLMTnVEckdjNqXduQCthkq8OOw== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id d415332d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 8 Aug 2023 13:47:47 +0000 (UTC) From: ykonai Date: Tue, 8 Aug 2023 15:47:02 +0200 Message-ID: <20230808134702.1446582-1-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=23.183.83.77; envelope-from=mail@ykonai.net; helo=mail.ykonai.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) Hello guix-patches, This patch adds the Common Lisp GTK4 bindings. I tested them on SBCL x64, and modulo the apparent dbus requirement it seems to work. ECL version of the cl-gtk4 package is not included because I didn't manage to build it (either it doesn't build or takes more than an hour to build on my computer (compared to about ~10s for SBCL)). ykonai (4): gnu: sbcl-cl-gobject-introspection: Update to 0.3-2.c4fef07 gnu: Add sbcl-cl-gobject-introspection-wrapper. gnu: Add sbcl-cl-glib. gnu: Add sbcl-cl-gtk4. gnu/packages/lisp-xyz.scm | 167 ++++++++++++++++++++++++++++++-------- 1 file changed, 135 insertions(+), 32 deletions(-) base-commit: d43b53c476b4e9322b31274b788e851d37e72302 -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 1/4] gnu: sbcl-cl-gobject-introspection: Update to 0.3-2.c4fef07 References: <20230808134702.1446582-1-mail@ykonai.net> In-Reply-To: <20230808134702.1446582-1-mail@ykonai.net> Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Aug 2023 13:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.169150278614143 (code B ref 65149); Tue, 08 Aug 2023 13:54:02 +0000 Received: (at 65149) by debbugs.gnu.org; 8 Aug 2023 13:53:06 +0000 Received: from localhost ([127.0.0.1]:35715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN90-0003fx-0B for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:06 -0400 Received: from mail.ykonai.net ([23.183.83.77]:57030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN8x-0003f4-BN for 65149@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1691502777; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=g5tLforFAU11XD+5tv5GIaticGjHHy2YAfGyBcYTEUs=; b=EaJTYKPEMpeBLhxGvvvPnNu5t45ucDA5ggYK+CYhF8qOmRsaqWssGGcY9pGvRucjov8DPF 6+aCHIBygyG/6oRLnYK9qbzgs+dLpEJW1JqU6loO4vmPJ/BJlA1z6DLaApmOxHWkXDqKmk SVkLSRTPc/r0xqhiTa8wdZ9Jl6LR0dsHd9p7hwtv8/IW+Kq2MQ4xBVgJ3tmZqoa32qT24g toQOaDoPMRHeiHiDPcxvz6WbuDwHMhy5HRKOc6AJWVLGR5G5mvdVhlkulFPpnkOkYY9Rcx UYwp1/D/abT/CwfqSS2QGDEospdD8UgSF5I2xd7GTb8xBW/ImSsEaAxzEgcXhw== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 8085d1a5 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 8 Aug 2023 13:52:57 +0000 (UTC) From: ykonai Date: Tue, 8 Aug 2023 15:52:09 +0200 Message-ID: <20230808135212.1452175-1-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp.xyz (sbcl-cl-gobject-introspection): Update to 0.3-2.c4fef07 --- gnu/packages/lisp-xyz.scm | 60 ++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index d2596ebc2d..0f66ba961e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9556,43 +9556,39 @@ (define-public cl-specialization-store (sbcl-package->cl-source-package sbcl-specialization-store)) (define-public sbcl-cl-gobject-introspection - (let ((commit "d0136c8d9ade2560123af1fc55bbf70d2e3db539") - (revision "1")) + (let ((commit "c4fef07d01cec7c830ce84ef150ed8e4da5959c4") + (revision "2")) (package (name "sbcl-cl-gobject-introspection") (version (git-version "0.3" revision commit)) (home-page "https://github.com/andy128k/cl-gobject-introspection") - (source - (origin - (method git-fetch) - (uri (git-reference - (url home-page) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0dz0r73pq7yhz2iq2jnkq977awx2zws2qfxdcy33329sys1ii32p")))) - (build-system asdf-build-system/sbcl) - (inputs - `(("alexandria" ,sbcl-alexandria) - ("cffi" ,sbcl-cffi) - ("iterate" ,sbcl-iterate) - ("trivial-garbage" ,sbcl-trivial-garbage) - ("glib" ,glib) - ("gobject-introspection" ,gobject-introspection))) - (native-inputs - (list sbcl-fiveam)) + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18n4wg93sf6cjmpcpr47bg2rd8mbm9ml9lykmjsxgvsf3nwr5vnw")))) + (build-system asdf-build-system/sbcl) + (inputs `(("alexandria" ,sbcl-alexandria) + ("cffi" ,sbcl-cffi) + ("iterate" ,sbcl-iterate) + ("trivial-garbage" ,sbcl-trivial-garbage) + ("glib" ,glib) + ("gobject-introspection" ,gobject-introspection))) + (native-inputs (list sbcl-fiveam)) (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-paths - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "src/init.lisp" - (("libgobject-2\\.0\\.so") - (search-input-file inputs "/lib/libgobject-2.0.so")) - (("libgirepository-1\\.0\\.so") - (search-input-file inputs - "/lib/libgirepository-1.0.so")))))))) + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "src/init.lisp" + (("libgobject-2\\.0\\.so") + (search-input-file inputs "/lib/libgobject-2.0.so")) + (("libgirepository-1\\.0\\.so") + (search-input-file inputs + "/lib/libgirepository-1.0.so")))))))) (synopsis "Common Lisp bindings to GObject Introspection") (description "This library is a bridge between Common Lisp and GObject -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 2/4] gnu: Add sbcl-cl-gobject-introspection-wrapper. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Aug 2023 13:54:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.169150278614151 (code B ref 65149); Tue, 08 Aug 2023 13:54:03 +0000 Received: (at 65149) by debbugs.gnu.org; 8 Aug 2023 13:53:06 +0000 Received: from localhost ([127.0.0.1]:35717 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN90-0003g4-Et for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:06 -0400 Received: from mail.ykonai.net ([23.183.83.77]:57030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN8y-0003f4-Hu for 65149@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1691502778; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=swrvr2HbG1XCO9Y4Y9oMaGsXR1Zdxv0ERo6u6IzwUxI=; b=b0uhJ/JlYFMI8r8ZXQHN/vtu2bjKEPFj5Gz8U1s81yEM+Xo2Tt/BoVtnPCmGDcN476S52i rofzsLqHznYlNL4YtESjLQA/E2izECH2B63v4SHIpFrulKjVLB1pkPkpcp9wth2bTK1NI6 Nc3XaIH2IdHqv3lAJFkBGOlLnXrQtdixVUSVuk1eoxXW0+F2gKpbOPnq5xa6TUtvJnzh/a grxLUK8pARdauNgD3eRErGcDqSf5OTKn12Kcc3tYawngwh2rh3T5MTVbvoyzYairav0mZb kJwPUOSKb5VMqILHVct3x0/TAxhtF6utM1rVNLxkVbHQnDvh7P1xiRcWO7Y18Q== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 494fd8d7 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 8 Aug 2023 13:52:58 +0000 (UTC) From: ykonai Date: Tue, 8 Aug 2023 15:52:10 +0200 Message-ID: <20230808135212.1452175-2-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230808135212.1452175-1-mail@ykonai.net> References: <20230808135212.1452175-1-mail@ykonai.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection-wrapper, cl-gobject-introspection-wrapper, ecl-cl-gobject-introspection-wrapper): New variables. --- gnu/packages/lisp-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0f66ba961e..f35b363113 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9604,6 +9604,43 @@ (define-public cl-gobject-introspection (define-public ecl-cl-gobject-introspection (sbcl-package->ecl-package sbcl-cl-gobject-introspection)) +(define-public sbcl-cl-gobject-introspection-wrapper + (let ((commit "2d197cba7e7d734ac8a2e181e5e709e5b218bada") + (revision "1")) + (package + (name "sbcl-cl-gobject-introspection-wrapper") + (version (git-version "1.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url + "https://github.com/bohonghuang/cl-gobject-introspection-wrapper") + (commit commit))) + (file-name (git-file-name "cl-gobject-introspection-wrapper" + version)) + (sha256 + (base32 + "05np2zs5806ib6qfz7d6knyaz6llxgwvjqavl1fsz5hcga40296s")))) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-cl-ppcre + sbcl-alexandria + sbcl-cl-gobject-introspection)) + (home-page + "https://github.com/bohonghuang/cl-gobject-introspection-wrapper") + (synopsis + "Wrap and call GObject Introspection FFI function in Common Lisp") + (description + "This library converts the elements from GObject Introspection into +Common Lisp-style definitions, based on cl-gobject-introspection.") + (license license:lgpl3)))) + +(define-public cl-gobject-introspection-wrapper + (sbcl-package->cl-source-package sbcl-cl-gobject-introspection-wrapper)) + +(define-public ecl-cl-gobject-introspection-wrapper + (sbcl-package->ecl-package sbcl-cl-gobject-introspection-wrapper)) + (define-public sbcl-cl-slug (let ((commit "ffb229d10f0d3f7f54e706791725225e200bf749") (revision "1")) -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 3/4] gnu: Add sbcl-cl-glib. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Aug 2023 13:54:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.169150278714157 (code B ref 65149); Tue, 08 Aug 2023 13:54:03 +0000 Received: (at 65149) by debbugs.gnu.org; 8 Aug 2023 13:53:07 +0000 Received: from localhost ([127.0.0.1]:35719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN90-0003gC-PO for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:07 -0400 Received: from mail.ykonai.net ([23.183.83.77]:57030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN8y-0003f4-V3 for 65149@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1691502779; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yxJNeyy46TfiYZZHdCSYbOtCurCiEwWpYdZSRMwE2wY=; b=EIdYDLo2ENCjld7KXtXL3fxN08lvNvMbvhzEWHpeellPeOv/az7LC0jwUXuN24J0rjo96k W2nAJt+g61tpSzNeGNOPpL0KXmu5HteVXmj/phGXHQVGxcrc3AH3Ggq8qQjuU7oRLxntkY u8FXFrEz4lsjOeP2cr4le+Zzd340fTLBvX98wGDZagdicPYfshkiIeF94F2VI6ty+1Bv+J 1Y3eH4zifne0LcHmbCq7rgoexYHbqed2ksAoJPHIe1uOu5mtm1LyHjlaKzguL0FyyKpmZw JjYcfGz83+gho2ESmK3Boa921AGN2urp3xx9TBsKsNxTb4YDrHqbB7Iz3imnMA== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 214e1556 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 8 Aug 2023 13:52:58 +0000 (UTC) From: ykonai Date: Tue, 8 Aug 2023 15:52:11 +0200 Message-ID: <20230808135212.1452175-3-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230808135212.1452175-1-mail@ykonai.net> References: <20230808135212.1452175-1-mail@ykonai.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp-xyz.scm (sbcl-cl-glib. cl-glib. ecl-cl-glib): New variables. --- gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index f35b363113..58370e0c91 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9641,6 +9641,42 @@ (define-public cl-gobject-introspection-wrapper (define-public ecl-cl-gobject-introspection-wrapper (sbcl-package->ecl-package sbcl-cl-gobject-introspection-wrapper)) +(define-public sbcl-cl-glib + (let ((commit "9e52827cce1cbb3962536b6a5e628febab593f57") + (revision "1")) + (package + (name "sbcl-cl-glib") + (version (git-version "1.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/bohonghuang/cl-glib") + (commit commit))) + (file-name (git-file-name "cl-glib" version)) + (sha256 + (base32 "0dxa493zdp1p93cahhpp3yaggn3j3kkn90mdw99g4ld7scmiglp4" )))) + (build-system asdf-build-system/sbcl) + (arguments + '(#:asd-systems '("cl-gio" "cl-glib" "cl-gobject"))) + (propagated-inputs + (list glib)) + (inputs + (list gobject-introspection + sbcl-cl-gobject-introspection-wrapper + sbcl-bordeaux-threads)) + (home-page "https://github.com/bohonghuang/cl-glib") + (synopsis "Glib, GIO, Gobject bindings for Common Lisp") + (description "Provides Glib, GIO, Gobject bindings for Common Lisp via Gobject +Introspection.") + (license license:lgpl3)))) + +(define-public cl-glib + (sbcl-package->cl-source-package sbcl-cl-glib)) + +(define-public ecl-cl-glib + (sbcl-package->ecl-package sbcl-cl-glib)) + (define-public sbcl-cl-slug (let ((commit "ffb229d10f0d3f7f54e706791725225e200bf749") (revision "1")) -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 4/4] gnu: Add sbcl-cl-gtk4. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Aug 2023 13:54:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.169150278914167 (code B ref 65149); Tue, 08 Aug 2023 13:54:03 +0000 Received: (at 65149) by debbugs.gnu.org; 8 Aug 2023 13:53:09 +0000 Received: from localhost ([127.0.0.1]:35721 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN93-0003gQ-4t for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:09 -0400 Received: from mail.ykonai.net ([23.183.83.77]:57030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN8z-0003f4-BK for 65149@debbugs.gnu.org; Tue, 08 Aug 2023 09:53:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1691502779; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VKcKZO6V4HEs08XaqnW2ALuq2Np6H2iy9Oso9ZC7RUU=; b=nzgLeHtsIfXlpwd4S1RHuVKgA7rLdrNYlf/q2KPl0OsvI9xu30m529vM7R3eLF62C0cHoO ok6MgdhB/ctnBVEnGNU24DcEiiS+6E27IRWdvsCyxOEWBnH9N4Fg45hsiKdvD0G3Gl+mm9 DHMTDi1gSBkFHklY/cDUfnfySpA99yC9ZwGrypdLFkw/028H/jmMi/jht7gw3Dj4c/OSPn UwP66PKIcLZZvTjrXUW4xdR0KA7S4JZ+KJvCPOMxERc9BdPsAZKh6iTKPP2gyNnwK8WB4T Wy9k+LfUEKPmdEPSOCCeQcWd3FSnpRx09+k1KweR0znQ3KV6EWN/KyU1jBZ48w== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 62e970df (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 8 Aug 2023 13:52:59 +0000 (UTC) From: ykonai Date: Tue, 8 Aug 2023 15:52:12 +0200 Message-ID: <20230808135212.1452175-4-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230808135212.1452175-1-mail@ykonai.net> References: <20230808135212.1452175-1-mail@ykonai.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp-xyz.scm (sbcl-cl-gtk4, cl-gtk4): New variables. --- gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 58370e0c91..e35c0d6d8c 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9677,6 +9677,40 @@ (define-public cl-glib (define-public ecl-cl-glib (sbcl-package->ecl-package sbcl-cl-glib)) +(define-public sbcl-cl-gtk4 + (let ((commit "d116905e7b68508d03681a50b3b24d63e7b111e4") + (revision "1")) + (package + (name "sbcl-cl-gtk4") + (version (git-version "1.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/bohonghuang/cl-gtk4") + (commit commit))) + (file-name (git-file-name "cl-gtk4" version)) + (sha256 + (base32 + "0mprmmvbagnflvhynn51l42nbwr08rld99ls0c48m5lpjn0ja4zc")))) + (build-system asdf-build-system/sbcl) + (arguments + '(#:asd-systems '("cl-gtk4" "cl-gdk4"))) + ;; propagate because it at least requires the typelib files at runtime + (propagated-inputs (list gtk)) + (inputs + (list gobject-introspection + sbcl-cl-glib + sbcl-cl-gobject-introspection-wrapper)) + (home-page "https://github.com/bohonghuang/cl-gtk4") + (synopsis "GTK4 bindings for Common Lisp") + (description + "Provides GTK4 bindings for Common Lisp via Gobject Introspection, in the +cl-gtk4 ASDF system.") + (license license:lgpl3)))) + +(define-public cl-gtk4 + (sbcl-package->cl-source-package sbcl-cl-gtk4)) + (define-public sbcl-cl-slug (let ((commit "ffb229d10f0d3f7f54e706791725225e200bf749") (revision "1")) -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 4/4] gnu: Add sbcl-cl-gtk4. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Aug 2023 12:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ykonai Cc: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.169166925729736 (code B ref 65149); Thu, 10 Aug 2023 12:08:02 +0000 Received: (at 65149) by debbugs.gnu.org; 10 Aug 2023 12:07:37 +0000 Received: from localhost ([127.0.0.1]:41598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qU4Rx-0007jU-Uj for submit@debbugs.gnu.org; Thu, 10 Aug 2023 08:07:37 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qU4Rt-0007jE-B8 for 65149@debbugs.gnu.org; Thu, 10 Aug 2023 08:07:32 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 2EDB1240028 for <65149@debbugs.gnu.org>; Thu, 10 Aug 2023 14:07:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1691669243; bh=B7VcnIYHPS2VAln2dvpefPJMp29cNH/uOai90RRGD/E=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=OfeLe7QchiNJrYCgZCHCB+kxQirwqg+uFObvPqWItfUuNdmAw7Izf2En4mp5mQnUq Mx8l351h3SNHXAb5rLoP9BnEJsdDOtH5+DU6AX6WrCGVHHBOfI9Vibv5aULh9HlEJ5 NAelb/+0ya9Eveh66CzZRxl77xDc/1qQCUGeei6gl+vCpSQqZhPTqipbD4RpBiRqG7 EZTtQMqSMT5NMLh4jCm1JTTzbEuJ0849jjk0JnuPxBMXMsRm4uPlfN09Q0mGhoNvRN j47oS9hmYqi6ACSyZl5a4xY6T99lLYjGebDJUFRLwkyB8c6S/wdZgnJlL2jzltSLU2 TOS+hLF11Ujbg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RM5Jn0KRsz9rxW; Thu, 10 Aug 2023 14:07:20 +0200 (CEST) References: <20230808135212.1452175-1-mail@ykonai.net> <20230808135212.1452175-4-mail@ykonai.net> From: Guillaume Le Vaillant Date: Thu, 10 Aug 2023 12:00:05 +0000 In-reply-to: <20230808135212.1452175-4-mail@ykonai.net> Message-ID: <871qgbksnb.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -3.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: -4.3 (----) --=-=-= Content-Type: text/plain ykonai via Guix-patches via skribis: > * gnu/packages/lisp-xyz.scm (sbcl-cl-gtk4, cl-gtk4): New variables. > [...] > + ;; propagate because it at least requires the typelib files at runtime > + (propagated-inputs (list gtk)) > + (inputs > + (list gobject-introspection > + sbcl-cl-glib > + sbcl-cl-gobject-introspection-wrapper)) > [...] Hi. Instead of propagating Gtk, have your checked if having the GI_TYPELIB_PATH environment variable set at runtime could be enough to make things work? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZNTS+A8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/BMAD+MNrC0WqS59yIB/9+Lat9ZCVLeUxzhvdVtu5k NoYj9p8A/ixXwhpusk4MvZI6CQil4i6DSpIiYr67UfPOKqYLGSEu =rlVH -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH 4/4] gnu: Add sbcl-cl-gtk4. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 10 Aug 2023 22:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Guillaume Le Vaillant Cc: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.169170577611320 (code B ref 65149); Thu, 10 Aug 2023 22:17:02 +0000 Received: (at 65149) by debbugs.gnu.org; 10 Aug 2023 22:16:16 +0000 Received: from localhost ([127.0.0.1]:44206 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUDx2-0002wW-9K for submit@debbugs.gnu.org; Thu, 10 Aug 2023 18:16:16 -0400 Received: from mail.ykonai.net ([23.183.83.77]:42030) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qUDwy-0002wG-N9 for 65149@debbugs.gnu.org; Thu, 10 Aug 2023 18:16:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1691705766; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tVFUatk7aBAPk7sakWFP3NNlfWIAlJNVOfgTJQMbWr8=; b=rp5cnNHVb42SYNSRPzuk4Ykrou9YMTbVxy8cePpzmaMiVUMxGCn7Fx4+QnYJ8ScY4GfKfR 2nR4amj+l5l9rxA0/2mvOPipbC7hCM8ji3gM1I3efLl8hKiskQ1Ty7yQyXjn6pYo+9Ylo+ /g8KyaaKLvDUVY/9BjYVtjLgrkc6VyObiSQfqghrp54+/9QRnGamDh1JBZLcEvszFMk7fP 0tkqPKCmdWSDp3ZGvi8+GOFJTzfOSj5XKUP8fw59AodVEyt/igJ+67Mm5EJpk+C4iJKBGn I6PD8mVKq5SqgWWEdJY8Tv30p8oCJXJEhjVbSEA0tGVU3BtQDID4H8CUtlCKFA== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 85eddd45 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 10 Aug 2023 22:16:05 +0000 (UTC) From: ykonai References: <20230808135212.1452175-1-mail@ykonai.net> <20230808135212.1452175-4-mail@ykonai.net> <871qgbksnb.fsf@kitej> Date: Fri, 11 Aug 2023 00:15:22 +0200 In-Reply-To: <871qgbksnb.fsf@kitej> (Guillaume Le Vaillant's message of "Thu, 10 Aug 2023 12:00:05 +0000") Message-ID: <85cyzuy26d.fsf@ykonai.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) 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.0 (-) Guillaume Le Vaillant writes: > Instead of propagating Gtk, have your checked if having the > GI_TYPELIB_PATH environment variable set at runtime could be enough to > make things work? That does look like it works. I assume the best way would be to set the search-paths of the package (which unfortunately seems to involve copying the typelib files)? I'll try to send a v2 patch once I get it to work. From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH v2 1/4] gnu: sbcl-cl-gobject-introspection: Update to 0.3-2.c4fef07 References: <20230808134702.1446582-1-mail@ykonai.net> In-Reply-To: <20230808134702.1446582-1-mail@ykonai.net> Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 15 Aug 2023 19:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.16921289957583 (code B ref 65149); Tue, 15 Aug 2023 19:50:02 +0000 Received: (at 65149) by debbugs.gnu.org; 15 Aug 2023 19:49:55 +0000 Received: from localhost ([127.0.0.1]:36700 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW038-0001y8-CW for submit@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:54 -0400 Received: from mail.ykonai.net ([23.183.83.77]:41894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW036-0001xm-C9 for 65149@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1692128985; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=/F0TWOFvWI4uxZiUYBX+985urgl80yd6PFEsUyNvm0E=; b=ojEgfTrPzb3q7kfrsaEYiUUalp5ZdLoEMskASC3ZHPrvTaJ6or/sRm3bohgLj4v4T/rXJx ycng1FMREPygJAcaJPpUbNhWhO1M0wLUn7wVxZzmW6WXLJQxAzEDwnbdY/WnufTm6UfuKB uxjIZGXre9OgSf+uWFIkqFEKsuV+yeWaWf7c7BytnTxGoTA4DZmggRRVoy+TCer2e3lfwT yQOPOBZX+6DfIJtwB295v4eL0ugVBtF3vgc6g89kn6X0hq0EQNIH1Njhx822UKnkMS2js+ HHsycNkXNCmBMTPq16Rb4PP51VF/3Sgj8C20QQanLsLctCkQrtwpe0yAoQutKQ== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 917929eb (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 15 Aug 2023 19:49:42 +0000 (UTC) From: ykonai Date: Tue, 15 Aug 2023 21:49:36 +0200 Message-ID: <20230815194939.1180103-1-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp.xyz (sbcl-cl-gobject-introspection): Update to 0.3-2.c4fef07 --- gnu/packages/lisp-xyz.scm | 60 ++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 32 deletions(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index d2596ebc2d..0f66ba961e 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9556,43 +9556,39 @@ (define-public cl-specialization-store (sbcl-package->cl-source-package sbcl-specialization-store)) (define-public sbcl-cl-gobject-introspection - (let ((commit "d0136c8d9ade2560123af1fc55bbf70d2e3db539") - (revision "1")) + (let ((commit "c4fef07d01cec7c830ce84ef150ed8e4da5959c4") + (revision "2")) (package (name "sbcl-cl-gobject-introspection") (version (git-version "0.3" revision commit)) (home-page "https://github.com/andy128k/cl-gobject-introspection") - (source - (origin - (method git-fetch) - (uri (git-reference - (url home-page) - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 - "0dz0r73pq7yhz2iq2jnkq977awx2zws2qfxdcy33329sys1ii32p")))) - (build-system asdf-build-system/sbcl) - (inputs - `(("alexandria" ,sbcl-alexandria) - ("cffi" ,sbcl-cffi) - ("iterate" ,sbcl-iterate) - ("trivial-garbage" ,sbcl-trivial-garbage) - ("glib" ,glib) - ("gobject-introspection" ,gobject-introspection))) - (native-inputs - (list sbcl-fiveam)) + (source (origin + (method git-fetch) + (uri (git-reference + (url home-page) + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "18n4wg93sf6cjmpcpr47bg2rd8mbm9ml9lykmjsxgvsf3nwr5vnw")))) + (build-system asdf-build-system/sbcl) + (inputs `(("alexandria" ,sbcl-alexandria) + ("cffi" ,sbcl-cffi) + ("iterate" ,sbcl-iterate) + ("trivial-garbage" ,sbcl-trivial-garbage) + ("glib" ,glib) + ("gobject-introspection" ,gobject-introspection))) + (native-inputs (list sbcl-fiveam)) (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'fix-paths - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "src/init.lisp" - (("libgobject-2\\.0\\.so") - (search-input-file inputs "/lib/libgobject-2.0.so")) - (("libgirepository-1\\.0\\.so") - (search-input-file inputs - "/lib/libgirepository-1.0.so")))))))) + '(#:phases (modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "src/init.lisp" + (("libgobject-2\\.0\\.so") + (search-input-file inputs "/lib/libgobject-2.0.so")) + (("libgirepository-1\\.0\\.so") + (search-input-file inputs + "/lib/libgirepository-1.0.so")))))))) (synopsis "Common Lisp bindings to GObject Introspection") (description "This library is a bridge between Common Lisp and GObject base-commit: d43b53c476b4e9322b31274b788e851d37e72302 -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH v2 2/4] gnu: Add sbcl-cl-gobject-introspection-wrapper. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 15 Aug 2023 19:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.16921289987601 (code B ref 65149); Tue, 15 Aug 2023 19:50:03 +0000 Received: (at 65149) by debbugs.gnu.org; 15 Aug 2023 19:49:58 +0000 Received: from localhost ([127.0.0.1]:36704 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW03B-0001yV-Sx for submit@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:58 -0400 Received: from mail.ykonai.net ([23.183.83.77]:41894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW037-0001xm-JF for 65149@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1692128986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=swrvr2HbG1XCO9Y4Y9oMaGsXR1Zdxv0ERo6u6IzwUxI=; b=VDJuo8hod/8ZVlATEgdZXQFX22FRu9oK+WPmz8NGy9dmVzGr/Oyo/Z2nUow81dzA403RnG UQjfPF5VtwjT7w6p090yzESUPxJBTFm1o8IqYoCC6HFdPM5JgpOcIahu438pIueflOgoV+ tuVNSs8uruy4PCMo8pu0rM0H1k+x4wvtg+EAU0hp96StGRIhJDr2fs/Y0xnXdzw85yl1nP Xt6ZlWSjieVnwqggi6HQRPYJM1KTLWLLOrAIuxHnWih48OkCByxPtn8QpfrZMbHQ+Yfuat F3dDqtJVZ/2kagbbNGZVuvflLPVQAI9B5y7Gz9tikSVOEe4HrfQMO51T9V8M2Q== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 93b5939f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 15 Aug 2023 19:49:46 +0000 (UTC) From: ykonai Date: Tue, 15 Aug 2023 21:49:37 +0200 Message-ID: <20230815194939.1180103-2-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230815194939.1180103-1-mail@ykonai.net> References: <20230815194939.1180103-1-mail@ykonai.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection-wrapper, cl-gobject-introspection-wrapper, ecl-cl-gobject-introspection-wrapper): New variables. --- gnu/packages/lisp-xyz.scm | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 0f66ba961e..f35b363113 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9604,6 +9604,43 @@ (define-public cl-gobject-introspection (define-public ecl-cl-gobject-introspection (sbcl-package->ecl-package sbcl-cl-gobject-introspection)) +(define-public sbcl-cl-gobject-introspection-wrapper + (let ((commit "2d197cba7e7d734ac8a2e181e5e709e5b218bada") + (revision "1")) + (package + (name "sbcl-cl-gobject-introspection-wrapper") + (version (git-version "1.0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url + "https://github.com/bohonghuang/cl-gobject-introspection-wrapper") + (commit commit))) + (file-name (git-file-name "cl-gobject-introspection-wrapper" + version)) + (sha256 + (base32 + "05np2zs5806ib6qfz7d6knyaz6llxgwvjqavl1fsz5hcga40296s")))) + (build-system asdf-build-system/sbcl) + (inputs + (list sbcl-cl-ppcre + sbcl-alexandria + sbcl-cl-gobject-introspection)) + (home-page + "https://github.com/bohonghuang/cl-gobject-introspection-wrapper") + (synopsis + "Wrap and call GObject Introspection FFI function in Common Lisp") + (description + "This library converts the elements from GObject Introspection into +Common Lisp-style definitions, based on cl-gobject-introspection.") + (license license:lgpl3)))) + +(define-public cl-gobject-introspection-wrapper + (sbcl-package->cl-source-package sbcl-cl-gobject-introspection-wrapper)) + +(define-public ecl-cl-gobject-introspection-wrapper + (sbcl-package->ecl-package sbcl-cl-gobject-introspection-wrapper)) + (define-public sbcl-cl-slug (let ((commit "ffb229d10f0d3f7f54e706791725225e200bf749") (revision "1")) -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH v2 3/4] gnu: Add sbcl-cl-glib. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 15 Aug 2023 19:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.16921289987608 (code B ref 65149); Tue, 15 Aug 2023 19:50:03 +0000 Received: (at 65149) by debbugs.gnu.org; 15 Aug 2023 19:49:58 +0000 Received: from localhost ([127.0.0.1]:36706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW03C-0001yY-7y for submit@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:58 -0400 Received: from mail.ykonai.net ([23.183.83.77]:41894) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW038-0001xm-5N for 65149@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1692128990; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Sx9w8bfUODhoSkcFK6tjfYzRKSwpAg1gFZWODD9x4YY=; b=Fre9Rs6IyojtTteouzmO9ys4P9MN8V6Jm2U4bNZA12PG/ndRT0qR5gmIIoRouGQ+vixkAC 2kcSmpG3r6Mn8QUuFKcaddx1+RPDd76jXaJgtUvNESE0djZea2UPmxM/sB+OGtABYfbmWx cu9bhYWtJQ2AXbQyS/6ETUfrxCC0pyLLwO2oHPjXtSIjr6OklpKN0br+yDO27fAQljYwBP /G77jn3n3l+rDPK231S5IyvbRgZF+RcPeEN0ID+h3/W2qF7iWP7Wy47Lvioh+hMEv8wvrj csHefmNx1fIVCP/D92URQDGh0x1jhE8Bme7vcnG2+Pnn3GRkc3GTY04crdWZWg== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id 16fd047e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 15 Aug 2023 19:49:47 +0000 (UTC) From: ykonai Date: Tue, 15 Aug 2023 21:49:38 +0200 Message-ID: <20230815194939.1180103-3-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230815194939.1180103-1-mail@ykonai.net> References: <20230815194939.1180103-1-mail@ykonai.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp-xyz.scm (sbcl-cl-glib, cl-glib, ecl-cl-glib): New variables. --- gnu/packages/lisp-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index f35b363113..2a47a21b65 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9641,6 +9641,42 @@ (define-public cl-gobject-introspection-wrapper (define-public ecl-cl-gobject-introspection-wrapper (sbcl-package->ecl-package sbcl-cl-gobject-introspection-wrapper)) +(define-public sbcl-cl-glib + (let ((commit "9e52827cce1cbb3962536b6a5e628febab593f57") + (revision "1")) + (package + (name "sbcl-cl-glib") + (version (git-version "1.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/bohonghuang/cl-glib") + (commit commit))) + (file-name (git-file-name "cl-glib" version)) + (sha256 + (base32 "0dxa493zdp1p93cahhpp3yaggn3j3kkn90mdw99g4ld7scmiglp4" )))) + (build-system asdf-build-system/sbcl) + (arguments + '(#:asd-systems '("cl-gio" "cl-glib" "cl-gobject"))) + (inputs + (list + glib + gobject-introspection + sbcl-cl-gobject-introspection-wrapper + sbcl-bordeaux-threads)) + (home-page "https://github.com/bohonghuang/cl-glib") + (synopsis "Glib, GIO, Gobject bindings for Common Lisp") + (description "Provides Glib, GIO, Gobject bindings for Common Lisp via Gobject +Introspection.") + (license license:lgpl3)))) + +(define-public cl-glib + (sbcl-package->cl-source-package sbcl-cl-glib)) + +(define-public ecl-cl-glib + (sbcl-package->ecl-package sbcl-cl-glib)) + (define-public sbcl-cl-slug (let ((commit "ffb229d10f0d3f7f54e706791725225e200bf749") (revision "1")) -- 2.41.0 From unknown Mon Jun 23 02:24:39 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#65149] [PATCH v2 4/4] gnu: Add sbcl-cl-gtk4. Resent-From: ykonai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 15 Aug 2023 19:50:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65149 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65149@debbugs.gnu.org Received: via spool by 65149-submit@debbugs.gnu.org id=B65149.16921289997615 (code B ref 65149); Tue, 15 Aug 2023 19:50:04 +0000 Received: (at 65149) by debbugs.gnu.org; 15 Aug 2023 19:49:59 +0000 Received: from localhost ([127.0.0.1]:36708 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW03C-0001yf-Nn for submit@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:59 -0400 Received: from mail.ykonai.net ([2605:6400:10:1424:8f2:1eb3:b35b:fe2d]:56344) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qW038-0001xp-Ev for 65149@debbugs.gnu.org; Tue, 15 Aug 2023 15:49:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1692128991; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lz37FtB8auQowXWtGMIKXXXpiGYC+b1p1V14zYMRbl0=; b=jjjnGrWndwuewdOlS5qRQtnX/6jF3bGeqmV+APUCWdrgrrFvcCimtCXLkFJXooUDcTNAPZ tzCIMykCFpzVzrbRx69msckKC4JweCiRhnegNgGE/cev5e0KRvVAYOcYi0GvXFZViIYDBV YemsIFoRqa9NSJJS8vpuowieZK/Vqu6CaBmcyYmSXRMtrpEnwzwBLqfjub3P4iKOpv7jBw n71ZntjyjgbFAg3WHV79/qNTVTYGAI2ZOCOOwLEPdwtXk64JvtJSXgoOO3XkTxKSQzfYCR +Pcf/xobVscnM970RmAE6pa4BABXLriHjz06xe1Nl4Ih3u05H+15a4mZ5rqysQ== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id ea94a68f (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <65149@debbugs.gnu.org>; Tue, 15 Aug 2023 19:49:51 +0000 (UTC) From: ykonai Date: Tue, 15 Aug 2023 21:49:39 +0200 Message-ID: <20230815194939.1180103-4-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 In-Reply-To: <20230815194939.1180103-1-mail@ykonai.net> References: <20230815194939.1180103-1-mail@ykonai.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) 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.0 (-) * gnu/packages/lisp-xyz.scm (sbcl-cl-gtk4, cl-gtk4): New variables. --- gnu/packages/lisp-xyz.scm | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 2a47a21b65..a13363f69a 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -9677,6 +9677,63 @@ (define-public cl-glib (define-public ecl-cl-glib (sbcl-package->ecl-package sbcl-cl-glib)) +(define-public sbcl-cl-gtk4 + (let ((commit "d116905e7b68508d03681a50b3b24d63e7b111e4") + (revision "1")) + (package + (name "sbcl-cl-gtk4") + (version (git-version "1.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/bohonghuang/cl-gtk4") + (commit commit))) + (file-name (git-file-name "cl-gtk4" version)) + (sha256 + (base32 "0mprmmvbagnflvhynn51l42nbwr08rld99ls0c48m5lpjn0ja4zc")))) + (build-system asdf-build-system/sbcl) + (arguments + '(#:asd-systems '("cl-gtk4" "cl-gdk4") + #:phases + (modify-phases %standard-phases + (add-after 'unpack 'copy-typelibs + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (dirs + (list (assoc-ref inputs "gtk") + (assoc-ref inputs "graphene") + (assoc-ref inputs "harfbuzz") + (assoc-ref inputs "pango") + (assoc-ref inputs "gdk-pixbuf")))) + (map + (lambda (d) + (copy-recursively + (string-append d "/lib/girepository-1.0") + (string-append out "/lib/girepository-1.0"))) + dirs))))))) + (native-inputs + (list graphene pango harfbuzz gdk-pixbuf)) + (inputs + (list + gtk + gobject-introspection + sbcl-cl-glib + sbcl-cl-gobject-introspection-wrapper)) + (native-search-paths + (list (search-path-specification + (variable "GI_TYPELIB_PATH") + (separator ":") + (files (list "lib/girepository-1.0"))))) + (home-page "https://github.com/bohonghuang/cl-gtk4") + (synopsis "GTK4 bindings for Common Lisp.") + (description "Provides GTK4 bindings for Common Lisp via Gobject Introspection, in the +cl-gtk4 ASDF system.") + (license license:lgpl3)))) + +(define-public cl-gtk4 + (sbcl-package->cl-source-package sbcl-cl-gtk4)) + (define-public sbcl-cl-slug (let ((commit "ffb229d10f0d3f7f54e706791725225e200bf749") (revision "1")) -- 2.41.0 From unknown Mon Jun 23 02:24:39 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: ykonai Subject: bug#65149: closed (Re: [bug#65149] [PATCH 0/4] Add sbcl-cl-gtk4.) Message-ID: References: <874jkw7ee5.fsf@kitej> <20230808134702.1446582-1-mail@ykonai.net> X-Gnu-PR-Message: they-closed 65149 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 65149@debbugs.gnu.org Date: Fri, 18 Aug 2023 11:57:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1692359821-14276-1" This is a multi-part message in MIME format... ------------=_1692359821-14276-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #65149: [PATCH 0/4] Add sbcl-cl-gtk4. 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 65149@debbugs.gnu.org. --=20 65149: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D65149 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1692359821-14276-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 65149-done) by debbugs.gnu.org; 18 Aug 2023 11:56:30 +0000 Received: from localhost ([127.0.0.1]:46242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWy5d-0003hX-Uv for submit@debbugs.gnu.org; Fri, 18 Aug 2023 07:56:30 -0400 Received: from mout01.posteo.de ([185.67.36.65]:56249) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWy5b-0003hI-0Y for 65149-done@debbugs.gnu.org; Fri, 18 Aug 2023 07:56:28 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 21BD3240029 for <65149-done@debbugs.gnu.org>; Fri, 18 Aug 2023 13:56:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1692359780; bh=Z0/7SJ+JqVscNvkech87jXz/FE6zLaxd/8F95iWd5PM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:From; b=Ett4/0OSfP4SVPXwjyvORFNlvZ/npYY/Mf7LD4tnrmAJhp2PbVKdjqooSD/YVBAzq 6AaCJ6rIm8WaH0XBpw/1wvpa2l9RlMEx5185Vt8yeS7ZsY0qscZhwV5ie30k+BkwAP pJ7fEyvTxbYpvLplRcyC1rFLL6SGCc3TNOTQBZ2Up3IiElrx1h0k/3BD7GFBbV7/Sw GLfXwMHDleU+9AZ2C2l8/ZOkc9IXpRMTNNYMqnfifiCkOJE3ZxafwuebijL9UzVBQz JJHVYPXqxlSm2sOErd6Uk+6QwSNMs3pfdXgyi3h77AfRdBZ5G1D8xlRevKvCISTCmo VSmRgaCrVHhyg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4RS0hM40Rjz9rxK; Fri, 18 Aug 2023 13:56:19 +0200 (CEST) References: <20230808134702.1446582-1-mail@ykonai.net> From: Guillaume Le Vaillant To: ykonai Subject: Re: [bug#65149] [PATCH 0/4] Add sbcl-cl-gtk4. Date: Fri, 18 Aug 2023 11:46:35 +0000 In-reply-to: <20230808134702.1446582-1-mail@ykonai.net> Message-ID: <874jkw7ee5.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 65149-done Cc: 65149-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 (---) --=-=-= Content-Type: text/plain Patches applied as cb948aef0caae7e9f3b61c57aa06a73be04a5868 and following with a few minor fixes. For cl-gtk4, I used the patch propagating gtk instead of the patch copying files from several gtk-related libraries (it will probably be easier to maintain). If one day we have a package with a standalone binary depending on cl-gtk4, we will just have not to forget to wrap it so that it can find GI_TYPELIB_PATH (e.g. like for gnome-music, sushi, gnome-characters, etc). Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZN9cYg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+8OwD/YhGBNiHmOkYfA0nuL37jdnGbVj2f2IYts1Mz UkU44oIBAKKtZQWnddwLzkknAiQatV5nAyOm7YpOcyYCsT6v20yG =jst3 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1692359821-14276-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Aug 2023 13:48:03 +0000 Received: from localhost ([127.0.0.1]:35689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN46-0003Sd-Gv for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:48:02 -0400 Received: from lists.gnu.org ([2001:470:142::17]:37708) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qTN44-0003Rj-CQ for submit@debbugs.gnu.org; Tue, 08 Aug 2023 09:48:00 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qTN3v-0001hr-Ma for guix-patches@gnu.org; Tue, 08 Aug 2023 09:47:52 -0400 Received: from mail.ykonai.net ([23.183.83.77]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qTN3u-0007Hr-5F for guix-patches@gnu.org; Tue, 08 Aug 2023 09:47:51 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ykonai.net; s=dkim; t=1691502468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=paH0JgaGoQpQG7HXAC5ti53knviybgymcz3sEYaCHxQ=; b=qPaOP3gjVCxTj5HIpVkAYVWn1GM6eCsQUgGYELM27goDPwlO7PLBAu+r8kJ6BB69fiUt3j EqzIKPLewFEcE1k6Wsln9IagcJ7irIVLXMbubfzCDg1DrnBR6VIYhBW98G5Lw9Nq61l1Op 58qm3vM+cWeL+whNTpIcSGLVRsiUhGF8KqPkZB4/hwXrlthzyrHje4qx1+P6qgptcTEspM 9KGg2HtyBVm9SWvm0XUSg1mw4BsRMZDvhAIRIEhomZBfSlhlqKg03QZO2fERu7/Lgtn8jc R3w2O7OlrWnyK4KAmeLyvZJ4akg5ULdCbTm0TLMTnVEckdjNqXduQCthkq8OOw== Received: by mail.ykonai.net (OpenSMTPD) with ESMTPSA id d415332d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Tue, 8 Aug 2023 13:47:47 +0000 (UTC) From: ykonai To: guix-patches@gnu.org Subject: [PATCH 0/4] Add sbcl-cl-gtk4. Date: Tue, 8 Aug 2023 15:47:02 +0200 Message-ID: <20230808134702.1446582-1-mail@ykonai.net> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=23.183.83.77; envelope-from=mail@ykonai.net; helo=mail.ykonai.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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: -0.1 (/) Hello guix-patches, This patch adds the Common Lisp GTK4 bindings. I tested them on SBCL x64, and modulo the apparent dbus requirement it seems to work. ECL version of the cl-gtk4 package is not included because I didn't manage to build it (either it doesn't build or takes more than an hour to build on my computer (compared to about ~10s for SBCL)). ykonai (4): gnu: sbcl-cl-gobject-introspection: Update to 0.3-2.c4fef07 gnu: Add sbcl-cl-gobject-introspection-wrapper. gnu: Add sbcl-cl-glib. gnu: Add sbcl-cl-gtk4. gnu/packages/lisp-xyz.scm | 167 ++++++++++++++++++++++++++++++-------- 1 file changed, 135 insertions(+), 32 deletions(-) base-commit: d43b53c476b4e9322b31274b788e851d37e72302 -- 2.41.0 ------------=_1692359821-14276-1--