libblockdev: update to 3.3.0

This commit is contained in:
Mateusz Sylwestrzak 2025-03-03 23:28:24 +01:00 committed by Leah Neukirchen
parent c33f84f8d3
commit ae743ad181

View file

@ -1,22 +1,22 @@
# Template file for 'libblockdev'
pkgname=libblockdev
version=3.1.1
revision=3
version=3.3.0
revision=1
build_style=gnu-configure
make_check_target="test"
hostmakedepends="pkg-config python3-setuptools"
hostmakedepends="pkg-config python3-setuptools autoconf autoconf-archive automake libtool"
makedepends="cryptsetup-devel device-mapper-devel dmraid-devel libbytesize-devel
libglib-devel libkmod-devel libparted-devel libfdisk-devel nss-devel
volume_key-devel pcre2-devel e2fsprogs-devel libnvme-devel
keyutils-devel"
keyutils-devel libyaml-devel libatasmart-devel json-glib-devel"
short_desc="Library for manipulating block devices"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/storaged-project/libblockdev"
# changelog needs to be adjusted on major version changes
changelog="https://raw.githubusercontent.com/storaged-project/libblockdev/master/NEWS.rst"
distfiles="https://github.com/storaged-project/libblockdev/releases/download/${version}-1/libblockdev-${version}.tar.gz"
checksum=a5cb33a53ff5969067982704f45399d02555fdb2313ed0c56eac9555397dc2db
distfiles="https://github.com/storaged-project/libblockdev/archive/refs/tags/${version}.tar.gz"
checksum=84e333b172538bf458fec3acbe35a9fbe3b12ba1e467f67ff2970f04b89e858c
conf_files="/etc/libblockdev/3/conf.d/10-lvm-dbus.cfg
/etc/libblockdev/3/conf.d/00-default.cfg"
# Requires root.
@ -32,6 +32,10 @@ case "$XBPS_TARGET_MACHINE" in
makedepends+=" libndctl-devel" ;;
esac
pre_configure() {
autoreconf -fi
}
libblockdev-devel_package() {
depends="${sourcepkg}>=${version}_${revision} libglib-devel"
short_desc+=" - development files"