From b387ba80c5150b71f03084e7e307bc43e336fa5c Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 31 Jul 2023 17:02:44 +0200 Subject: [PATCH] CPU-X: update to 4.5.3. --- srcpkgs/CPU-X/template | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template index bde8e7071d9..6c89acb6585 100644 --- a/srcpkgs/CPU-X/template +++ b/srcpkgs/CPU-X/template @@ -1,6 +1,6 @@ # Template file for 'CPU-X' pkgname=CPU-X -version=4.5.2 +version=4.5.3 revision=1 archs="x86_64* i686*" build_style=cmake @@ -8,20 +8,23 @@ hostmakedepends="pkg-config nasm" makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel glfw-devel ocl-icd-devel procps-ng-devel libstatgrab gtk+3-devel vulkan-loader Vulkan-Headers" -checkdepends="mawk nawk grep" +#checkdepends="mawk nawk grep" short_desc="Free software that gathers information on CPU, motherboard and more" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://thetumultuousunicornofdarkness.github.io/CPU-X/" changelog="https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/blob/master/ChangeLog.md" distfiles="https://github.com/thetumultuousunicornofdarkness/CPU-X/archive/v${version}.tar.gz" -checksum=6cdab38928ca5684b22f7b8d868d42a25a48be6da813743b6b59a88d6e9f25d1 +checksum=aeef04fb5c2da85f8790ab74bd66e2e72c9595579d5f64d2d08f093ef69d81f9 -if [ "$XBPS_BUILD_ENVIRONMENT" != void-packages-ci ]; then - # Installing the packages in checkdepends causes base-chroot to break. - # So, only run the checks in CI, where the chroot is ethereal anyway. - make_check=no -fi +# xbps-src will still install checkdepends even if the template says `make_check=no`. +# And breaking the build environment on the CI is also bad, if CPU-X would be part +# of revbumps due to shared libraries it would destroy the CI. +# if [ "$XBPS_BUILD_ENVIRONMENT" != void-packages-ci ]; then +# # Installing the packages in checkdepends causes base-chroot to break. +# # So, only run the checks in CI, where the chroot is ethereal anyway. +# make_check=no +# fi if [ "$XBPS_TARGET_LIBC" = musl ]; then makedepends+=" libexecinfo-devel"