Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] htop: update to 3.0.0.
@ 2020-08-28  4:12 zdykstra
  2020-08-28 14:18 ` [PR PATCH] [Updated] " zdykstra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zdykstra @ 2020-08-28  4:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages htop-3.0.0
https://github.com/void-linux/void-packages/pull/24522

htop: update to 3.0.0.


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

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

From 8791445c270362222649b76f2fd35151d288093c Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 27 Aug 2020 23:07:15 -0500
Subject: [PATCH] htop: update to 3.0.0.

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

diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template
index 718212f912e..47a0f06e7f7 100644
--- a/srcpkgs/htop/template
+++ b/srcpkgs/htop/template
@@ -1,14 +1,19 @@
 # Template file for 'htop'
 pkgname=htop
-version=2.2.0
+version=3.0.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
-hostmakedepends="python"
+hostmakedepends="python automake"
 makedepends="ncurses-devel"
 short_desc="Interactive process viewer"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-only"
-homepage="http://hisham.hm/htop"
-distfiles="http://hisham.hm/$pkgname/releases/$version/$pkgname-$version.tar.gz"
-checksum=d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57
+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=1c0661f0ae5f4e2874da250b60cd515e4ac4c041583221adfe95f10e18d1a4e6
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: [PR PATCH] [Updated] htop: update to 3.0.0.
  2020-08-28  4:12 [PR PATCH] htop: update to 3.0.0 zdykstra
@ 2020-08-28 14:18 ` zdykstra
  2020-08-28 14:18 ` zdykstra
  2020-08-28 15:23 ` [PR PATCH] [Merged]: " pullmoll
  2 siblings, 0 replies; 4+ messages in thread
From: zdykstra @ 2020-08-28 14:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages htop-3.0.0
https://github.com/void-linux/void-packages/pull/24522

htop: update to 3.0.0.


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

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

From cb6e52e3563d41b4a2fc9956d0f969080b90ae47 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 27 Aug 2020 23:07:15 -0500
Subject: [PATCH] htop: update to 3.0.0.

---
 srcpkgs/htop/template | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/htop/template b/srcpkgs/htop/template
index 718212f912e..07629411440 100644
--- a/srcpkgs/htop/template
+++ b/srcpkgs/htop/template
@@ -1,14 +1,21 @@
 # Template file for 'htop'
 pkgname=htop
-version=2.2.0
+version=3.0.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-unicode --enable-cgroup --enable-taskstats"
-hostmakedepends="python"
+hostmakedepends="python automake"
 makedepends="ncurses-devel"
 short_desc="Interactive process viewer"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="GPL-2.0-only"
-homepage="http://hisham.hm/htop"
-distfiles="http://hisham.hm/$pkgname/releases/$version/$pkgname-$version.tar.gz"
-checksum=d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57
+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=1c0661f0ae5f4e2874da250b60cd515e4ac4c041583221adfe95f10e18d1a4e6
+
+CFLAGS="-fcommon"
+
+pre_configure() {
+	./autogen.sh
+}

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

* Re: htop: update to 3.0.0.
  2020-08-28  4:12 [PR PATCH] htop: update to 3.0.0 zdykstra
  2020-08-28 14:18 ` [PR PATCH] [Updated] " zdykstra
@ 2020-08-28 14:18 ` zdykstra
  2020-08-28 15:23 ` [PR PATCH] [Merged]: " pullmoll
  2 siblings, 0 replies; 4+ messages in thread
From: zdykstra @ 2020-08-28 14:18 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/24522#issuecomment-682602434

Comment:
Adds in the CFLAGS change from https://github.com/void-linux/void-packages/pull/24334

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

* Re: [PR PATCH] [Merged]: htop: update to 3.0.0.
  2020-08-28  4:12 [PR PATCH] htop: update to 3.0.0 zdykstra
  2020-08-28 14:18 ` [PR PATCH] [Updated] " zdykstra
  2020-08-28 14:18 ` zdykstra
@ 2020-08-28 15:23 ` pullmoll
  2 siblings, 0 replies; 4+ messages in thread
From: pullmoll @ 2020-08-28 15:23 UTC (permalink / raw)
  To: ml

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

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

htop: update to 3.0.0.
https://github.com/void-linux/void-packages/pull/24522

Description:


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

end of thread, other threads:[~2020-08-28 15:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28  4:12 [PR PATCH] htop: update to 3.0.0 zdykstra
2020-08-28 14:18 ` [PR PATCH] [Updated] " zdykstra
2020-08-28 14:18 ` zdykstra
2020-08-28 15:23 ` [PR PATCH] [Merged]: " pullmoll

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