[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/24: gnu: cl-mcclim: Enable Freetype renderer.
From: |
guix-commits |
Subject: |
24/24: gnu: cl-mcclim: Enable Freetype renderer. |
Date: |
Fri, 24 Feb 2023 09:53:46 -0500 (EST) |
glv pushed a commit to branch master
in repository guix.
commit 67e4596781e11cd93b1fc6708484b6468388a18a
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Fri Feb 24 15:40:04 2023 +0100
gnu: cl-mcclim: Enable Freetype renderer.
* gnu/packages/lisp-xyz.scm (sbcl-mcclim)[arguments]: Add
'enable-freetype-renderer' phase.
---
gnu/packages/lisp-xyz.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index a4e0c89694..2e69a01dcd 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -13988,7 +13988,12 @@ functions.")
(search-input-file inputs "/lib/libfontconfig.so")))
(substitute* "Extensions/harfbuzz/src/functions.lisp"
(("libharfbuzz\\.so")
- (search-input-file inputs "/lib/libharfbuzz.so"))))))))
+ (search-input-file inputs "/lib/libharfbuzz.so")))))
+ (add-after 'unpack 'enable-freetype-renderer
+ (lambda _
+ (substitute* "mcclim.asd"
+ (("\\(:feature :mcclim-ffi-freetype
\"mcclim-clx/freetype\"\\)")
+ "\"mcclim-clx/freetype\"")))))))
(home-page "https://common-lisp.net/project/mcclim/")
(synopsis "Common Lisp GUI toolkit")
(description
- 07/24: gnu: cl-local-time: Update to 1.0.6-3.40169fe., (continued)
- 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
- 24/24: gnu: cl-mcclim: Enable Freetype renderer.,
guix-commits <=