emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52635: closed ([PATCH 26/42] gnu: Add rust-font-kit-0.10.)


From: GNU bug Tracking System
Subject: bug#52635: closed ([PATCH 26/42] gnu: Add rust-font-kit-0.10.)
Date: Thu, 30 Dec 2021 20:43:07 +0000

Your message dated Thu, 30 Dec 2021 21:42:08 +0100
with message-id <d0a03e63-1efc-ede1-ad1a-a9b75cfbe883@crazy-compilers.com>
and subject line Re: [bug#52610] [PATCH 00/42] Revising sequoia packaging and 
update to 1.6
has caused the debbugs.gnu.org bug report #52610,
regarding [PATCH 26/42] gnu: Add rust-font-kit-0.10.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52610: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52610
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 26/42] gnu: Add rust-font-kit-0.10. Date: Sat, 18 Dec 2021 21:49:37 +0100
* gnu/packages/crates-io.scm (rust-font-kit-0.10): New variable.
  (rust-font-kit-0.4): Inherit from rust-font-kit-0.10.
---
 gnu/packages/crates-io.scm | 46 +++++++++++++++++++++++++++++++++-----
 1 file changed, 40 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3b60e4cf83..c3c0f7d105 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18847,8 +18847,47 @@ implementation that is more efficient for smaller hash 
keys.")
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-font-kit-0.10
+  (package
+    (name "rust-font-kit")
+    (version "0.10.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "font-kit" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0a7fm757af2s9sk2i02plpa280mmygjmchcwpjclk1iqxiba3ja6"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-bitflags" ,rust-bitflags-1)
+        ("rust-byteorder" ,rust-byteorder-1)
+        ("rust-core-foundation" ,rust-core-foundation-0.9)
+        ("rust-core-graphics" ,rust-core-graphics-0.22)
+        ("rust-core-text" ,rust-core-text-19)
+        ("rust-dirs-next" ,rust-dirs-next-2)
+        ("rust-dwrote" ,rust-dwrote-0.11)
+        ("rust-float-ord" ,rust-float-ord-0.2)
+        ("rust-freetype" ,rust-freetype-0.7)
+        ("rust-lazy-static" ,rust-lazy-static-1)
+        ("rust-libc" ,rust-libc-0.2)
+        ("rust-log" ,rust-log-0.4)
+        ("rust-pathfinder-geometry" ,rust-pathfinder-geometry-0.5)
+        ("rust-pathfinder-simd" ,rust-pathfinder-simd-0.5)
+        ("rust-servo-fontconfig" ,rust-servo-fontconfig-0.5)
+        ("rust-walkdir" ,rust-walkdir-2)
+        ("rust-winapi" ,rust-winapi-0.3))))
+    (home-page "https://github.com/servo/font-kit";)
+    (synopsis "Cross-platform font-loading library")
+    (description "This package provides a cross-platform font-loading
+library.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-font-kit-0.4
   (package
+    (inherit rust-font-kit-0.10)
     (name "rust-font-kit")
     (version "0.4.0")
     (source
@@ -18882,12 +18921,7 @@ implementation that is more efficient for smaller hash 
keys.")
         ("rust-byteorder" ,rust-byteorder-1)
         ("rust-lazy-static" ,rust-lazy-static-1)
         ("rust-core-text" ,rust-core-text-13)
-        ("rust-walkdir" ,rust-walkdir-2))))
-    (home-page "https://github.com/servo/font-kit";)
-    (synopsis "Cross-platform font loading library")
-    (description
-     "This package provides a cross-platform font loading library.")
-    (license (list license:expat license:asl2.0))))
+        ("rust-walkdir" ,rust-walkdir-2))))))
 
 (define-public rust-foreign-types-0.5
   (package
-- 
2.30.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52610] [PATCH 00/42] Revising sequoia packaging and update to 1.6 Date: Thu, 30 Dec 2021 21:42:08 +0100 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.1



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]