* [PR PATCH] New package: tinymist-0.11.32
@ 2024-10-16 20:09 abenson
2025-01-15 1:57 ` github-actions
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: abenson @ 2024-10-16 20:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
There is a new pull request by abenson against master on the void-packages repository
https://github.com/abenson/void-packages np_tinymist
https://github.com/void-linux/void-packages/pull/52658
New package: tinymist-0.11.32
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
```
SUMMARY
pkg host target cross result
tinymist x86_64 x86_64 n OK
tinymist x86_64-musl x86_64-musl n OK
tinymist i686 i686 n SKIPPED
tinymist x86_64-musl aarch64-musl y OK
tinymist x86_64 aarch64 y OK
tinymist x86_64-musl armv7l-musl y OK
tinymist x86_64 armv7l y OK
tinymist x86_64-musl armv6l-musl y OK
tinymist x86_64 armv6l y OK
```
One of the dependencies breaks on i686, I'll have to figure that out.
A patch file from https://github.com/void-linux/void-packages/pull/52658.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-np_tinymist-52658.patch --]
[-- Type: text/x-diff, Size: 1084 bytes --]
From f93cb09d8e5ef396e1eeb1c991e410b03ee2c96a Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Wed, 16 Oct 2024 07:27:34 -0500
Subject: [PATCH] New package: tinymist-0.11.32
---
srcpkgs/tinymist/template | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 srcpkgs/tinymist/template
diff --git a/srcpkgs/tinymist/template b/srcpkgs/tinymist/template
new file mode 100644
index 00000000000000..d6054f2a3c1512
--- /dev/null
+++ b/srcpkgs/tinymist/template
@@ -0,0 +1,16 @@
+# Template file for 'tinymist'
+pkgname=tinymist
+version=0.11.32
+revision=1
+build_style=cargo
+short_desc="Integrated language service for Typst"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://myriad-dreamin.github.io/tinymist/"
+distfiles="https://github.com/Myriad-Dreamin/tinymist/archive/refs/tags/v${version}.tar.gz"
+checksum=877d0c3722ac863d5f6f6469bd8b7b9a7ee461a2e4f50310ed0d42b795c1f182
+
+do_install() {
+ vbin target/${RUST_TARGET}/release/tinymist
+ vbin target/${RUST_TARGET}/release/typlite
+}
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New package: tinymist-0.11.32
2024-10-16 20:09 [PR PATCH] New package: tinymist-0.11.32 abenson
@ 2025-01-15 1:57 ` github-actions
2025-01-19 20:06 ` Eloitor
2025-02-07 5:34 ` [PR PATCH] [Closed]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2025-01-15 1:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52658#issuecomment-2591473149
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: New package: tinymist-0.11.32
2024-10-16 20:09 [PR PATCH] New package: tinymist-0.11.32 abenson
2025-01-15 1:57 ` github-actions
@ 2025-01-19 20:06 ` Eloitor
2025-02-07 5:34 ` [PR PATCH] [Closed]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2025-01-19 20:06 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 224 bytes --]
New comment by Eloitor on void-packages repository
https://github.com/void-linux/void-packages/pull/52658#issuecomment-2601003578
Comment:
Once `tinymist` is added, maybe `typst-lsp` can be removed since it is deprecated.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Closed]: New package: tinymist-0.11.32
2024-10-16 20:09 [PR PATCH] New package: tinymist-0.11.32 abenson
2025-01-15 1:57 ` github-actions
2025-01-19 20:06 ` Eloitor
@ 2025-02-07 5:34 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2025-02-07 5:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]
There's a closed pull request on the void-packages repository
New package: tinymist-0.11.32
https://github.com/void-linux/void-packages/pull/52658
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
```
SUMMARY
pkg host target cross result
tinymist x86_64 x86_64 n OK
tinymist x86_64-musl x86_64-musl n OK
tinymist i686 i686 n SKIPPED
tinymist x86_64-musl aarch64-musl y OK
tinymist x86_64 aarch64 y OK
tinymist x86_64-musl armv7l-musl y OK
tinymist x86_64 armv7l y OK
tinymist x86_64-musl armv6l-musl y OK
tinymist x86_64 armv6l y OK
```
One of the dependencies breaks on i686, I'll have to figure that out.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-07 5:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-16 20:09 [PR PATCH] New package: tinymist-0.11.32 abenson
2025-01-15 1:57 ` github-actions
2025-01-19 20:06 ` Eloitor
2025-02-07 5:34 ` [PR PATCH] [Closed]: " classabbyamp
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 NNTP newsgroup(s).