Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] htop: update to 3.2.0.
@ 2022-05-05 21:04 mhmdanas
  2022-05-06  9:23 ` [PR REVIEW] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: mhmdanas @ 2022-05-05 21:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages htop-3.2.0
https://github.com/void-linux/void-packages/pull/36995

htop: update to 3.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 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, (ARCH-LIBC)
- 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/36995.patch is attached

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

From 62ac0f80a26185e29b9196486801f5b288e85381 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 6 May 2022 00:05:05 +0300
Subject: [PATCH] htop: update to 3.2.0.

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

diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template
index 3b3cd7ade73c..d854dfa4aa54 100644
--- a/srcpkgs/htop/template
+++ b/srcpkgs/htop/template
@@ -1,6 +1,6 @@
 # Template file for 'htop'
 pkgname=htop
-version=3.1.2
+version=3.2.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-unicode --enable-sensors"
@@ -12,7 +12,7 @@ license="GPL-2.0-only"
 homepage="https://htop.dev/"
 changelog="https://github.com/htop-dev/htop/blob/master/ChangeLog"
 distfiles="https://github.com/htop-dev/htop/archive/${version}.tar.gz"
-checksum=fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001
+checksum=1a1dd174cc828521fe5fd0e052cff8c30aa50809cf80d3ce3a481c37d476ac54
 
 CFLAGS="-fcommon"
 

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

* Re: [PR REVIEW] htop: update to 3.2.0.
  2022-05-05 21:04 [PR PATCH] htop: update to 3.2.0 mhmdanas
@ 2022-05-06  9:23 ` paper42
  2022-05-06  9:30 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-06  9:23 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36995#discussion_r866648234

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/htop-dev/htop/main/ChangeLog"
```

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

* Re: [PR REVIEW] htop: update to 3.2.0.
  2022-05-05 21:04 [PR PATCH] htop: update to 3.2.0 mhmdanas
  2022-05-06  9:23 ` [PR REVIEW] " paper42
@ 2022-05-06  9:30 ` paper42
  2022-05-06  9:30 ` paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-06  9:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36995#discussion_r866653366

Comment:
```suggestion
distfiles="https://github.com/htop-dev/htop/releases/download/${version}/htop-${version}.tar.xz"
```
and we can drop `$hostmakedepends` and `pre_configure()`

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

* Re: [PR REVIEW] htop: update to 3.2.0.
  2022-05-05 21:04 [PR PATCH] htop: update to 3.2.0 mhmdanas
  2022-05-06  9:23 ` [PR REVIEW] " paper42
  2022-05-06  9:30 ` paper42
@ 2022-05-06  9:30 ` paper42
  2022-05-06 15:08 ` [PR PATCH] [Updated] " mhmdanas
  2022-05-07  1:23 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-05-06  9:30 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36995#discussion_r866653907

Comment:
this might not be required

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

* Re: [PR PATCH] [Updated] htop: update to 3.2.0.
  2022-05-05 21:04 [PR PATCH] htop: update to 3.2.0 mhmdanas
                   ` (2 preceding siblings ...)
  2022-05-06  9:30 ` paper42
@ 2022-05-06 15:08 ` mhmdanas
  2022-05-07  1:23 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: mhmdanas @ 2022-05-06 15:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages htop-3.2.0
https://github.com/void-linux/void-packages/pull/36995

htop: update to 3.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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 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, (ARCH-LIBC)
- 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/36995.patch is attached

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

From 87cb054ab832f9b9fde138304f2abe105edbc8c6 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Fri, 6 May 2022 00:05:05 +0300
Subject: [PATCH] htop: update to 3.2.0.

---
 srcpkgs/htop/template | 15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template
index 3b3cd7ade73c..4edcd93cf2ed 100644
--- a/srcpkgs/htop/template
+++ b/srcpkgs/htop/template
@@ -1,21 +1,14 @@
 # Template file for 'htop'
 pkgname=htop
-version=3.1.2
+version=3.2.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-unicode --enable-sensors"
-hostmakedepends="automake"
 makedepends="ncurses-devel libsensors-devel"
 short_desc="Interactive process viewer"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-only"
 homepage="https://htop.dev/"
-changelog="https://github.com/htop-dev/htop/blob/master/ChangeLog"
-distfiles="https://github.com/htop-dev/htop/archive/${version}.tar.gz"
-checksum=fe9559637c8f21f5fd531a4c072048a404173806acbdad1359c6b82fd87aa001
-
-CFLAGS="-fcommon"
-
-pre_configure() {
-	./autogen.sh
-}
+changelog="https://raw.githubusercontent.com/htop-dev/htop/main/ChangeLog"
+distfiles="https://github.com/htop-dev/htop/releases/download/${version}/htop-${version}.tar.xz"
+checksum=e0f645d4ac324f2c4c48aaa7a3a96d007b95516559550be0b56e423fc5b6d783

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

* Re: [PR PATCH] [Merged]: htop: update to 3.2.0.
  2022-05-05 21:04 [PR PATCH] htop: update to 3.2.0 mhmdanas
                   ` (3 preceding siblings ...)
  2022-05-06 15:08 ` [PR PATCH] [Updated] " mhmdanas
@ 2022-05-07  1:23 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2022-05-07  1:23 UTC (permalink / raw)
  To: ml

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

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

htop: update to 3.2.0.
https://github.com/void-linux/void-packages/pull/36995

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

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

<!--
#### 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 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-05-07  1:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 21:04 [PR PATCH] htop: update to 3.2.0 mhmdanas
2022-05-06  9:23 ` [PR REVIEW] " paper42
2022-05-06  9:30 ` paper42
2022-05-06  9:30 ` paper42
2022-05-06 15:08 ` [PR PATCH] [Updated] " mhmdanas
2022-05-07  1:23 ` [PR PATCH] [Merged]: " abenson

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