[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/71: gnu: Add julia-fontconfig-jll.
From: |
guix-commits |
Subject: |
47/71: gnu: Add julia-fontconfig-jll. |
Date: |
Sun, 30 May 2021 05:57:43 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit d604f4fc5359cc887870c975bc8dcb8301b0e9b4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 12:26:49 2021 +0300
gnu: Add julia-fontconfig-jll.
* gnu/packages/julia-jll.scm (julia-fontconfig-jll): New variable.
---
gnu/packages/julia-jll.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm
index 7cf8899..80b6b4c 100644
--- a/gnu/packages/julia-jll.scm
+++ b/gnu/packages/julia-jll.scm
@@ -222,6 +222,49 @@ build tree Yggdrasil.")
(description "This package provides a wrapper for ffmpeg.")
(license license:expat)))
+(define-public julia-fontconfig-jll
+ (package
+ (name "julia-fontconfig-jll")
+ (version "2.13.93+0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaBinaryWrappers/Fontconfig_jll.jl")
+ (commit (string-append "Fontconfig-v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1p6mfci77bp31w3xzlwhjccln40g6g2rdpfp38v5xf8sz2aybpw2"))))
+ (build-system julia-build-system)
+ (arguments
+ '(#:tests? #f ; no runtests
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'override-binary-path
+ (lambda* (#:key inputs #:allow-other-keys)
+ (map
+ (lambda (wrapper)
+ (substitute* wrapper
+ (("generate_wrapper_header.*")
+ (string-append
+ "generate_wrapper_header(\"Fontconfig\", \""
+ (assoc-ref inputs "fontconfig") "\")\n"))))
+ ;; There's a Julia file for each platform, override them all
+ (find-files "src/wrappers/" "\\.jl$")))))))
+ (inputs
+ `(("fontconfig" ,fontconfig)))
+ (propagated-inputs
+ `(("julia-jllwrappers" ,julia-jllwrappers)
+ ("julia-bzip2-jll" ,julia-bzip2-jll)
+ ("julia-expat-jll" ,julia-expat-jll)
+ ("julia-freetype2-jll" ,julia-freetype2-jll)
+ ("julia-libuuid-jll" ,julia-libuuid-jll)
+ ("julia-zlib-jll" ,julia-zlib-jll)))
+ (home-page "https://github.com/JuliaBinaryWrappers/Fontconfig_jll.jl")
+ (synopsis "Fontconfig library wrappers")
+ (description "This package provides a wrapper for the fontconfig library.")
+ (license license:expat)))
+
(define-public julia-freetype2-jll
(package
(name "julia-freetype2-jll")
- 58/71: gnu: Add julia-wayland-protocols-jll., (continued)
- 58/71: gnu: Add julia-wayland-protocols-jll., guix-commits, 2021/05/30
- 59/71: gnu: Add julia-xorg-libxkbfile-jll., guix-commits, 2021/05/30
- 57/71: gnu: Add julia-wayland-jll., guix-commits, 2021/05/30
- 66/71: gnu: Add julia-xorg-xcb-util-keysyms-jll., guix-commits, 2021/05/30
- 64/71: gnu: Add julia-xorg-xcb-util-wm-jll., guix-commits, 2021/05/30
- 32/71: gnu: Add julia-glib-jll., guix-commits, 2021/05/30
- 44/71: gnu: Add julia-xorg-libxcb-jll., guix-commits, 2021/05/30
- 45/71: gnu: Add julia-xorg-libx11-jll., guix-commits, 2021/05/30
- 51/71: gnu: Add julia-xorg-libxcursor-jll., guix-commits, 2021/05/30
- 53/71: gnu: Add julia-xorg-libxi-jll., guix-commits, 2021/05/30
- 47/71: gnu: Add julia-fontconfig-jll.,
guix-commits <=
- 49/71: gnu: Add julia-cairo-jll., guix-commits, 2021/05/30
- 52/71: gnu: Add julia-libglvnd-jll., guix-commits, 2021/05/30
- 55/71: gnu: Add julia-xorg-libxrandr-jll., guix-commits, 2021/05/30
- 60/71: gnu: Add julia-xorg-xkbcomp-jll., guix-commits, 2021/05/30
- 61/71: gnu: Add julia-xorg-xkeyboard-config-jll., guix-commits, 2021/05/30
- 62/71: gnu: Add julia-xkbcommon-jll., guix-commits, 2021/05/30
- 63/71: gnu: Add julia-xorg-xcb-util-jll., guix-commits, 2021/05/30
- 65/71: gnu: Add julia-xorg-xcb-util-image-jll., guix-commits, 2021/05/30
- 68/71: gnu: Add julia-qt5base-jll., guix-commits, 2021/05/30
- 67/71: gnu: Add julia-xorg-xcb-util-renderutil-jll., guix-commits, 2021/05/30