unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Herman Rimm via Guix-patches via <guix-patches@gnu.org>
To: 75069@debbugs.gnu.org
Cc: Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#75069] [PATCH rust-team 42/57] gnu: rust-tectonic-engine-xetex-0.4: Order alphabetically.
Date: Tue, 24 Dec 2024 22:26:25 +0100	[thread overview]
Message-ID: <5c9e04b975f460f972046ed13b3a09cd2caef9db.1735075295.git.herman@rimm.ee> (raw)
In-Reply-To: <cover.1735075293.git.herman@rimm.ee>

* gnu/packages/crates-io.scm (rust-tectonic-engine-xetex-0.4): Order.

Change-Id: I5b5fc95f2bbedddb0e0de0db0f20d48f0ae4e3bb
---
 gnu/packages/crates-io.scm | 60 +++++++++++++++++++-------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 072df817af..c1cc09962f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -85319,74 +85319,74 @@ (define-public rust-tectonic-engine-spx2html-0.1
         ("rust-tempfile" ,rust-tempfile-3)
         ("rust-tera" ,rust-tera-1))))))
 
-(define-public rust-tectonic-engine-xetex-0.4
+(define-public rust-tectonic-engine-xdvipdfmx-0.4
   (package
-    (name "rust-tectonic-engine-xetex")
-    (version "0.4.4")
+    (name "rust-tectonic-engine-xdvipdfmx")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
-       (uri (crate-uri "tectonic_engine_xetex" version))
+       (uri (crate-uri "tectonic_engine_xdvipdfmx" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "11if3zyzp8149gf1j4fhwk8kbbs2agxkk5la1lhmq4icrj6szwrf"))))
+        (base32 "1h8lslv1h6g8971787sa818g6yhpqr00g13sw6ij14m6k9bi1dq7"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-cc" ,rust-cc-1)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-tectonic-bridge-core" ,rust-tectonic-bridge-core-0.3)
-        ("rust-tectonic-bridge-flate" ,rust-tectonic-bridge-flate-0.1)
-        ("rust-tectonic-bridge-graphite2" ,rust-tectonic-bridge-graphite2-0.2)
-        ("rust-tectonic-bridge-harfbuzz" ,rust-tectonic-bridge-harfbuzz-0.2)
-        ("rust-tectonic-cfg-support" ,rust-tectonic-cfg-support-0.1)
         ("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
-        ("rust-tectonic-pdf-io" ,rust-tectonic-pdf-io-0.4)
-        ("rust-tectonic-xetex-layout" ,rust-tectonic-xetex-layout-0.2))))
+        ("rust-tectonic-pdf-io" ,rust-tectonic-pdf-io-0.4))))
     (native-inputs
      (list pkg-config))
     (inputs
-     (list fontconfig
-           freetype
-           graphite2
-           harfbuzz
-           icu4c
-           zlib))
+     (list libpng zlib))
     (home-page "https://tectonic-typesetting.github.io/")
-    (synopsis "XeTeX engine as a reusable crate")
+    (synopsis "@code{xdvipdfmx} program as a reusable crate")
     (description
-     "This crate is part of the Tectonic project.  It provides the XeTeX
-engine as a reusable crate.")
+     "This crate is part of the Tectonic project.  It provides XeTeX’s
+@code{xdvipdfmx} program as a reusable crate.")
     (license license:expat)))
 
-(define-public rust-tectonic-engine-xdvipdfmx-0.4
+(define-public rust-tectonic-engine-xetex-0.4
   (package
-    (name "rust-tectonic-engine-xdvipdfmx")
-    (version "0.4.1")
+    (name "rust-tectonic-engine-xetex")
+    (version "0.4.4")
     (source
      (origin
        (method url-fetch)
-       (uri (crate-uri "tectonic_engine_xdvipdfmx" version))
+       (uri (crate-uri "tectonic_engine_xetex" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1h8lslv1h6g8971787sa818g6yhpqr00g13sw6ij14m6k9bi1dq7"))))
+        (base32 "11if3zyzp8149gf1j4fhwk8kbbs2agxkk5la1lhmq4icrj6szwrf"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-cc" ,rust-cc-1)
         ("rust-libc" ,rust-libc-0.2)
         ("rust-tectonic-bridge-core" ,rust-tectonic-bridge-core-0.3)
+        ("rust-tectonic-bridge-flate" ,rust-tectonic-bridge-flate-0.1)
+        ("rust-tectonic-bridge-graphite2" ,rust-tectonic-bridge-graphite2-0.2)
+        ("rust-tectonic-bridge-harfbuzz" ,rust-tectonic-bridge-harfbuzz-0.2)
+        ("rust-tectonic-cfg-support" ,rust-tectonic-cfg-support-0.1)
         ("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
-        ("rust-tectonic-pdf-io" ,rust-tectonic-pdf-io-0.4))))
+        ("rust-tectonic-pdf-io" ,rust-tectonic-pdf-io-0.4)
+        ("rust-tectonic-xetex-layout" ,rust-tectonic-xetex-layout-0.2))))
     (native-inputs
      (list pkg-config))
     (inputs
-     (list libpng zlib))
+     (list fontconfig
+           freetype
+           graphite2
+           harfbuzz
+           icu4c
+           zlib))
     (home-page "https://tectonic-typesetting.github.io/")
-    (synopsis "@code{xdvipdfmx} program as a reusable crate")
+    (synopsis "XeTeX engine as a reusable crate")
     (description
-     "This crate is part of the Tectonic project.  It provides XeTeX’s
-@code{xdvipdfmx} program as a reusable crate.")
+     "This crate is part of the Tectonic project.  It provides the XeTeX
+engine as a reusable crate.")
     (license license:expat)))
 
 (define-public rust-tectonic-errors-0.2
-- 
2.45.2





  parent reply	other threads:[~2024-12-24 21:52 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-24 21:22 [bug#75069] [PATCH rust-team 00/57] Alpabetically order (gnu packages Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 01/57] gnu: rust-pyo3-macros-0.23: Order alphabetically Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 02/57] gnu: rust-pyo3-macros-0.22: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 03/57] gnu: rust-pyo3-macros-0.21: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 04/57] gnu: rust-pyo3-macros-0.20: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 05/57] gnu: rust-pyo3-macros-0.19: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 06/57] gnu: rust-pyo3-macros-0.18: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 07/57] gnu: rust-pyo3-macros-0.16: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 08/57] gnu: rust-pyo3-macros-0.15: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 09/57] gnu: rust-pyo3-macros-0.13: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 10/57] gnu: rust-rawkey-0.1: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 11/57] gnu: rust-rust-htslib-0.38: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 12/57] gnu: rust-rusb-0.9: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 13/57] gnu: rust-rust-hawktracer-proc-macro-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 14/57] gnu: rust-rkyv-0.7: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 15/57] gnu: rust-rkyv-0.6: " Herman Rimm via Guix-patches via
2024-12-24 21:25 ` [bug#75069] [PATCH rust-team 16/57] gnu: rust-rkyv-derive-0.7: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 17/57] gnu: rust-rkyv-derive-0.6: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 18/57] gnu: rust-salsa-0.17: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 19/57] gnu: rust-salsa-macros-0.17: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 20/57] gnu: rust-serdeconv-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 21/57] gnu: rust-serde-hjson-0.9: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 22/57] gnu: rust-serde-indextree-0.2: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 23/57] gnu: rust-serde-html-form-0.2: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 24/57] gnu: rust-serde-fmt-1: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 25/57] gnu: rust-serde-wasm-bindgen-0.3: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 26/57] gnu: rust-serial-test-derive-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 27/57] gnu: rust-serial-test-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 28/57] gnu: rust-sensors-0.2: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 29/57] gnu: rust-simplerand-1: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 30/57] gnu: rust-simplelog-0.12: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 31/57] gnu: rust-snafu-0.8: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 32/57] gnu: rust-snafu-0.7: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 33/57] gnu: rust-snapbox-macros-0.2: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 34/57] gnu: rust-snapbox-macros-0.3: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 35/57] gnu: rust-spirv-types-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 36/57] gnu: rust-spirv-std-macros-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 37/57] gnu: rust-sxd-xpath-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 38/57] gnu: rust-sxd-document-0.3: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 39/57] gnu: rust-symphonia-metadata-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 40/57] gnu: rust-symphonia-core-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 41/57] gnu: rust-synchronoise-1: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` Herman Rimm via Guix-patches via [this message]
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 43/57] gnu: rust-termini-1: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 44/57] gnu: rust-jmalloc-ctl-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 45/57] gnu: rust-timeago-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 46/57] gnu: rust-tokio-tcp-0.1: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 47/57] gnu: rust-tree-magic-0.2: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 48/57] gnu: rust-trim-in-place-0.1: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 49/57] gnu: rust-tryfn-0.2: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 50/57] gnu: rust-unidecode-0.3: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 51/57] gnu: rust-valuable-0.1: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 52/57] gnu: rust-web-sys-0.3: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 53/57] gnu: rust-wl-clipboard-rs-0.4: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 54/57] gnu: rust-wl-clipboard-rs-0.7: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 55/57] gnu: rust-wl-clipboard-rs-0.8: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 56/57] gnu: rust-xxhash-c-sys-0.8: " Herman Rimm via Guix-patches via
2024-12-24 21:26 ` [bug#75069] [PATCH rust-team 57/57] gnu: rust-zoneinfo-compiled-0.5: " Herman Rimm via Guix-patches via
2024-12-25  8:17 ` bug#75069: [PATCH rust-team 00/57] Alpabetically order (gnu packages Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5c9e04b975f460f972046ed13b3a09cd2caef9db.1735075295.git.herman@rimm.ee \
    --to=guix-patches@gnu.org \
    --cc=75069@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    --cc=herman@rimm.ee \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).