Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X.
@ 2023-01-30 18:26 subnut
  2023-01-30 18:27 ` subnut
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: subnut @ 2023-01-30 18:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1284 bytes --]

There is a new pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages cpu-x
https://github.com/void-linux/void-packages/pull/41979

Update libcpuid, CPU-X. Orphan CPU-X.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (except `nix`)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.|**briefly**|**NO**

Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41979.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpu-x-41979.patch --]
[-- Type: text/x-diff, Size: 4453 bytes --]

From 413c2ccd22df38fd89865403cafdf159b0051632 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:53:36 +0530
Subject: [PATCH 1/3] libcpuid: update to 0.6.2

---
 common/shlibs             | 2 +-
 srcpkgs/libcpuid/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index edb8a2c5dd73..f570d5892f1b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -670,7 +670,7 @@ libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
 liblvm2app.so.2.2 liblvm2app-2.02.54_1
 libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.15 libcpuid-0.5.0_1
+libcpuid.so.16 libcpuid-0.6.2_1
 libgucharmap_2_90.so.7 gucharmap-3.0.0_1
 libgphoto2.so.6 libgphoto2-2.5.7_1
 libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 3cfeb869ba2a..23f4c6c6945b 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
 # Template file for 'libcpuid'
 pkgname=libcpuid
-version=0.5.1
+version=0.6.2
 revision=1
 archs="i686* x86_64*"
 build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/anrieff/libcpuid"
 changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
 distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=36d62842ef43c749c0ba82237b10ede05b298d79a0e39ef5fd1115ba1ff8e126
+checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
 
 post_install() {
 	vlicense COPYING

From 1f573b1d7ab1032153377d524324bb7599a7f91b Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:06 +0530
Subject: [PATCH 2/3] nix: revbump for libcpuid-0.6.2

---
 srcpkgs/nix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index 1c9bd931df65..6c842fa336c3 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
 # Template file for 'nix'
 pkgname=nix
 version=2.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 build_helper=qemu
 # Use /nix/var as suggested by the official Manual.

From 26d7b69573710fd6dc994f08b6b673e26023428a Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:38 +0530
Subject: [PATCH 3/3] CPU-X: update to 4.5.2, orphan

---
 srcpkgs/CPU-X/template | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index e132a629bbfb..6700fe8328f2 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,25 +1,27 @@
 # Template file for 'CPU-X'
 pkgname=CPU-X
-version=4.3.0
-revision=2
+version=4.5.2
+revision=1
 archs="x86_64* i686*"
 build_style=cmake
 hostmakedepends="pkg-config nasm"
 makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel
- glfw-devel ocl-icd-devel procps-ng-devel libstatgrab
- $(vopt_if gtk3 gtk+3-devel)"
+ glfw-devel ocl-icd-devel procps-ng-devel libstatgrab gtk+3-devel
+ vulkan-loader Vulkan-Headers"
+checkdepends="mawk nawk grep"
 short_desc="Free software that gathers information on CPU, motherboard and more"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphan <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="https://x0rg.github.io/CPU-X/"
-changelog="https://raw.githubusercontent.com/X0rg/CPU-X/master/ChangeLog.md"
-distfiles="https://github.com/X0rg/CPU-X/archive/v${version}.tar.gz"
-checksum=6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433
-build_options="gtk3"
-build_options_default="gtk3"
-# needs grep -P which is not available in chroot-grep and replacing it with
-# grep breaks base-chroot
-make_check=no
+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
+
+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"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
@ 2023-01-30 18:27 ` subnut
  2023-01-30 18:32 ` [PR PATCH] [Updated] " subnut
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-01-30 18:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1409113501

Comment:
CPU-X needed libcpuid>=0.6.0, so I updated it. Updating libcpuid bumped the SONAME, so I needed to revbump nix.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
  2023-01-30 18:27 ` subnut
@ 2023-01-30 18:32 ` subnut
  2023-01-30 18:38 ` subnut
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-01-30 18:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

There is an updated pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages cpu-x
https://github.com/void-linux/void-packages/pull/41979

Update libcpuid, CPU-X. Orphan CPU-X.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (except `nix`)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.|**briefly**|**NO**

Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41979.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpu-x-41979.patch --]
[-- Type: text/x-diff, Size: 4453 bytes --]

From d498044a6b0407e9705cd55084a64da3ef8ac148 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:53:36 +0530
Subject: [PATCH 1/3] libcpuid: update to 0.6.2

---
 common/shlibs             | 2 +-
 srcpkgs/libcpuid/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index edb8a2c5dd73..f570d5892f1b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -670,7 +670,7 @@ libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
 liblvm2app.so.2.2 liblvm2app-2.02.54_1
 libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.15 libcpuid-0.5.0_1
+libcpuid.so.16 libcpuid-0.6.2_1
 libgucharmap_2_90.so.7 gucharmap-3.0.0_1
 libgphoto2.so.6 libgphoto2-2.5.7_1
 libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 3cfeb869ba2a..257eacb71890 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
 # Template file for 'libcpuid'
 pkgname=libcpuid
-version=0.5.1
+version=0.6.2
 revision=1
 archs="i686* x86_64*"
 build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/anrieff/libcpuid"
 changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
 distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=36d62842ef43c749c0ba82237b10ede05b298d79a0e39ef5fd1115ba1ff8e126
+checksum=d2723e113408308d3ee974a40f307ccb1f565cb578c3ffdc3bdc1b7e73e74841
 
 post_install() {
 	vlicense COPYING

From 47e4752544e7249baee8c7a98597b1e849415edd Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:06 +0530
Subject: [PATCH 2/3] nix: revbump for libcpuid-0.6.2

---
 srcpkgs/nix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index 1c9bd931df65..6c842fa336c3 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
 # Template file for 'nix'
 pkgname=nix
 version=2.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 build_helper=qemu
 # Use /nix/var as suggested by the official Manual.

From a2822917214d144629034c8d97aef9761fb05bff Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:38 +0530
Subject: [PATCH 3/3] CPU-X: update to 4.5.2, orphan

---
 srcpkgs/CPU-X/template | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index e132a629bbfb..6700fe8328f2 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,25 +1,27 @@
 # Template file for 'CPU-X'
 pkgname=CPU-X
-version=4.3.0
-revision=2
+version=4.5.2
+revision=1
 archs="x86_64* i686*"
 build_style=cmake
 hostmakedepends="pkg-config nasm"
 makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel
- glfw-devel ocl-icd-devel procps-ng-devel libstatgrab
- $(vopt_if gtk3 gtk+3-devel)"
+ glfw-devel ocl-icd-devel procps-ng-devel libstatgrab gtk+3-devel
+ vulkan-loader Vulkan-Headers"
+checkdepends="mawk nawk grep"
 short_desc="Free software that gathers information on CPU, motherboard and more"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphan <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="https://x0rg.github.io/CPU-X/"
-changelog="https://raw.githubusercontent.com/X0rg/CPU-X/master/ChangeLog.md"
-distfiles="https://github.com/X0rg/CPU-X/archive/v${version}.tar.gz"
-checksum=6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433
-build_options="gtk3"
-build_options_default="gtk3"
-# needs grep -P which is not available in chroot-grep and replacing it with
-# grep breaks base-chroot
-make_check=no
+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
+
+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"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
  2023-01-30 18:27 ` subnut
  2023-01-30 18:32 ` [PR PATCH] [Updated] " subnut
@ 2023-01-30 18:38 ` subnut
  2023-02-01 19:09 ` subnut
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-01-30 18:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

There is an updated pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages cpu-x
https://github.com/void-linux/void-packages/pull/41979

Update libcpuid, CPU-X. Orphan CPU-X.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (except `nix`)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.|**briefly**|**NO**

Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41979.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpu-x-41979.patch --]
[-- Type: text/x-diff, Size: 4966 bytes --]

From d498044a6b0407e9705cd55084a64da3ef8ac148 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:53:36 +0530
Subject: [PATCH 1/3] libcpuid: update to 0.6.2

---
 common/shlibs             | 2 +-
 srcpkgs/libcpuid/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index edb8a2c5dd73..f570d5892f1b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -670,7 +670,7 @@ libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
 liblvm2app.so.2.2 liblvm2app-2.02.54_1
 libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.15 libcpuid-0.5.0_1
+libcpuid.so.16 libcpuid-0.6.2_1
 libgucharmap_2_90.so.7 gucharmap-3.0.0_1
 libgphoto2.so.6 libgphoto2-2.5.7_1
 libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 3cfeb869ba2a..257eacb71890 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
 # Template file for 'libcpuid'
 pkgname=libcpuid
-version=0.5.1
+version=0.6.2
 revision=1
 archs="i686* x86_64*"
 build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/anrieff/libcpuid"
 changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
 distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=36d62842ef43c749c0ba82237b10ede05b298d79a0e39ef5fd1115ba1ff8e126
+checksum=d2723e113408308d3ee974a40f307ccb1f565cb578c3ffdc3bdc1b7e73e74841
 
 post_install() {
 	vlicense COPYING

From 9f87efc7fe8999723eb85725ca071640dc241284 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:06 +0530
Subject: [PATCH 2/3] nix: revbump for libcpuid-0.6.2

---
 srcpkgs/nix/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index 1c9bd931df65..c6c6d08dbc35 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
 # Template file for 'nix'
 pkgname=nix
 version=2.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 build_helper=qemu
 # Use /nix/var as suggested by the official Manual.
@@ -22,7 +22,7 @@ license="LGPL-2.1-or-later"
 homepage="https://nixos.org/nix/"
 changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes"
 distfiles="https://github.com/NixOS/nix/archive/refs/tags/${version}.tar.gz"
-checksum=6a90e144352eaccfab7ef7ed470bad382c4f92d62336b327df99627adba67a7c
+checksum=cd551cd6fd7454458e5d71d066a23403ebc78dc8a71eb152c38db331d7335a43
 # disable_parallel_build="build is fine, only linking test"
 
 if [ "$XBPS_TARGET_LIBC" = "musl" ]; then

From c955bb97cf5fb491c87874051a70ac167715994e Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:38 +0530
Subject: [PATCH 3/3] CPU-X: update to 4.5.2, orphan

---
 srcpkgs/CPU-X/template | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index e132a629bbfb..2f8c171f9681 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,25 +1,27 @@
 # Template file for 'CPU-X'
 pkgname=CPU-X
-version=4.3.0
-revision=2
+version=4.5.2
+revision=1
 archs="x86_64* i686*"
 build_style=cmake
 hostmakedepends="pkg-config nasm"
 makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel
- glfw-devel ocl-icd-devel procps-ng-devel libstatgrab
- $(vopt_if gtk3 gtk+3-devel)"
+ glfw-devel ocl-icd-devel procps-ng-devel libstatgrab gtk+3-devel
+ vulkan-loader Vulkan-Headers"
+checkdepends="mawk nawk grep"
 short_desc="Free software that gathers information on CPU, motherboard and more"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphan <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="https://x0rg.github.io/CPU-X/"
-changelog="https://raw.githubusercontent.com/X0rg/CPU-X/master/ChangeLog.md"
-distfiles="https://github.com/X0rg/CPU-X/archive/v${version}.tar.gz"
-checksum=6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433
-build_options="gtk3"
-build_options_default="gtk3"
-# needs grep -P which is not available in chroot-grep and replacing it with
-# grep breaks base-chroot
-make_check=no
+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=e3c060997a6eb3528e3127ff5eeaca35d65ee62ae3f8e2556ddddb6ec91b84fe
+
+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"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (2 preceding siblings ...)
  2023-01-30 18:38 ` subnut
@ 2023-02-01 19:09 ` subnut
  2023-02-01 19:09 ` subnut
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-01 19:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

There is an updated pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages cpu-x
https://github.com/void-linux/void-packages/pull/41979

Update libcpuid, CPU-X. Orphan CPU-X.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (except `nix`)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.|**briefly**|**NO**

Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41979.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpu-x-41979.patch --]
[-- Type: text/x-diff, Size: 4461 bytes --]

From 9f7ffdd3f300f0ef9b7f8446addd0fb171754546 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:53:36 +0530
Subject: [PATCH 1/3] libcpuid: update to 0.6.2

---
 common/shlibs             | 2 +-
 srcpkgs/libcpuid/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index edb8a2c5dd738..f570d5892f1bc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -670,7 +670,7 @@ libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
 liblvm2app.so.2.2 liblvm2app-2.02.54_1
 libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.15 libcpuid-0.5.0_1
+libcpuid.so.16 libcpuid-0.6.2_1
 libgucharmap_2_90.so.7 gucharmap-3.0.0_1
 libgphoto2.so.6 libgphoto2-2.5.7_1
 libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 3cfeb869ba2a2..23f4c6c6945b0 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
 # Template file for 'libcpuid'
 pkgname=libcpuid
-version=0.5.1
+version=0.6.2
 revision=1
 archs="i686* x86_64*"
 build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/anrieff/libcpuid"
 changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
 distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=36d62842ef43c749c0ba82237b10ede05b298d79a0e39ef5fd1115ba1ff8e126
+checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
 
 post_install() {
 	vlicense COPYING

From 5d8f8e9f5ad4f81109b22c1ca70cd9a9269343db Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:06 +0530
Subject: [PATCH 2/3] nix: revbump for libcpuid-0.6.2

---
 srcpkgs/nix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index 1c9bd931df650..6c842fa336c3b 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
 # Template file for 'nix'
 pkgname=nix
 version=2.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 build_helper=qemu
 # Use /nix/var as suggested by the official Manual.

From b06d5e88ae2d5ce3c0cd55a1f3b7fcefcec562ac Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:38 +0530
Subject: [PATCH 3/3] CPU-X: update to 4.5.2, orphan

---
 srcpkgs/CPU-X/template | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index e132a629bbfb8..6700fe8328f26 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,25 +1,27 @@
 # Template file for 'CPU-X'
 pkgname=CPU-X
-version=4.3.0
-revision=2
+version=4.5.2
+revision=1
 archs="x86_64* i686*"
 build_style=cmake
 hostmakedepends="pkg-config nasm"
 makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel
- glfw-devel ocl-icd-devel procps-ng-devel libstatgrab
- $(vopt_if gtk3 gtk+3-devel)"
+ glfw-devel ocl-icd-devel procps-ng-devel libstatgrab gtk+3-devel
+ vulkan-loader Vulkan-Headers"
+checkdepends="mawk nawk grep"
 short_desc="Free software that gathers information on CPU, motherboard and more"
-maintainer="Subhaditya Nath <sn03.general@gmail.com>"
+maintainer="Orphan <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
-homepage="https://x0rg.github.io/CPU-X/"
-changelog="https://raw.githubusercontent.com/X0rg/CPU-X/master/ChangeLog.md"
-distfiles="https://github.com/X0rg/CPU-X/archive/v${version}.tar.gz"
-checksum=6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433
-build_options="gtk3"
-build_options_default="gtk3"
-# needs grep -P which is not available in chroot-grep and replacing it with
-# grep breaks base-chroot
-make_check=no
+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
+
+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"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (3 preceding siblings ...)
  2023-02-01 19:09 ` subnut
@ 2023-02-01 19:09 ` subnut
  2023-02-01 19:10 ` subnut
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-01 19:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 267 bytes --]

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1412577300

Comment:
Needed to update the checksums because of this -  
https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (4 preceding siblings ...)
  2023-02-01 19:09 ` subnut
@ 2023-02-01 19:10 ` subnut
  2023-02-05 10:19 ` paper42
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-01 19:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1412577300

Comment:
Force-pushed because I needed to update the checksums because of this -  
https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (5 preceding siblings ...)
  2023-02-01 19:10 ` subnut
@ 2023-02-05 10:19 ` paper42
  2023-02-05 10:20 ` [PR REVIEW] " paper42
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-02-05 10:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 416 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1417344044

Comment:
> Force-pushed because I needed to update the checksums because of this - [github.blog/changelog/2023-01-30-git-archive-checksums-may-change](https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/)

That change was reverted afaik, please fix them again

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR REVIEW] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (6 preceding siblings ...)
  2023-02-05 10:19 ` paper42
@ 2023-02-05 10:20 ` paper42
  2023-02-06 18:08 ` subnut
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: paper42 @ 2023-02-05 10:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 265 bytes --]

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#discussion_r1096658685

Comment:
grep specifically breaks base-chroot because base-chroot depends on chroot-grep. Is chroot-grep not enough for tests?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR REVIEW] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (7 preceding siblings ...)
  2023-02-05 10:20 ` [PR REVIEW] " paper42
@ 2023-02-06 18:08 ` subnut
  2023-02-06 18:22 ` subnut
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-06 18:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

New review comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#discussion_r1097749196

Comment:
Nope. chroot-grep is built without perl regexp support, and the tests use them. So, when the tests call `grep -P`, grep fails with an error message saying that grep has been built without perl regexp support, and since grep fails, the tests also fail.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (8 preceding siblings ...)
  2023-02-06 18:08 ` subnut
@ 2023-02-06 18:22 ` subnut
  2023-02-22 18:25 ` [PR REVIEW] " mhmdanas
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-06 18:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 438 bytes --]

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1419549656

Comment:
> > Force-pushed because I needed to update the checksums because of this - [github.blog/changelog/2023-01-30-git-archive-checksums-may-change](https://github.blog/changelog/2023-01-30-git-archive-checksums-may-change/)
> 
> That change was reverted afaik, please fix them again

Done already.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR REVIEW] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (9 preceding siblings ...)
  2023-02-06 18:22 ` subnut
@ 2023-02-22 18:25 ` mhmdanas
  2023-02-23  4:43 ` subnut
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mhmdanas @ 2023-02-22 18:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

New review comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#discussion_r1114772501

Comment:
```suggestion
maintainer="Orphaned <orphan@voidlinux.org>"
```

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR REVIEW] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (10 preceding siblings ...)
  2023-02-22 18:25 ` [PR REVIEW] " mhmdanas
@ 2023-02-23  4:43 ` subnut
  2023-02-23  4:43 ` [PR PATCH] [Updated] " subnut
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-23  4:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

New review comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#discussion_r1115230444

Comment:
🤦‍♂️ sorry

fixed.

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Updated] Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (11 preceding siblings ...)
  2023-02-23  4:43 ` subnut
@ 2023-02-23  4:43 ` subnut
  2023-02-23 21:40 ` mhmdanas
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-23  4:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1289 bytes --]

There is an updated pull request by subnut against master on the void-packages repository

https://github.com/subnut/void-packages cpu-x
https://github.com/void-linux/void-packages/pull/41979

Update libcpuid, CPU-X. Orphan CPU-X.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (except `nix`)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.|**briefly**|**NO**

Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41979.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-cpu-x-41979.patch --]
[-- Type: text/x-diff, Size: 4475 bytes --]

From 2b056c24eb08adb90acfe257e13ed28c080e829d Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:53:36 +0530
Subject: [PATCH 1/3] libcpuid: update to 0.6.2

---
 common/shlibs             | 2 +-
 srcpkgs/libcpuid/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 282f0583d2b1..5db7355a64bc 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -669,7 +669,7 @@ libatasmart.so.4 libatasmart-0.17_1
 libsgutils2-1.45.so.2 libsgutils-1.45_1
 liblvm2app.so.2.2 liblvm2app-2.02.54_1
 libcpufreq.so.0 libcpufreq-007_1
-libcpuid.so.15 libcpuid-0.5.0_1
+libcpuid.so.16 libcpuid-0.6.2_1
 libgucharmap_2_90.so.7 gucharmap-3.0.0_1
 libgphoto2.so.6 libgphoto2-2.5.7_1
 libgphoto2_port.so.12 libgphoto2-2.5.7_1
diff --git a/srcpkgs/libcpuid/template b/srcpkgs/libcpuid/template
index 3cfeb869ba2a..23f4c6c6945b 100644
--- a/srcpkgs/libcpuid/template
+++ b/srcpkgs/libcpuid/template
@@ -1,6 +1,6 @@
 # Template file for 'libcpuid'
 pkgname=libcpuid
-version=0.5.1
+version=0.6.2
 revision=1
 archs="i686* x86_64*"
 build_style=cmake
@@ -12,7 +12,7 @@ license="BSD-2-Clause"
 homepage="https://github.com/anrieff/libcpuid"
 changelog="https://raw.githubusercontent.com/anrieff/libcpuid/master/ChangeLog"
 distfiles="https://github.com/anrieff/libcpuid/archive/v${version}.tar.gz"
-checksum=36d62842ef43c749c0ba82237b10ede05b298d79a0e39ef5fd1115ba1ff8e126
+checksum=3e7f2fc243a6a68d6c909b701cfa0db6422ec33fccf91ea5ab7beda3eb798672
 
 post_install() {
 	vlicense COPYING

From 2cf4eb26599047782c346588bb5d559b282dc20b Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:06 +0530
Subject: [PATCH 2/3] nix: revbump for libcpuid-0.6.2

---
 srcpkgs/nix/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template
index 1c9bd931df65..6c842fa336c3 100644
--- a/srcpkgs/nix/template
+++ b/srcpkgs/nix/template
@@ -1,7 +1,7 @@
 # Template file for 'nix'
 pkgname=nix
 version=2.11.0
-revision=2
+revision=3
 build_style=gnu-configure
 build_helper=qemu
 # Use /nix/var as suggested by the official Manual.

From 686aac0b4f0fffd4bab057c5f5a8c2cd9ba4d8b8 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Mon, 30 Jan 2023 23:54:38 +0530
Subject: [PATCH 3/3] CPU-X: update to 4.5.2, orphan

---
 srcpkgs/CPU-X/template | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/srcpkgs/CPU-X/template b/srcpkgs/CPU-X/template
index e132a629bbfb..dcf53a4b4293 100644
--- a/srcpkgs/CPU-X/template
+++ b/srcpkgs/CPU-X/template
@@ -1,25 +1,27 @@
 # Template file for 'CPU-X'
 pkgname=CPU-X
-version=4.3.0
-revision=2
+version=4.5.2
+revision=1
 archs="x86_64* i686*"
 build_style=cmake
 hostmakedepends="pkg-config nasm"
 makedepends="ncurses-devel gettext-devel libcpuid-devel pciutils-devel
- glfw-devel ocl-icd-devel procps-ng-devel libstatgrab
- $(vopt_if gtk3 gtk+3-devel)"
+ glfw-devel ocl-icd-devel procps-ng-devel libstatgrab gtk+3-devel
+ vulkan-loader Vulkan-Headers"
+checkdepends="mawk nawk grep"
 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"
-homepage="https://x0rg.github.io/CPU-X/"
-changelog="https://raw.githubusercontent.com/X0rg/CPU-X/master/ChangeLog.md"
-distfiles="https://github.com/X0rg/CPU-X/archive/v${version}.tar.gz"
-checksum=6ad7a8ac2d6c687a38a895fbbfbf2de690311676ac374d5857588bb983839433
-build_options="gtk3"
-build_options_default="gtk3"
-# needs grep -P which is not available in chroot-grep and replacing it with
-# grep breaks base-chroot
-make_check=no
+homepage="https://thetumultuousunicornofdarkness.github.io/CPU-X/"
+changelog="https://raw.githubusercontent.com/TheTumultuousUnicornOfDarkness/CPU-X/master/ChangeLog.md"
+distfiles="https://github.com/TheTumultuousUnicornOfDarkness/CPU-X/archive/refs/tags/v${version}.tar.gz"
+checksum=6cdab38928ca5684b22f7b8d868d42a25a48be6da813743b6b59a88d6e9f25d1
+
+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"

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (12 preceding siblings ...)
  2023-02-23  4:43 ` [PR PATCH] [Updated] " subnut
@ 2023-02-23 21:40 ` mhmdanas
  2023-02-24  5:10 ` subnut
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: mhmdanas @ 2023-02-23 21:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 367 bytes --]

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1442467229

Comment:
@subnut I incorporated your changes in this PR into https://github.com/void-linux/void-packages/pull/42416 because that PR needed to rebuild CPU-X anyway, and I saw no reason to have to do it twice. I hope you don't mind. :)

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (13 preceding siblings ...)
  2023-02-23 21:40 ` mhmdanas
@ 2023-02-24  5:10 ` subnut
  2023-02-24  5:11 ` [PR PATCH] [Closed]: " subnut
  2023-02-24  5:11 ` subnut
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-24  5:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1442819915

Comment:
@mhmdanas I'm fine as long as the authorship of those commits is credited to me (which it currently is).

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (15 preceding siblings ...)
  2023-02-24  5:11 ` [PR PATCH] [Closed]: " subnut
@ 2023-02-24  5:11 ` subnut
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-24  5:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/41979#issuecomment-1442820325

Comment:
@paper42 Since the commits of this PR have been included in a different, bigger PR, that means I should close this PR, right?

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PR PATCH] [Closed]: Update libcpuid, CPU-X. Orphan CPU-X.
  2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
                   ` (14 preceding siblings ...)
  2023-02-24  5:10 ` subnut
@ 2023-02-24  5:11 ` subnut
  2023-02-24  5:11 ` subnut
  16 siblings, 0 replies; 18+ messages in thread
From: subnut @ 2023-02-24  5:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]

There's a closed pull request on the void-packages repository

Update libcpuid, CPU-X. Orphan CPU-X.
https://github.com/void-linux/void-packages/pull/41979

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES** (except `nix`)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.|**briefly**|**NO**

Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2023-02-24  5:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 18:26 [PR PATCH] Update libcpuid, CPU-X. Orphan CPU-X subnut
2023-01-30 18:27 ` subnut
2023-01-30 18:32 ` [PR PATCH] [Updated] " subnut
2023-01-30 18:38 ` subnut
2023-02-01 19:09 ` subnut
2023-02-01 19:09 ` subnut
2023-02-01 19:10 ` subnut
2023-02-05 10:19 ` paper42
2023-02-05 10:20 ` [PR REVIEW] " paper42
2023-02-06 18:08 ` subnut
2023-02-06 18:22 ` subnut
2023-02-22 18:25 ` [PR REVIEW] " mhmdanas
2023-02-23  4:43 ` subnut
2023-02-23  4:43 ` [PR PATCH] [Updated] " subnut
2023-02-23 21:40 ` mhmdanas
2023-02-24  5:10 ` subnut
2023-02-24  5:11 ` [PR PATCH] [Closed]: " subnut
2023-02-24  5:11 ` subnut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).