open-vm-tools: update to 12.2.5.

This commit is contained in:
Piraty 2023-06-25 01:07:39 +02:00
parent 52b5777f73
commit a7f623e4a8
No known key found for this signature in database
GPG key ID: 82F2CC796BD07077

View file

@ -1,12 +1,12 @@
# Template file for 'open-vm-tools'
pkgname=open-vm-tools
version=12.2.0
version=12.2.5
revision=1
archs="x86_64* i686* aarch64*"
build_wrksrc="open-vm-tools"
build_style=gnu-configure
configure_args="--sbindir=/usr/bin --with-udev-rules-dir=/usr/lib/udev/rules.d
--without-xmlsecurity --without-kernel-modules --disable-containerinfo
--without-xmlsecurity --without-kernel-modules --disable-containerinfo --disable-glibc-check
$(vopt_with x11 x) $(vopt_with pam)"
hostmakedepends="automake libtool pkg-config glib-devel rpcsvc-proto"
makedepends="fuse-devel glib-devel libmspack-devel openssl-devel libtirpc-devel
@ -18,15 +18,11 @@ license="GPL-2.0-only, LGPL-2.1-only"
homepage="https://github.com/vmware/open-vm-tools"
changelog="https://raw.githubusercontent.com/vmware/open-vm-tools/master/ReleaseNotes.md"
distfiles="https://github.com/vmware/open-vm-tools/archive/refs/tags/stable-${version}.tar.gz"
checksum=5127dd8643e4c89a22a93728ea5420d236cd4083bc07d665f70fee08a581d635
checksum=8cf14932fde137d9079891c1c08ac8f41024de0af90e8ff3707fe0e66c687775
build_options="pam x11"
build_options_default="pam x11"
if [ "$XBPS_TARGET_LIBC" != "glibc" ]; then
configure_args+=" --disable-glibc-check"
fi
pre_configure() {
autoreconf -vfi
}