Github messages for voidlinux
 help / color / mirror / Atom feed
From: Gottox <Gottox@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] tree-sitter: update to 0.20.9.
Date: Sat, 03 Feb 2024 10:40:59 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48505@inbox.vuxu.org> (raw)

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

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

https://github.com/Gottox/void-packages tree-sitter-0.20.9
https://github.com/void-linux/void-packages/pull/48505

tree-sitter: update to 0.20.9.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-0.20.9-48505.patch --]
[-- Type: text/x-diff, Size: 1032 bytes --]

From e5270e98658675c0dadcdc44e00f9852944fed52 Mon Sep 17 00:00:00 2001
From: Enno Boland <gottox@voidlinux.org>
Date: Sat, 3 Feb 2024 10:40:47 +0100
Subject: [PATCH] tree-sitter: update to 0.20.9.

---
 srcpkgs/tree-sitter/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
index 12303f3bd7ba4..3b08488501e46 100644
--- a/srcpkgs/tree-sitter/template
+++ b/srcpkgs/tree-sitter/template
@@ -1,7 +1,7 @@
 # Template file for 'tree-sitter'
 pkgname=tree-sitter
 version=0.20.9
-revision=1
+revision=2
 build_style=cargo
 make_install_args="--path=cli"
 short_desc="Parser generator tool and incremental parsing library"
@@ -21,6 +21,9 @@ post_install() {
 	# Install libtree-sitter, since do_install installs the tree-sitter CLI.
 	make STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} install
 
+	# Install missing headers needed for parser generation.
+	vinstall lib/include/tree_sitter/parser.h 644 usr/include/tree_sitter
+
 	vlicense LICENSE
 }
 

             reply	other threads:[~2024-02-03  9:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03  9:40 Gottox [this message]
2024-02-03  9:41 ` [PR PATCH] [Updated] " Gottox
2024-02-03  9:45 ` [PR PATCH] [Closed]: tree-sitter: add missing headers Gottox
2024-02-03  9:45 ` Gottox
2024-02-03  9:49 ` Gottox
2024-02-03  9:50 ` [PR PATCH] [Closed]: " Gottox
2024-02-03  9:51 ` Gottox
  -- strict thread matches above, loose matches on Subject: below --
2024-02-02  4:57 [PR PATCH] tree-sitter: update to 0.20.9 cinerea0

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-48505@inbox.vuxu.org \
    --to=gottox@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).