Skip to content

Commit 2aa28fb

Browse files
dkwoleahneukirchen
authored andcommitted
incus: update to 6.17.
1 parent 3fc526e commit 2aa28fb

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

srcpkgs/incus/files/README.voidlinux

Lines changed: 0 additions & 17 deletions
This file was deleted.

srcpkgs/incus/template

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'incus'
22
pkgname=incus
3-
version=6.15.0
3+
version=6.17.0
44
revision=1
55
build_style=go
66
build_helper=qemu
@@ -11,14 +11,14 @@ make_check_args="-skip TestConvertNetworkConfig"
1111
hostmakedepends="pkg-config"
1212
makedepends="lxc-devel acl-devel cowsql-devel raft-devel
1313
libcap-devel libuv-devel sqlite-devel eudev-libudev-devel"
14-
depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq iptables attr-progs
15-
${pkgname}-client-${version}_${revision}"
14+
depends="lxc acl acl-progs rsync squashfs-tools xz dnsmasq nftables
15+
attr-progs ${pkgname}-client-${version}_${revision}"
1616
short_desc="Powerful system container and virtual machine manager"
1717
maintainer="dkwo <npiazza@disroot.org>"
1818
license="Apache-2.0"
1919
homepage="https://linuxcontainers.org/incus"
2020
distfiles="https://github.com/lxc/incus/archive/refs/tags/v${version}.tar.gz"
21-
checksum=49091d8d16d21e2e891c82b19abfd860a1aa2bbcc3fb35e7d21f6ff6a9850abb
21+
checksum=19bcceaab1fad128ae1b91de4f4a3526ec77097de4df0cff057832d6fccb2404
2222
system_groups="_incus-admin _incus"
2323
make_dirs="
2424
/var/lib/incus 0755 root root
@@ -30,7 +30,6 @@ export GOFLAGS="-buildmode=pie"
3030
post_build() {
3131
CGO_ENABLED=0 go install -p "${XBPS_MAKEJOBS}" -v -tags netgo -buildmode=default "${go_import_path}/cmd/incus-migrate"
3232
CGO_ENABLED=0 go install -p "${XBPS_MAKEJOBS}" -v -tags agent,netgo -buildmode=default "${go_import_path}/cmd/incus-agent"
33-
cd cmd/lxd-to-incus && go install -v ./
3433
}
3534

3635
post_install() {
@@ -53,8 +52,6 @@ post_install() {
5352
for _shell in bash fish zsh; do
5453
vtargetrun ${_incus} completion ${_shell} > scripts/${_shell}-completion
5554
done
56-
57-
vdoc "${FILESDIR}/README.voidlinux"
5855
}
5956

6057
incus-client_package() {

0 commit comments

Comments
 (0)