Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorek-io <tranzystorek-io@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] helix: update to 23.05
Date: Thu, 18 May 2023 15:03:54 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43929@inbox.vuxu.org> (raw)

[-- 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*) ;;

             reply	other threads:[~2023-05-18 13:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-18 13:03 tranzystorek-io [this message]
2023-05-19  1:51 ` [PR PATCH] [Closed]: " abenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43929@inbox.vuxu.org \
    --to=tranzystorek-io@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).