From bbb76a2d336e191c117252988e4bdde000a4db95 Mon Sep 17 00:00:00 2001 From: phoudoin Date: Wed, 4 Mar 2026 04:18:08 +0100 Subject: [PATCH] typst: upgrade to 0.14.2 (#13785) --- app-text/typst/patches/typst-0.13.1.patchset | 22 ------------------- ...ypst-0.13.1.recipe => typst-0.14.2.recipe} | 5 ++--- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 app-text/typst/patches/typst-0.13.1.patchset rename app-text/typst/{typst-0.13.1.recipe => typst-0.14.2.recipe} (90%) diff --git a/app-text/typst/patches/typst-0.13.1.patchset b/app-text/typst/patches/typst-0.13.1.patchset deleted file mode 100644 index 0678879f6..000000000 --- a/app-text/typst/patches/typst-0.13.1.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 40de2a01aa02a2655ed3ba372c7cfc8efd1b4a63 Mon Sep 17 00:00:00 2001 -From: Philippe Houdoin -Date: Thu, 10 Apr 2025 20:46:43 +0200 -Subject: Disable LTO - - -diff --git a/Cargo.toml b/Cargo.toml -index 296164d..9abdc57 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -147,7 +147,7 @@ zip = { version = "2", default-features = false, features = ["deflate"] } - opt-level = 2 - - [profile.release] --lto = "thin" -+lto = "off" - codegen-units = 1 - - [profile.release.package."typst-cli"] --- -2.48.1 - diff --git a/app-text/typst/typst-0.13.1.recipe b/app-text/typst/typst-0.14.2.recipe similarity index 90% rename from app-text/typst/typst-0.13.1.recipe rename to app-text/typst/typst-0.14.2.recipe index 270cd31a5..3d51f6198 100644 --- a/app-text/typst/typst-0.13.1.recipe +++ b/app-text/typst/typst-0.14.2.recipe @@ -12,10 +12,9 @@ Typst has: HOMEPAGE="https://github.com/typst/typst" COPYRIGHT="2022 Laurenz Mädje and Martin Haug." LICENSE="Apache v2" -REVISION="2" +REVISION="1" SOURCE_URI="$HOMEPAGE/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="2ffd8443668bc0adb59e9893f7904fd9f64dce8799a1930569f56a91305e8b71" -PATCHES="typst-$portVersion.patchset" +CHECKSUM_SHA256="70a56445020ca05efc571c7b07a1a9f52eb93842d420518693c077ae74e54142" ARCHITECTURES="?all x86_64" SECONDARY_ARCHITECTURES="!x86"