Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ufetch: update to 0.3.
@ 2022-12-10 19:26 glaulher
  2022-12-12  6:35 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: glaulher @ 2022-12-10 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages ufetch
https://github.com/void-linux/void-packages/pull/41001

ufetch: update to 0.3.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 

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

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

From 363644dcc7624411534f51fffcb070c29ee9fe8e Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sat, 10 Dec 2022 16:24:37 -0300
Subject: [PATCH] ufetch: update to 0.3.

---
 srcpkgs/ufetch/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ufetch/template b/srcpkgs/ufetch/template
index 5965fd2f4fef..d7cc89f358fb 100644
--- a/srcpkgs/ufetch/template
+++ b/srcpkgs/ufetch/template
@@ -1,14 +1,14 @@
 # Template file for 'ufetch'
 pkgname=ufetch
-version=0.2
-revision=2
+version=0.3
+revision=1
 depends="xbps coreutils ncurses"
 short_desc="Tiny system info for Void"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="ISC"
 homepage="https://gitlab.com/jschx/ufetch"
 distfiles="https://gitlab.com/jschx/ufetch/-/archive/v${version}/ufetch-v${version}.tar.gz"
-checksum=137f481b90ec9603f32b89c800687f2dd99a3a74429e99026406d08ba16cc2a6
+checksum=dfef07f18561e56070eb3ac589c7d660a5367b284d4f094cca0c3aa84e2cc1f4
 
 do_install() {
 	vbin ufetch-void ufetch

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

* Re: [PR REVIEW] ufetch: update to 0.3.
  2022-12-10 19:26 [PR PATCH] ufetch: update to 0.3 glaulher
@ 2022-12-12  6:35 ` classabbyamp
  2022-12-18 15:01 ` [PR PATCH] [Updated] " glaulher
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-12-12  6:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41001#discussion_r1045447283

Comment:
https://gitlab.com/jschx/ufetch/-/commit/12b68fa35510a063582d626ccd1abc48f301b6b1

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

* Re: [PR PATCH] [Updated] ufetch: update to 0.3.
  2022-12-10 19:26 [PR PATCH] ufetch: update to 0.3 glaulher
  2022-12-12  6:35 ` [PR REVIEW] " classabbyamp
@ 2022-12-18 15:01 ` glaulher
  2022-12-18 15:03 ` glaulher
  2022-12-18 22:46 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: glaulher @ 2022-12-18 15:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/glaulher/void-packages ufetch
https://github.com/void-linux/void-packages/pull/41001

ufetch: update to 0.3.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 

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

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

From e66d08266fa0ed1d9cdda79ac933ead3f3ecce22 Mon Sep 17 00:00:00 2001
From: glaulher <glaulher.developer@gmail.com>
Date: Sun, 18 Dec 2022 14:57:06 -0300
Subject: [PATCH] ufetch: update to 0.3.

---
 srcpkgs/ufetch/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ufetch/template b/srcpkgs/ufetch/template
index 5965fd2f4fef..071d5bc72a03 100644
--- a/srcpkgs/ufetch/template
+++ b/srcpkgs/ufetch/template
@@ -1,14 +1,14 @@
 # Template file for 'ufetch'
 pkgname=ufetch
-version=0.2
-revision=2
+version=0.3
+revision=1
 depends="xbps coreutils ncurses"
 short_desc="Tiny system info for Void"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="ISC"
+license="MIT"
 homepage="https://gitlab.com/jschx/ufetch"
 distfiles="https://gitlab.com/jschx/ufetch/-/archive/v${version}/ufetch-v${version}.tar.gz"
-checksum=137f481b90ec9603f32b89c800687f2dd99a3a74429e99026406d08ba16cc2a6
+checksum=dfef07f18561e56070eb3ac589c7d660a5367b284d4f094cca0c3aa84e2cc1f4
 
 do_install() {
 	vbin ufetch-void ufetch

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

* Re: ufetch: update to 0.3.
  2022-12-10 19:26 [PR PATCH] ufetch: update to 0.3 glaulher
  2022-12-12  6:35 ` [PR REVIEW] " classabbyamp
  2022-12-18 15:01 ` [PR PATCH] [Updated] " glaulher
@ 2022-12-18 15:03 ` glaulher
  2022-12-18 22:46 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: glaulher @ 2022-12-18 15:03 UTC (permalink / raw)
  To: ml

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

New comment by glaulher on void-packages repository

https://github.com/void-linux/void-packages/pull/41001#issuecomment-1356817731

Comment:
done

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

* Re: [PR PATCH] [Merged]: ufetch: update to 0.3.
  2022-12-10 19:26 [PR PATCH] ufetch: update to 0.3 glaulher
                   ` (2 preceding siblings ...)
  2022-12-18 15:03 ` glaulher
@ 2022-12-18 22:46 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-12-18 22:46 UTC (permalink / raw)
  To: ml

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

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

ufetch: update to 0.3.
https://github.com/void-linux/void-packages/pull/41001

Description:
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):  
  - armv7l
 

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

end of thread, other threads:[~2022-12-18 22:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-10 19:26 [PR PATCH] ufetch: update to 0.3 glaulher
2022-12-12  6:35 ` [PR REVIEW] " classabbyamp
2022-12-18 15:01 ` [PR PATCH] [Updated] " glaulher
2022-12-18 15:03 ` glaulher
2022-12-18 22:46 ` [PR PATCH] [Merged]: " classabbyamp

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).