Github messages for voidlinux
 help / color / mirror / Atom feed
From: Clos3y <Clos3y@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: cpufetch-1.04
Date: Tue, 13 Feb 2024 23:36:22 +0100	[thread overview]
Message-ID: <20240213223622.28D1828814@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47980@inbox.vuxu.org>

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

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

https://github.com/Clos3y/void-packages cpufetch-1.04
https://github.com/void-linux/void-packages/pull/47980

New package: cpufetch-1.04
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

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

<!-- 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.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x84_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64-musl (X)
  - i686 (X)
  - i686-musl (X)

Follows #32612, closes #32305. In theory it should work on `ppc*` and `arm*`, but it won't build successfully for me due to the `-mavx*` flag.

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

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

From a68ec43b0c947fa20565c9323d8102a439c9b62f Mon Sep 17 00:00:00 2001
From: closey <sam.w.close@gmail.com>
Date: Fri, 29 Dec 2023 01:16:33 +0000
Subject: [PATCH 1/2] New package: cpufetch-1.04

---
 srcpkgs/cpufetch/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/cpufetch/template

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
new file mode 100644
index 00000000000000..544ae5185a49e9
--- /dev/null
+++ b/srcpkgs/cpufetch/template
@@ -0,0 +1,18 @@
+# Template file for 'cpufetch'
+pkgname=cpufetch
+version=1.04
+revision=1
+archs="i686* x86_64*"
+build_style=gnu-makefile
+make_use_env=yes
+short_desc="Simple yet fancy CPU architecture fetching tool"
+maintainer="Sam Close <sam.w.close@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/Dr-Noob/cpufetch"
+distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
+checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+
+do_install() {
+	vbin cpufetch
+	vman cpufetch.1
+}

From bcf483eed9696a5ae403045f01ea6ef40198330b Mon Sep 17 00:00:00 2001
From: Clos3y <sam.w.close@gmail.com>
Date: Tue, 13 Feb 2024 22:36:09 +0000
Subject: [PATCH 2/2] New package: cpufetch-1.05

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

diff --git a/srcpkgs/cpufetch/template b/srcpkgs/cpufetch/template
index 544ae5185a49e9..aca5fcd6686c26 100644
--- a/srcpkgs/cpufetch/template
+++ b/srcpkgs/cpufetch/template
@@ -1,6 +1,6 @@
 # Template file for 'cpufetch'
 pkgname=cpufetch
-version=1.04
+version=1.05
 revision=1
 archs="i686* x86_64*"
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Sam Close <sam.w.close@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/Dr-Noob/cpufetch"
 distfiles="https://github.com/Dr-Noob/cpufetch/archive/refs/tags/v${version}.tar.gz"
-checksum=1505161fedd58d72b936f68b55dc9b027ef910454475c33e1061999496b30ff6
+checksum=82c8195cc535ad468fa2e61fa9648bb09d55cbcc59f76a72b66bd99fd290a7e6
 
 do_install() {
 	vbin cpufetch

  parent reply	other threads:[~2024-02-13 22:36 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29 15:45 [PR PATCH] " Clos3y
2023-12-29 15:51 ` [PR PATCH] [Updated] " Clos3y
2023-12-29 15:57 ` Clos3y
2024-02-13 16:18 ` melroy89
2024-02-13 22:36 ` Clos3y [this message]
2024-02-13 22:39 ` [PR PATCH] [Updated] New package: cpufetch-1.05 Clos3y
2024-02-13 22:41 ` Clos3y
2024-05-14  1:46 ` github-actions
2024-05-14  7:41 ` Clos3y

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240213223622.28D1828814@inbox.vuxu.org \
    --to=clos3y@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).