[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
65/71: gnu: Add julia-xorg-xcb-util-image-jll.
From: |
guix-commits |
Subject: |
65/71: gnu: Add julia-xorg-xcb-util-image-jll. |
Date: |
Sun, 30 May 2021 05:57:49 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 13b118108d011362b8f0ba1957326b2c5eedd422
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 30 12:47:06 2021 +0300
gnu: Add julia-xorg-xcb-util-image-jll.
* gnu/packages/julia-jll.scm (julia-xorg-xcb-util-image-jll): New variable.
---
gnu/packages/julia-jll.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/julia-jll.scm b/gnu/packages/julia-jll.scm
index 1edb1c7..f05ff7e 100644
--- a/gnu/packages/julia-jll.scm
+++ b/gnu/packages/julia-jll.scm
@@ -2237,6 +2237,43 @@ build tree Yggdrasil.")
(description "This package provides a wrapper for the xcb-util library.")
(license license:expat)))
+(define-public julia-xorg-xcb-util-image-jll
+ (package
+ (name "julia-xorg-xcb-util-image-jll")
+ (version "0.4.0+1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
"https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_image_jll.jl")
+ (commit (string-append "Xorg_xcb_util_image-v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1f9xx094nylg7dcfxm0qmph4xy492rd3yxa8arijqyi6rs8zrgxz"))))
+ (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
+ (("artifact\"Xorg_xcb_util_image\"")
+ (string-append "\"" (assoc-ref inputs "xcb-util-image")
"\""))))
+ ;; There's a Julia file for each platform, override them all
+ (find-files "src/wrappers/" "\\.jl$")))))))
+ (inputs
+ `(("xcb-util-image" ,xcb-util-image)))
+ (propagated-inputs
+ `(("julia-jllwrappers" ,julia-jllwrappers)
+ ("julia-xorg-xcb-util-jll" ,julia-xorg-xcb-util-jll)))
+ (home-page
"https://github.com/JuliaBinaryWrappers/Xorg_xcb_util_image_jll.jl")
+ (synopsis "Xcb-util-image library wrappers")
+ (description "This package provides a wrapper for the xcb-util-image
library.")
+ (license license:expat)))
+
(define-public julia-xorg-xcb-util-wm-jll
(package
(name "julia-xorg-xcb-util-wm-jll")
- 51/71: gnu: Add julia-xorg-libxcursor-jll., (continued)
- 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, 2021/05/30
- 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 <=
- 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
- 69/71: gnu: Add julia-plotthemes., guix-commits, 2021/05/30
- 70/71: gnu: Add julia-splitapplycombine., guix-commits, 2021/05/30
- 71/71: gnu: Add julia-measures., guix-commits, 2021/05/30