Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] typst: update to 0.1.
@ 2023-04-05  0:01 classabbyamp
  2023-04-05  0:04 ` [PR PATCH] [Updated] " classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: classabbyamp @ 2023-04-05  0:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 476 bytes --]

There is a new pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/typst-0.1
https://github.com/void-linux/void-packages/pull/43278

typst: update to 0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/43278.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/typst-0.1-43278.patch --]
[-- Type: text/x-diff, Size: 2076 bytes --]

From 56c8176591b3f97f5423ec068a2c47b33a10c391 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 4 Apr 2023 20:00:36 -0400
Subject: [PATCH] typst: update to 0.1.

---
 srcpkgs/typst/patches/cargo-workspace.patch | 22 ---------------------
 srcpkgs/typst/template                      |  7 ++++---
 2 files changed, 4 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/typst/patches/cargo-workspace.patch

diff --git a/srcpkgs/typst/patches/cargo-workspace.patch b/srcpkgs/typst/patches/cargo-workspace.patch
deleted file mode 100644
index e84cc18b2d2a..000000000000
--- a/srcpkgs/typst/patches/cargo-workspace.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
-From: figsoda <figsoda@pm.me>
-Date: Sat, 1 Apr 2023 08:22:47 -0400
-Subject: [PATCH] Default workspace members to cli (#484)
-
----
- Cargo.toml | 1 +
- flake.nix  | 3 ---
- 2 files changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db8b3b9c..3fe010947 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -6,6 +6,7 @@ edition = "2021"
- 
- [workspace]
- members = ["cli", "docs", "library", "macros", "tests"]
-+default-members = ["cli"]
- 
- [lib]
- doctest = false
diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template
index 421b8ecc6bdd..8da39486593e 100644
--- a/srcpkgs/typst/template
+++ b/srcpkgs/typst/template
@@ -1,6 +1,7 @@
 # Template file for 'typst'
 pkgname=typst
-version=23.03.28
+reverts="23.03.28_1"
+version=0.1
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -9,5 +10,5 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0"
 homepage="https://typst.app"
 changelog="https://typst.app/docs/changelog/"
-distfiles="https://github.com/typst/typst/archive/refs/tags/v${version//./-}.tar.gz"
-checksum=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7
+distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
+checksum=e8533e6cba1422bc2ac5a0c89c936a792fa07df1aaabaf6ac1800f2d79061419

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] typst: update to 0.1.
  2023-04-05  0:01 [PR PATCH] typst: update to 0.1 classabbyamp
@ 2023-04-05  0:04 ` classabbyamp
  2023-04-06 18:17 ` classabbyamp
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-04-05  0:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/typst-0.1
https://github.com/void-linux/void-packages/pull/43278

typst: update to 0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/43278.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/typst-0.1-43278.patch --]
[-- Type: text/x-diff, Size: 2113 bytes --]

From 39712449f596a0e5362819a2001cd17e30e6e921 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 4 Apr 2023 20:00:36 -0400
Subject: [PATCH] typst: update to 0.1.

---
 srcpkgs/typst/patches/cargo-workspace.patch | 22 ---------------------
 srcpkgs/typst/template                      |  9 ++++++---
 2 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/typst/patches/cargo-workspace.patch

diff --git a/srcpkgs/typst/patches/cargo-workspace.patch b/srcpkgs/typst/patches/cargo-workspace.patch
deleted file mode 100644
index e84cc18b2d2a..000000000000
--- a/srcpkgs/typst/patches/cargo-workspace.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
-From: figsoda <figsoda@pm.me>
-Date: Sat, 1 Apr 2023 08:22:47 -0400
-Subject: [PATCH] Default workspace members to cli (#484)
-
----
- Cargo.toml | 1 +
- flake.nix  | 3 ---
- 2 files changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db8b3b9c..3fe010947 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -6,6 +6,7 @@ edition = "2021"
- 
- [workspace]
- members = ["cli", "docs", "library", "macros", "tests"]
-+default-members = ["cli"]
- 
- [lib]
- doctest = false
diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template
index 421b8ecc6bdd..316868dad855 100644
--- a/srcpkgs/typst/template
+++ b/srcpkgs/typst/template
@@ -1,6 +1,7 @@
 # Template file for 'typst'
 pkgname=typst
-version=23.03.28
+reverts="23.03.28_1"
+version=0.1
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -9,5 +10,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0"
 homepage="https://typst.app"
 changelog="https://typst.app/docs/changelog/"
-distfiles="https://github.com/typst/typst/archive/refs/tags/v${version//./-}.tar.gz"
-checksum=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7
+distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
+checksum=e8533e6cba1422bc2ac5a0c89c936a792fa07df1aaabaf6ac1800f2d79061419
+
+export TYPST_VERSION="$version"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] typst: update to 0.1.
  2023-04-05  0:01 [PR PATCH] typst: update to 0.1 classabbyamp
  2023-04-05  0:04 ` [PR PATCH] [Updated] " classabbyamp
@ 2023-04-06 18:17 ` classabbyamp
  2023-04-06 18:18 ` classabbyamp
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-04-06 18:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/typst-0.1
https://github.com/void-linux/void-packages/pull/43278

typst: update to 0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/43278.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/typst-0.1-43278.patch --]
[-- Type: text/x-diff, Size: 3182 bytes --]

From 39712449f596a0e5362819a2001cd17e30e6e921 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 4 Apr 2023 20:00:36 -0400
Subject: [PATCH 1/2] typst: update to 0.1.

---
 srcpkgs/typst/patches/cargo-workspace.patch | 22 ---------------------
 srcpkgs/typst/template                      |  9 ++++++---
 2 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/typst/patches/cargo-workspace.patch

diff --git a/srcpkgs/typst/patches/cargo-workspace.patch b/srcpkgs/typst/patches/cargo-workspace.patch
deleted file mode 100644
index e84cc18b2d2a..000000000000
--- a/srcpkgs/typst/patches/cargo-workspace.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
-From: figsoda <figsoda@pm.me>
-Date: Sat, 1 Apr 2023 08:22:47 -0400
-Subject: [PATCH] Default workspace members to cli (#484)
-
----
- Cargo.toml | 1 +
- flake.nix  | 3 ---
- 2 files changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db8b3b9c..3fe010947 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -6,6 +6,7 @@ edition = "2021"
- 
- [workspace]
- members = ["cli", "docs", "library", "macros", "tests"]
-+default-members = ["cli"]
- 
- [lib]
- doctest = false
diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template
index 421b8ecc6bdd..316868dad855 100644
--- a/srcpkgs/typst/template
+++ b/srcpkgs/typst/template
@@ -1,6 +1,7 @@
 # Template file for 'typst'
 pkgname=typst
-version=23.03.28
+reverts="23.03.28_1"
+version=0.1
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -9,5 +10,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0"
 homepage="https://typst.app"
 changelog="https://typst.app/docs/changelog/"
-distfiles="https://github.com/typst/typst/archive/refs/tags/v${version//./-}.tar.gz"
-checksum=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7
+distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
+checksum=e8533e6cba1422bc2ac5a0c89c936a792fa07df1aaabaf6ac1800f2d79061419
+
+export TYPST_VERSION="$version"

From f8c93661ace5af065dd5bd3022af15d7a69ce3c3 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 6 Apr 2023 14:17:38 -0400
Subject: [PATCH 2/2] typst-lsp: update to 0.3.2.

---
 srcpkgs/typst-lsp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template
index 04ffa56467e5..60fe47d4d0f0 100644
--- a/srcpkgs/typst-lsp/template
+++ b/srcpkgs/typst-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'typst-lsp'
 pkgname=typst-lsp
-version=0.3.1
+version=0.3.2
 revision=1
 build_style=cargo
 short_desc="Language server for Typst"
@@ -8,7 +8,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/nvarner/typst-lsp"
 distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
-checksum=27530f8e2e68954faefa0859151de52951d986ef2a5e0f67b6e76e568d285549
+checksum=9bb55c8a0421da98c99ef80e60b6014b2e6b7cf8b3b107d6db710ccf3aab96aa
 
 post_install() {
 	vlicense LICENSE-MIT.txt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] typst: update to 0.1.
  2023-04-05  0:01 [PR PATCH] typst: update to 0.1 classabbyamp
  2023-04-05  0:04 ` [PR PATCH] [Updated] " classabbyamp
  2023-04-06 18:17 ` classabbyamp
@ 2023-04-06 18:18 ` classabbyamp
  2023-04-06 18:33 ` classabbyamp
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-04-06 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/typst-0.1
https://github.com/void-linux/void-packages/pull/43278

typst: update to 0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/43278.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/typst-0.1-43278.patch --]
[-- Type: text/x-diff, Size: 3182 bytes --]

From 9b88245bdaa278a9489c359d96393b6e4022c57e Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 4 Apr 2023 20:00:36 -0400
Subject: [PATCH 1/2] typst: update to 0.1.

---
 srcpkgs/typst/patches/cargo-workspace.patch | 22 ---------------------
 srcpkgs/typst/template                      |  9 ++++++---
 2 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/typst/patches/cargo-workspace.patch

diff --git a/srcpkgs/typst/patches/cargo-workspace.patch b/srcpkgs/typst/patches/cargo-workspace.patch
deleted file mode 100644
index e84cc18b2d2a..000000000000
--- a/srcpkgs/typst/patches/cargo-workspace.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
-From: figsoda <figsoda@pm.me>
-Date: Sat, 1 Apr 2023 08:22:47 -0400
-Subject: [PATCH] Default workspace members to cli (#484)
-
----
- Cargo.toml | 1 +
- flake.nix  | 3 ---
- 2 files changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db8b3b9c..3fe010947 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -6,6 +6,7 @@ edition = "2021"
- 
- [workspace]
- members = ["cli", "docs", "library", "macros", "tests"]
-+default-members = ["cli"]
- 
- [lib]
- doctest = false
diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template
index 421b8ecc6bdd..316868dad855 100644
--- a/srcpkgs/typst/template
+++ b/srcpkgs/typst/template
@@ -1,6 +1,7 @@
 # Template file for 'typst'
 pkgname=typst
-version=23.03.28
+reverts="23.03.28_1"
+version=0.1
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -9,5 +10,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0"
 homepage="https://typst.app"
 changelog="https://typst.app/docs/changelog/"
-distfiles="https://github.com/typst/typst/archive/refs/tags/v${version//./-}.tar.gz"
-checksum=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7
+distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
+checksum=e8533e6cba1422bc2ac5a0c89c936a792fa07df1aaabaf6ac1800f2d79061419
+
+export TYPST_VERSION="$version"

From e63631c9551cb57b96cc391051c3b55b805c7861 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 6 Apr 2023 14:17:38 -0400
Subject: [PATCH 2/2] typst-lsp: update to 0.3.2.

---
 srcpkgs/typst-lsp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template
index 04ffa56467e5..60fe47d4d0f0 100644
--- a/srcpkgs/typst-lsp/template
+++ b/srcpkgs/typst-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'typst-lsp'
 pkgname=typst-lsp
-version=0.3.1
+version=0.3.2
 revision=1
 build_style=cargo
 short_desc="Language server for Typst"
@@ -8,7 +8,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/nvarner/typst-lsp"
 distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
-checksum=27530f8e2e68954faefa0859151de52951d986ef2a5e0f67b6e76e568d285549
+checksum=9bb55c8a0421da98c99ef80e60b6014b2e6b7cf8b3b107d6db710ccf3aab96aa
 
 post_install() {
 	vlicense LICENSE-MIT.txt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] typst: update to 0.1.
  2023-04-05  0:01 [PR PATCH] typst: update to 0.1 classabbyamp
                   ` (2 preceding siblings ...)
  2023-04-06 18:18 ` classabbyamp
@ 2023-04-06 18:33 ` classabbyamp
  2023-04-06 18:42 ` [PR PATCH] [Updated] typst: update to 0.1.0 classabbyamp
  2023-04-06 22:50 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-04-06 18:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 481 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/typst-0.1
https://github.com/void-linux/void-packages/pull/43278

typst: update to 0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/43278.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/typst-0.1-43278.patch --]
[-- Type: text/x-diff, Size: 3186 bytes --]

From a2b2e3de8a12ae8cffce3363644816690423f352 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 4 Apr 2023 20:00:36 -0400
Subject: [PATCH 1/2] typst: update to 0.1.0.

---
 srcpkgs/typst/patches/cargo-workspace.patch | 22 ---------------------
 srcpkgs/typst/template                      |  9 ++++++---
 2 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/typst/patches/cargo-workspace.patch

diff --git a/srcpkgs/typst/patches/cargo-workspace.patch b/srcpkgs/typst/patches/cargo-workspace.patch
deleted file mode 100644
index e84cc18b2d2a..000000000000
--- a/srcpkgs/typst/patches/cargo-workspace.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
-From: figsoda <figsoda@pm.me>
-Date: Sat, 1 Apr 2023 08:22:47 -0400
-Subject: [PATCH] Default workspace members to cli (#484)
-
----
- Cargo.toml | 1 +
- flake.nix  | 3 ---
- 2 files changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db8b3b9c..3fe010947 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -6,6 +6,7 @@ edition = "2021"
- 
- [workspace]
- members = ["cli", "docs", "library", "macros", "tests"]
-+default-members = ["cli"]
- 
- [lib]
- doctest = false
diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template
index 421b8ecc6bdd..be49a3d9e9a5 100644
--- a/srcpkgs/typst/template
+++ b/srcpkgs/typst/template
@@ -1,6 +1,7 @@
 # Template file for 'typst'
 pkgname=typst
-version=23.03.28
+reverts="23.03.28_1"
+version=0.1.0
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -9,5 +10,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0"
 homepage="https://typst.app"
 changelog="https://typst.app/docs/changelog/"
-distfiles="https://github.com/typst/typst/archive/refs/tags/v${version//./-}.tar.gz"
-checksum=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7
+distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
+checksum=e8533e6cba1422bc2ac5a0c89c936a792fa07df1aaabaf6ac1800f2d79061419
+
+export TYPST_VERSION="$version"

From 3dfab2be24074c863871273c93c8ceef55962722 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 6 Apr 2023 14:17:38 -0400
Subject: [PATCH 2/2] typst-lsp: update to 0.3.2.

---
 srcpkgs/typst-lsp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template
index 04ffa56467e5..60fe47d4d0f0 100644
--- a/srcpkgs/typst-lsp/template
+++ b/srcpkgs/typst-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'typst-lsp'
 pkgname=typst-lsp
-version=0.3.1
+version=0.3.2
 revision=1
 build_style=cargo
 short_desc="Language server for Typst"
@@ -8,7 +8,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/nvarner/typst-lsp"
 distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
-checksum=27530f8e2e68954faefa0859151de52951d986ef2a5e0f67b6e76e568d285549
+checksum=9bb55c8a0421da98c99ef80e60b6014b2e6b7cf8b3b107d6db710ccf3aab96aa
 
 post_install() {
 	vlicense LICENSE-MIT.txt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] typst: update to 0.1.0.
  2023-04-05  0:01 [PR PATCH] typst: update to 0.1 classabbyamp
                   ` (3 preceding siblings ...)
  2023-04-06 18:33 ` classabbyamp
@ 2023-04-06 18:42 ` classabbyamp
  2023-04-06 22:50 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-04-06 18:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

There is an updated pull request by classabbyamp against master on the void-packages repository

https://github.com/classabbyamp/void-packages update/typst-0.1
https://github.com/void-linux/void-packages/pull/43278

typst: update to 0.1.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



A patch file from https://github.com/void-linux/void-packages/pull/43278.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/typst-0.1-43278.patch --]
[-- Type: text/x-diff, Size: 3186 bytes --]

From 2cc9e095bcdd7ab4fbe39152f4c833b7292dfaeb Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 4 Apr 2023 20:00:36 -0400
Subject: [PATCH 1/2] typst: update to 0.1.0.

---
 srcpkgs/typst/patches/cargo-workspace.patch | 22 ---------------------
 srcpkgs/typst/template                      |  9 ++++++---
 2 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 srcpkgs/typst/patches/cargo-workspace.patch

diff --git a/srcpkgs/typst/patches/cargo-workspace.patch b/srcpkgs/typst/patches/cargo-workspace.patch
deleted file mode 100644
index e84cc18b2d2a..000000000000
--- a/srcpkgs/typst/patches/cargo-workspace.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 613c644f0479b2aae6be96fa389352883a2321c3 Mon Sep 17 00:00:00 2001
-From: figsoda <figsoda@pm.me>
-Date: Sat, 1 Apr 2023 08:22:47 -0400
-Subject: [PATCH] Default workspace members to cli (#484)
-
----
- Cargo.toml | 1 +
- flake.nix  | 3 ---
- 2 files changed, 1 insertion(+), 3 deletions(-)
-
-diff --git a/Cargo.toml b/Cargo.toml
-index 3db8b3b9c..3fe010947 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -6,6 +6,7 @@ edition = "2021"
- 
- [workspace]
- members = ["cli", "docs", "library", "macros", "tests"]
-+default-members = ["cli"]
- 
- [lib]
- doctest = false
diff --git a/srcpkgs/typst/template b/srcpkgs/typst/template
index 421b8ecc6bdd..836807a0eefd 100644
--- a/srcpkgs/typst/template
+++ b/srcpkgs/typst/template
@@ -1,6 +1,7 @@
 # Template file for 'typst'
 pkgname=typst
-version=23.03.28
+reverts="23.03.28_1"
+version=0.1.0
 revision=1
 build_style=cargo
 make_install_args="--path cli"
@@ -9,5 +10,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0"
 homepage="https://typst.app"
 changelog="https://typst.app/docs/changelog/"
-distfiles="https://github.com/typst/typst/archive/refs/tags/v${version//./-}.tar.gz"
-checksum=494b0438940a21370d31d44e090e1a6b1b3acabc8b9c4c181455f86441d5cab7
+distfiles="https://github.com/typst/typst/archive/refs/tags/v${version}.tar.gz"
+checksum=9da7543266c7776aed56c36b9fab95fdb7241674b426cfba287a21f4cf07c172
+
+export TYPST_VERSION="$version"

From faf3d22b5907c79c9646d970a1f3683fbeb2f3b8 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Thu, 6 Apr 2023 14:17:38 -0400
Subject: [PATCH 2/2] typst-lsp: update to 0.3.2.

---
 srcpkgs/typst-lsp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/typst-lsp/template b/srcpkgs/typst-lsp/template
index 04ffa56467e5..60fe47d4d0f0 100644
--- a/srcpkgs/typst-lsp/template
+++ b/srcpkgs/typst-lsp/template
@@ -1,6 +1,6 @@
 # Template file for 'typst-lsp'
 pkgname=typst-lsp
-version=0.3.1
+version=0.3.2
 revision=1
 build_style=cargo
 short_desc="Language server for Typst"
@@ -8,7 +8,7 @@ maintainer="classabbyamp <void@placeviolette.net>"
 license="Apache-2.0, MIT"
 homepage="https://github.com/nvarner/typst-lsp"
 distfiles="https://github.com/nvarner/typst-lsp/archive/refs/tags/v${version}.tar.gz"
-checksum=27530f8e2e68954faefa0859151de52951d986ef2a5e0f67b6e76e568d285549
+checksum=9bb55c8a0421da98c99ef80e60b6014b2e6b7cf8b3b107d6db710ccf3aab96aa
 
 post_install() {
 	vlicense LICENSE-MIT.txt

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: typst: update to 0.1.0.
  2023-04-05  0:01 [PR PATCH] typst: update to 0.1 classabbyamp
                   ` (4 preceding siblings ...)
  2023-04-06 18:42 ` [PR PATCH] [Updated] typst: update to 0.1.0 classabbyamp
@ 2023-04-06 22:50 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-04-06 22:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 308 bytes --]

There's a merged pull request on the void-packages repository

typst: update to 0.1.0.
https://github.com/void-linux/void-packages/pull/43278

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-04-06 22:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05  0:01 [PR PATCH] typst: update to 0.1 classabbyamp
2023-04-05  0:04 ` [PR PATCH] [Updated] " classabbyamp
2023-04-06 18:17 ` classabbyamp
2023-04-06 18:18 ` classabbyamp
2023-04-06 18:33 ` classabbyamp
2023-04-06 18:42 ` [PR PATCH] [Updated] typst: update to 0.1.0 classabbyamp
2023-04-06 22:50 ` [PR PATCH] [Merged]: " 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).