[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/24: gnu: cl-mcclim: Update to 0.9.7-3.ece91cf.
From: |
guix-commits |
Subject: |
23/24: gnu: cl-mcclim: Update to 0.9.7-3.ece91cf. |
Date: |
Fri, 24 Feb 2023 09:53:45 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit a35226284e1601198cce4654e9d00aaba27574ee
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 24 14:38:48 2023 +0100
gnu: cl-mcclim: Update to 0.9.7-3.ece91cf.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Update to 0.9.7-3.ece91cf.
[inputs]: Add cl-base64 and cl-who.
[arguments]: Remove 'fix-build' phase.
---
gnu/packages/lisp-xyz.scm | 24 ++++++++----------------
1 file changed, 8 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 06541f1e11..a4e0c89694 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13930,8 +13930,8 @@ functions.")
(sbcl-package->ecl-package sbcl-cl-dejavu))
(define-public sbcl-mcclim
- (let ((commit "292343f9e30c7ef54a3d9b4b045495387c51585e")
- (revision "2"))
+ (let ((commit "ece91cf035e2ccb1c6eb0bb867ae2bc45f627982")
+ (revision "3"))
(package
(name "sbcl-mcclim")
(version (git-version "0.9.7" revision commit))
@@ -13943,7 +13943,7 @@ functions.")
(commit commit)))
(file-name (git-file-name "cl-mcclim" version))
(sha256
- (base32 "10sq34rk11p2lrpqg5hr4721y2yqpmz9yk88mgdmwn7iyga5f2fp"))))
+ (base32 "0prn4f0nz604ykcg8004f1vndgjm7181wrlblq6mhasphca28c2k"))))
(build-system asdf-build-system/sbcl)
(native-inputs
(list sbcl-fiveam pkg-config))
@@ -13954,20 +13954,22 @@ functions.")
sbcl-alexandria
sbcl-babel
sbcl-bordeaux-threads
+ sbcl-cffi
+ sbcl-cl-base64
sbcl-cl-dejavu
sbcl-cl-freetype2
sbcl-cl-pdf
- sbcl-cffi
sbcl-cl-unicode
sbcl-cl-vectors
+ sbcl-cl-who
sbcl-closer-mop
sbcl-clx
sbcl-flexi-streams
sbcl-flexichain
sbcl-log4cl
sbcl-opticl
- sbcl-spatial-trees
sbcl-slime-swank
+ sbcl-spatial-trees
sbcl-trivial-features
sbcl-trivial-garbage
sbcl-trivial-gray-streams
@@ -13986,17 +13988,7 @@ functions.")
(search-input-file inputs "/lib/libfontconfig.so")))
(substitute* "Extensions/harfbuzz/src/functions.lisp"
(("libharfbuzz\\.so")
- (search-input-file inputs "/lib/libharfbuzz.so")))))
- (add-after 'unpack 'fix-build
- (lambda _
- ;; The cffi-grovel system does not get loaded automatically,
- ;; so we load it explicitly.
- (substitute* "Extensions/fontconfig/mcclim-fontconfig.asd"
- (("\\(asdf:defsystem #:mcclim-fontconfig" all)
- (string-append "(asdf:load-system :cffi-grovel)\n" all)))
- (substitute* "Extensions/harfbuzz/mcclim-harfbuzz.asd"
- (("\\(asdf:defsystem #:mcclim-harfbuzz" all)
- (string-append "(asdf:load-system :cffi-grovel)\n"
all))))))))
+ (search-input-file inputs "/lib/libharfbuzz.so"))))))))
(home-page "https://common-lisp.net/project/mcclim/")
(synopsis "Common Lisp GUI toolkit")
(description
- 03/24: gnu: cl-usocket: Update to 0.8.5., (continued)
- 03/24: gnu: cl-usocket: Update to 0.8.5., guix-commits, 2023/02/24
- 02/24: gnu: cl-closer-mop: Update to 1.0.0-3.7b86f2a., guix-commits, 2023/02/24
- 05/24: gnu: cl-named-readtables: Update to 0.9-4.d5ff162., guix-commits, 2023/02/24
- 09/24: gnu: cl-trivial-indent: Update to 1.0.0-1.f252750., guix-commits, 2023/02/24
- 18/24: gnu: cl-pdf: Update to 2.0.0-3.ee904a1., guix-commits, 2023/02/24
- 19/24: gnu: cl-clx: Update to 0.7.5-1.3840045., guix-commits, 2023/02/24
- 06/24: gnu: cl-cl+ssl: Update to 0.0.0-5.1e2ffc9., guix-commits, 2023/02/24
- 08/24: gnu: cl-anaphora: Update to 0.9.8., guix-commits, 2023/02/24
- 10/24: gnu: cl-let-plus: Update to 0.0.0-2.455e657., guix-commits, 2023/02/24
- 13/24: gnu: cl-trivial-utf-8: Update to 0.0.0-2.6ca9943., guix-commits, 2023/02/24
- 23/24: gnu: cl-mcclim: Update to 0.9.7-3.ece91cf.,
guix-commits <=
- 07/24: gnu: cl-local-time: Update to 1.0.6-3.40169fe., guix-commits, 2023/02/24
- 17/24: gnu: cl-freetype2: Update to 1.1-1.8bcb232., guix-commits, 2023/02/24
- 20/24: gnu: cl-log4cl: Update to 1.1.4-1.75c4184., guix-commits, 2023/02/24
- 12/24: gnu: cl-fast-io: Update to 1.0.0-3.a4c5ad6., guix-commits, 2023/02/24
- 11/24: gnu: cl-lisp-namespace: Update to 0.1-2.699fccb., guix-commits, 2023/02/24
- 14/24: gnu: cl-introspect-environment: Update to 0.1-2.8fb20a1., guix-commits, 2023/02/24
- 15/24: gnu: cl-collectors: Update to 1.0-1.748f0a1., guix-commits, 2023/02/24
- 16/24: gnu: cl-djula: Update to 0.2.0-2.6f14259., guix-commits, 2023/02/24
- 21/24: gnu: cl-slime-swank: Update to 2.28., guix-commits, 2023/02/24
- 22/24: gnu: cl-zpb-ttf: Update to 1.0.6., guix-commits, 2023/02/24