Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gitoxide: update to 0.35.0
@ 2024-04-13 17:39 tranzystorekk
  2024-04-15 19:54 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2024-04-13 17:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorekk/void-packages gitoxide
https://github.com/void-linux/void-packages/pull/49823

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

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

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

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

From 80de9a3d17586f43a5fecaf63bd2e1a58960d3d2 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Sat, 13 Apr 2024 19:38:24 +0200
Subject: [PATCH] gitoxide: update to 0.35.0

---
 srcpkgs/gitoxide/template | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gitoxide/template b/srcpkgs/gitoxide/template
index 909a93b341aba8..1e61069c84d83d 100644
--- a/srcpkgs/gitoxide/template
+++ b/srcpkgs/gitoxide/template
@@ -1,19 +1,27 @@
 # Template file for 'gitoxide'
 pkgname=gitoxide
-version=0.32.0
+version=0.35.0
 revision=1
 build_style=cargo
+build_helper=qemu
 hostmakedepends="pkg-config cmake"
-makedepends="zlib-devel openssl-devel"
+makedepends="zlib-devel openssl-devel sqlite-devel"
 short_desc="Idiomatic, lean, fast and safe pure Rust implementation of Git"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/Byron/gitoxide"
 changelog="https://github.com/Byron/gitoxide/raw/main/CHANGELOG.md"
 distfiles="https://github.com/Byron/gitoxide/archive/refs/tags/v${version}.tar.gz"
-checksum=5a17da0379254bd996fe1888de4104d551a41bdd8bd4b93034f9d0757382fa75
+checksum=4f074b30830ff37da8ae9de11b0441addea9f1552f0fcac1fa6fb56435d5bbea
 
 post_install() {
 	vlicense LICENSE-APACHE
 	vlicense LICENSE-MIT
+
+	for _shell in bash fish zsh; do
+		vtargetrun ${DESTDIR}/usr/bin/ein completions -s ${_shell} > ein.${_shell}
+		vtargetrun ${DESTDIR}/usr/bin/gix completions -s ${_shell} > gix.${_shell}
+		vcompletion ein.${_shell} ${_shell} ein
+		vcompletion gix.${_shell} ${_shell} gix
+	done
 }

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

* Re: [PR PATCH] [Merged]: gitoxide: update to 0.35.0
  2024-04-13 17:39 [PR PATCH] gitoxide: update to 0.35.0 tranzystorekk
@ 2024-04-15 19:54 ` cinerea0
  0 siblings, 0 replies; 2+ messages in thread
From: cinerea0 @ 2024-04-15 19:54 UTC (permalink / raw)
  To: ml

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

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

gitoxide: update to 0.35.0
https://github.com/void-linux/void-packages/pull/49823

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

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

<!--
#### 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:[~2024-04-15 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-13 17:39 [PR PATCH] gitoxide: update to 0.35.0 tranzystorekk
2024-04-15 19:54 ` [PR PATCH] [Merged]: " cinerea0

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