Github messages for voidlinux
 help / color / mirror / Atom feed
From: tranzystorekk <tranzystorekk@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] delta: update to 0.17.0
Date: Sat, 16 Mar 2024 16:32:47 +0100	[thread overview]
Message-ID: <20240316153247.DD8BF26804@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-49318@inbox.vuxu.org>

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

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

https://github.com/tranzystorekk/void-packages delta
https://github.com/void-linux/void-packages/pull/49318

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

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

cc @abenson

<!--
#### 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/49318.patch is attached

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

From 698933eeda0f1f482e34449e267b8104bf77cfe9 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 16 Mar 2024 16:13:54 +0100
Subject: [PATCH] delta: update to 0.17.0

---
 .../{bump-git2.patch => downgrade-git2.patch}    |  8 ++++----
 srcpkgs/delta/template                           | 16 ++++++++++++----
 2 files changed, 16 insertions(+), 8 deletions(-)
 rename srcpkgs/delta/patches/{bump-git2.patch => downgrade-git2.patch} (55%)

diff --git a/srcpkgs/delta/patches/bump-git2.patch b/srcpkgs/delta/patches/downgrade-git2.patch
similarity index 55%
rename from srcpkgs/delta/patches/bump-git2.patch
rename to srcpkgs/delta/patches/downgrade-git2.patch
index 05255c23c9ccbf..2f1e88ea6e3700 100644
--- a/srcpkgs/delta/patches/bump-git2.patch
+++ b/srcpkgs/delta/patches/downgrade-git2.patch
@@ -1,12 +1,12 @@
 diff --git a/Cargo.toml b/Cargo.toml
-index 8c0c6d8..4fdaa9d 100644
+index d55c68e..b80247b 100644
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -46,7 +46,7 @@ vte = "0.11.0"
- xdg = "2.4.1"
+@@ -57,7 +57,7 @@ clap_complete = "4.4.4"
+ terminal-colorsaurus = "0.3.1"
  
  [dependencies.git2]
--version = "0.16.1"
+-version = "0.18.2"
 +version = "0.17"
  default-features = false
  features = []
diff --git a/srcpkgs/delta/template b/srcpkgs/delta/template
index e0e2c44370d7bf..d32063d2489442 100644
--- a/srcpkgs/delta/template
+++ b/srcpkgs/delta/template
@@ -1,8 +1,11 @@
 # Template file for 'delta'
 pkgname=delta
-version=0.16.5
-revision=2
+version=0.17.0
+revision=1
 build_style=cargo
+build_helper=qemu
+# https://github.com/dandavison/delta/issues/1637
+make_check_args="-- --test-threads=1"
 hostmakedepends="pkg-config"
 makedepends="libgit2-devel oniguruma-devel"
 checkdepends="git"
@@ -11,12 +14,17 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
 license="MIT"
 homepage="https://github.com/dandavison/delta"
 distfiles="https://github.com/dandavison/delta/archive/refs/tags/${version}.tar.gz"
-checksum=00d4740e9da4f543f34a2a0503615f8190d307d1180dfb753b6911aa6940197f
+checksum=1abd21587bcc1f2ef0cd342784ce990da9978bc345578e45506419e0952de714
 
 post_patch() {
-	cargo update --package git2@0.16.1 --precise 0.17.2
+	cargo update --package git2@0.18.2 --precise 0.17.2
 }
 
 post_install() {
 	vlicense LICENSE
+
+	for _shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/delta --generate-completion ${_shell} > delta.${_shell}
+		vcompletion delta.${_shell} ${_shell}
+	done
 }

  reply	other threads:[~2024-03-16 15:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16 15:16 [PR PATCH] " tranzystorekk
2024-03-16 15:32 ` tranzystorekk [this message]
2024-03-18  9:57 ` [PR REVIEW] " abenson
2024-03-18 11:38 ` tranzystorekk
2024-03-18 11:42 ` [PR PATCH] [Merged]: " 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=20240316153247.DD8BF26804@inbox.vuxu.org \
    --to=tranzystorekk@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).