Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] incus: update to 6.1
@ 2024-05-08 23:22 dkwo
  2024-05-09 14:09 ` dkwo
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: dkwo @ 2024-05-08 23:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages incus
https://github.com/void-linux/void-packages/pull/50251

incus: update to 6.1
I still need to test this.

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

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

From ba674d0453ff5c97d30597feba1896b896d3e131 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 8 May 2024 15:20:25 -0400
Subject: [PATCH] incus: update to 6.1

---
 srcpkgs/incus/template | 19 ++++++++++++++-----
 1 file changed, 14 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/incus/template b/srcpkgs/incus/template
index 7ff722c779c059..176c917e6aaf82 100644
--- a/srcpkgs/incus/template
+++ b/srcpkgs/incus/template
@@ -1,9 +1,10 @@
 # Template file for 'incus'
 pkgname=incus
-version=0.6.0
-revision=2
+version=6.1.0
+revision=1
 build_style=go
-go_import_path=github.com/lxc/incus
+build_helper=qemu
+go_import_path=github.com/lxc/incus/v6
 go_build_tags="libsqlite3"
 go_package="${go_import_path}/cmd/incus
  ${go_import_path}/cmd/incus-benchmark
@@ -20,7 +21,7 @@ maintainer="dkwo <npiazza@disroot.org>"
 license="Apache-2.0"
 homepage="https://linuxcontainers.org/incus"
 distfiles="https://github.com/lxc/incus/archive/refs/tags/v${version}.tar.gz"
-checksum=9bbce9ae95b40be4bd11116a97f422ecd2adf2915a2c0b6828fa34435de756d2
+checksum=c8a492b7927f92bb2c3c7c372b8ac06d4b68fd761c9b9a4da9f853a031742ca4
 system_groups="_incus-admin _incus"
 make_dirs="
  /var/lib/incus 0755 root root
@@ -47,6 +48,12 @@ post_install() {
 	vsv incus
 	# avoid conflict with lxd, lxd-lts
 	mv ${DESTDIR}/usr/bin/{fuidshift,fuidshift-incus}
+
+	# generate shell completions
+	INCUS=${DESTDIR}/usr/bin/incus
+	for shell in bash fish zsh; do
+		vtargetrun ${INCUS} completion ${shell} > scripts/${shell}-completion
+	done
 }
 
 incus-client_package() {
@@ -55,7 +62,9 @@ incus-client_package() {
 	pkg_install() {
 		vmove usr/bin/incus
 		vsv incus-user
-		vcompletion scripts/bash/incus bash incus
+		for shell in bash fish zsh; do
+			vcompletion scripts/${shell}-completion ${shell} incus
+		done
 	}
 }
 

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

end of thread, other threads:[~2024-06-06 22:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-08 23:22 [PR PATCH] incus: update to 6.1 dkwo
2024-05-09 14:09 ` dkwo
2024-05-09 20:19 ` [PR PATCH] [Updated] " dkwo
2024-05-11 21:53 ` dkwo
2024-05-23  0:29 ` dkwo
2024-06-04 19:09 ` sbromberger
2024-06-04 20:00 ` [PR REVIEW] " ahesford
2024-06-04 20:00 ` ahesford
2024-06-05 12:29 ` [PR PATCH] [Updated] " dkwo
2024-06-05 12:30 ` dkwo
2024-06-05 12:40 ` [PR REVIEW] " dkwo
2024-06-05 12:40 ` dkwo
2024-06-05 12:42 ` dkwo
2024-06-05 17:17 ` [PR PATCH] [Updated] incus: update to 6.2 dkwo
2024-06-05 17:22 ` dkwo
2024-06-06 20:27 ` dkwo
2024-06-06 20:42 ` [PR PATCH] [Merged]: " ahesford
2024-06-06 22:11 ` sbromberger

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