mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-17 04:36:36 +02:00
testing/tinymist: upgrade to 0.13.0
This commit is contained in:
parent
61b49951bf
commit
1d035d495b
2 changed files with 30 additions and 2 deletions
|
@ -0,0 +1,26 @@
|
|||
Upstream-Status: https://github.com/Myriad-Dreamin/tinymist/pull/1381
|
||||
From d1344b434d70c5cffba19f608e820009992613b0 Mon Sep 17 00:00:00 2001
|
||||
From: LN Liberda <lauren@selfisekai.rocks>
|
||||
Date: Sun, 23 Feb 2025 16:32:06 +0100
|
||||
Subject: [PATCH] fix: expose and default to no-content-hint in typlite
|
||||
|
||||
---
|
||||
crates/typlite/Cargo.toml | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/crates/typlite/Cargo.toml b/crates/typlite/Cargo.toml
|
||||
index 101a7b32..0422338e 100644
|
||||
--- a/crates/typlite/Cargo.toml
|
||||
+++ b/crates/typlite/Cargo.toml
|
||||
@@ -37,9 +37,10 @@ insta.workspace = true
|
||||
regex.workspace = true
|
||||
|
||||
[features]
|
||||
-default = ["cli", "embed-fonts"]
|
||||
+default = ["cli", "embed-fonts", "no-content-hint"]
|
||||
clap = ["dep:clap"]
|
||||
cli = ["clap", "clap/wrap_help"]
|
||||
+no-content-hint = ["tinymist-project/no-content-hint"]
|
||||
|
||||
# Embeds Typst's default fonts for
|
||||
# - text (Linux Libertine),
|
|
@ -1,7 +1,7 @@
|
|||
# Contributor: lauren n. liberda <lauren@selfisekai.rocks>
|
||||
maintainer="lauren n. liberda <lauren@selfisekai.rocks>"
|
||||
pkgname=tinymist
|
||||
pkgver=0.12.14
|
||||
pkgver=0.13.0
|
||||
pkgrel=0
|
||||
pkgdesc="Language service for Typst"
|
||||
url="https://github.com/Myriad-Dreamin/tinymist"
|
||||
|
@ -18,6 +18,7 @@ makedepends="
|
|||
subpackages="typlite:_typlite"
|
||||
source="
|
||||
https://github.com/Myriad-Dreamin/tinymist/archive/v$pkgver/tinymist-$pkgver.tar.gz
|
||||
0001-fix-expose-and-default-to-no-content-hint-in-typlite.patch
|
||||
"
|
||||
|
||||
export OPENSSL_NO_VENDOR=1
|
||||
|
@ -49,5 +50,6 @@ _typlite() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
ffdebddb3228b0aefe9c56f6be1fb0dc3ae03bb50431342bb71eb953a16a14aac6d7cb944c1f1e33392b08ff9fb748e70e73d9a22cbcfdeebeae44e0b2032575 tinymist-0.12.14.tar.gz
|
||||
0daa0ad28fb73e77fff6daf6f430c112715d95b6877a5343bb9a6730f7bb70ddb0dc9d7b62991d4de90c31f8b3559618d17a178563b2358a55bc6b439b7b86e3 tinymist-0.13.0.tar.gz
|
||||
e88e4db89a1ea28b10386bba0a1eabba573c650be0f8e3879ed1e88a5a2d2600d67c228fb09d7fdcfedd947350fcf891f2481bbb1b67c11efec25a9c62c61eb4 0001-fix-expose-and-default-to-no-content-hint-in-typlite.patch
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue