CPU-X: update to 4.5.2, orphan

This commit is contained in:
Subhaditya Nath 2023-01-30 23:54:38 +05:30 committed by Leah Neukirchen
parent 7e00b892e6
commit 647bddcbb1

View file

@ -1,25 +1,27 @@
# Template file for 'CPU-X' # Template file for 'CPU-X'
pkgname=CPU-X pkgname=CPU-X
version=4.3.0 version=4.5.2
revision=2 revision=1
archs="x86_64* i686*" archs="x86_64* i686*"
build_style=cmake build_style=cmake
hostmakedepends="pkg-config nasm" hostmakedepends="pkg-config nasm"
makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel
glfw-devel ocl-icd-devel procps-ng-devel libstatgrab glfw-devel ocl-icd-devel procps-ng-devel libstatgrab gtk+3-devel
$(vopt_if gtk3 gtk+3-devel)" vulkan-loader Vulkan-Headers"
checkdepends="mawk nawk grep"
short_desc="Free software that gathers information on CPU, motherboard and more" short_desc="Free software that gathers information on CPU, motherboard and more"
maintainer="Subhaditya Nath <sn03.general@gmail.com>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://x0rg.github.io/CPU-X/" homepage="https://thetumultuousunicornofdarkness.github.io/CPU-X/"
changelog="https://raw.githubusercontent.com/X0rg/CPU-X/master/ChangeLog.md" changelog="https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/blob/master/ChangeLog.md"
distfiles="https://github.com/X0rg/CPU-X/archive/v${version}.tar.gz" distfiles="https://github.com/thetumultuousunicornofdarkness/CPU-X/archive/v${version}.tar.gz"
checksum=6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433 checksum=6cdab38928ca5684b22f7b8d868d42a25a48be6da813743b6b59a88d6e9f25d1
build_options="gtk3"
build_options_default="gtk3" if [ "$XBPS_BUILD_ENVIRONMENT" != void-packages-ci ]; then
# needs grep -P which is not available in chroot-grep and replacing it with # Installing the packages in checkdepends causes base-chroot to break.
# grep breaks base-chroot # So, only run the checks in CI, where the chroot is ethereal anyway.
make_check=no make_check=no
fi
if [ "$XBPS_TARGET_LIBC" = musl ]; then if [ "$XBPS_TARGET_LIBC" = musl ]; then
makedepends+=" libexecinfo-devel" makedepends+=" libexecinfo-devel"