mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-18 17:35:59 +01:00
typst: upgrade to 0.14.2 (#13785)
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 40de2a01aa02a2655ed3ba372c7cfc8efd1b4a63 Mon Sep 17 00:00:00 2001
|
||||
From: Philippe Houdoin <philippe.houdoin@gmail.com>
|
||||
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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user