Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] helix: update to 23.05
@ 2023-05-18 13:03 tranzystorek-io
  2023-05-19  1:51 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorek-io @ 2023-05-18 13:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages helix
https://github.com/void-linux/void-packages/pull/43929

helix: update to 23.05
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-helix-43929.patch --]
[-- Type: text/x-diff, Size: 2018 bytes --]

From e3e884ce0d8c187e6b478451adee5510c4a7c3f8 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Thu, 18 May 2023 15:00:24 +0200
Subject: [PATCH] helix: update to 23.05

---
 srcpkgs/helix/patches/skip_grammar_fetch.patch | 13 +++++++++++++
 srcpkgs/helix/template                         |  4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/helix/patches/skip_grammar_fetch.patch

diff --git a/srcpkgs/helix/patches/skip_grammar_fetch.patch b/srcpkgs/helix/patches/skip_grammar_fetch.patch
new file mode 100644
index 000000000000..38a02f5a9bb8
--- /dev/null
+++ b/srcpkgs/helix/patches/skip_grammar_fetch.patch
@@ -0,0 +1,13 @@
+diff --git a/helix-term/build.rs b/helix-term/build.rs
+index b47dae8..96c7b30 100644
+--- a/helix-term/build.rs
++++ b/helix-term/build.rs
+@@ -2,7 +2,7 @@
+ 
+ fn main() {
+     if std::env::var("HELIX_DISABLE_AUTO_GRAMMAR_BUILD").is_err() {
+-        fetch_grammars().expect("Failed to fetch tree-sitter grammars");
++        // fetch_grammars().expect("Failed to fetch tree-sitter grammars");
+         build_grammars(Some(std::env::var("TARGET").unwrap()))
+             .expect("Failed to compile tree-sitter grammars");
+     }
diff --git a/srcpkgs/helix/template b/srcpkgs/helix/template
index 070ff458071b..f920843b9ce4 100644
--- a/srcpkgs/helix/template
+++ b/srcpkgs/helix/template
@@ -1,6 +1,6 @@
 # Template file for 'helix'
 pkgname=helix
-version=23.03
+version=23.05
 revision=1
 build_style=cargo
 make_install_args="--path helix-term"
@@ -10,7 +10,7 @@ license="MPL-2.0"
 homepage="https://helix-editor.com/"
 changelog="https://raw.githubusercontent.com/helix-editor/helix/master/CHANGELOG.md"
 distfiles="https://github.com/helix-editor/helix/releases/download/${version}/helix-${version}-source.tar.xz"
-checksum=60e5d8927f2f43807ff4ed3c96e7071746ce23d0b7ebaa27e380723726710703
+checksum=c1ca69facde99d708175c686ce5bf3585e119e372c83e1c3dc1d562c7a8e3d87
 
 case "$XBPS_TARGET_MACHINE" in
 	ppc64*) ;;

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

* Re: [PR PATCH] [Closed]: helix: update to 23.05
  2023-05-18 13:03 [PR PATCH] helix: update to 23.05 tranzystorek-io
@ 2023-05-19  1:51 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-05-19  1:51 UTC (permalink / raw)
  To: ml

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

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

helix: update to 23.05
https://github.com/void-linux/void-packages/pull/43929

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

#### 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**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-05-19  1:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-18 13:03 [PR PATCH] helix: update to 23.05 tranzystorek-io
2023-05-19  1:51 ` [PR PATCH] [Closed]: " abenson

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).