Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: btop-1.0.12
@ 2021-10-02  3:04 RunningDroid
  2021-10-02  3:15 ` dmarto
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-02  3:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.12
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From c965b38cda0a5fa81d772a0186603b7136590082 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.12

closes #33081
---
 srcpkgs/btop/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..9808530b7e52
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,12 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.12
+revision=1
+build_style=gnu-makefile
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=0a5f713a89c11f46b5ac0a5240c9263caa839f1e051c1f794fc84341bc824e44
+make_check=no # no tests

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

* Re: New Package: btop-1.0.12
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
@ 2021-10-02  3:15 ` dmarto
  2021-10-02  3:50 ` [PR PATCH] [Updated] " RunningDroid
                   ` (29 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: dmarto @ 2021-10-02  3:15 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#issuecomment-932672217

Comment:
_just a passing comment from a bpytop user_
I would prefer if `bpytop` is left for the foreseeable future, as `btop++` is still under heavy development and there may be feature parity, but there isn't "bug parity" if you catch my point. 

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.12
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
  2021-10-02  3:15 ` dmarto
@ 2021-10-02  3:50 ` RunningDroid
  2021-10-02  3:57 ` RunningDroid
                   ` (28 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-02  3:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.12
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 5491098e07adb405fd9153664c1eaef14ff25b60 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.12

closes #33081
---
 srcpkgs/btop/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..9799266ca26f
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,15 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.12
+revision=1
+build_style=gnu-makefile
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=0a5f713a89c11f46b5ac0a5240c9263caa839f1e051c1f794fc84341bc824e44
+make_check=no # no tests
+
+_ADDFLAGS="${CFLAGS} ${LDFLAGS}"
+make_build_args="ADDFLAGS=${_ADDFLAGS} ARCH=${XBPS_TARGET_MACHINE}"

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

* Re: New Package: btop-1.0.12
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
  2021-10-02  3:15 ` dmarto
  2021-10-02  3:50 ` [PR PATCH] [Updated] " RunningDroid
@ 2021-10-02  3:57 ` RunningDroid
  2021-10-03  0:47 ` [PR PATCH] [Updated] " RunningDroid
                   ` (27 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-02  3:57 UTC (permalink / raw)
  To: ml

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

New comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#issuecomment-932676351

Comment:
My latest force-push makes it build for non-x86 archs, but it isn't pulling in CFLAGS or LDFLAGS for some reason, I'll work on it some more tomorrow.

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.12
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (2 preceding siblings ...)
  2021-10-02  3:57 ` RunningDroid
@ 2021-10-03  0:47 ` RunningDroid
  2021-10-03  0:50 ` New Package: btop-1.0.13 RunningDroid
                   ` (26 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-03  0:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.12
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 1942b462d888548ff526bbfb590589cca56283e6 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.13

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..b4c86c29e557
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.13
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=12bb09926d46255d18da501bab164ab543ad5d27f003661315f0b490c897d060
+make_check=no # no tests

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

* Re: New Package: btop-1.0.13
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (3 preceding siblings ...)
  2021-10-03  0:47 ` [PR PATCH] [Updated] " RunningDroid
@ 2021-10-03  0:50 ` RunningDroid
  2021-10-07  2:16 ` [PR PATCH] [Updated] " RunningDroid
                   ` (25 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-03  0:50 UTC (permalink / raw)
  To: ml

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

New comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#issuecomment-932841677

Comment:
I updated this to 1.0.13, and the latest force-push fixes CXXFLAGS and LDFLAGS not getting pulled in.

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.13
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (4 preceding siblings ...)
  2021-10-03  0:50 ` New Package: btop-1.0.13 RunningDroid
@ 2021-10-07  2:16 ` RunningDroid
  2021-10-07  2:16 ` ericonr
                   ` (24 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-07  2:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.13
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From f726579d9a3d34534bd7afabec73e67d18e7fb0a Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.14

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..48cf89e4c565
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.14
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=5b54e329bdacea109b4206506b3cafd9959b2ecc63ef9b04554bf9c7bc7b2b9b
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.13
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (5 preceding siblings ...)
  2021-10-07  2:16 ` [PR PATCH] [Updated] " RunningDroid
@ 2021-10-07  2:16 ` ericonr
  2021-10-07 15:05 ` [PR PATCH] [Updated] New Package: btop-1.0.14 RunningDroid
                   ` (23 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: ericonr @ 2021-10-07  2:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.13
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From f726579d9a3d34534bd7afabec73e67d18e7fb0a Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.14

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..48cf89e4c565
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.14
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=5b54e329bdacea109b4206506b3cafd9959b2ecc63ef9b04554bf9c7bc7b2b9b
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.14
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (6 preceding siblings ...)
  2021-10-07  2:16 ` ericonr
@ 2021-10-07 15:05 ` RunningDroid
  2021-10-16  1:27 ` RunningDroid
                   ` (22 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-07 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.14
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 1942b462d888548ff526bbfb590589cca56283e6 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.13

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..b4c86c29e557
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.13
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=12bb09926d46255d18da501bab164ab543ad5d27f003661315f0b490c897d060
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.14
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (7 preceding siblings ...)
  2021-10-07 15:05 ` [PR PATCH] [Updated] New Package: btop-1.0.14 RunningDroid
@ 2021-10-16  1:27 ` RunningDroid
  2021-10-16 19:47 ` [PR PATCH] [Updated] New Package: btop-1.0.15 RunningDroid
                   ` (21 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-16  1:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.14
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From c6ea70791ed7f7fa57fbd0735f4d909c3e0ddec7 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.15

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..4d13c1e37662
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.15
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=ddb1e396e220a8d9a1a84a8b0d84b907950adf0ead6f4c9261fbfbacaf0589d7
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.15
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (8 preceding siblings ...)
  2021-10-16  1:27 ` RunningDroid
@ 2021-10-16 19:47 ` RunningDroid
  2021-10-19 22:22 ` [PR PATCH] [Updated] New Package: btop-1.0.16 RunningDroid
                   ` (20 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-16 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.15
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 3d19f3863c3b2acf2b092b82cbdc26840375d192 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.16

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..1d733e38982d
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.16
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2bdf712a98e97ebb1b9a024db0f1435410de1d6bdc1759706dd70fc636b31f
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.16
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (9 preceding siblings ...)
  2021-10-16 19:47 ` [PR PATCH] [Updated] New Package: btop-1.0.15 RunningDroid
@ 2021-10-19 22:22 ` RunningDroid
  2021-10-28  3:34 ` [PR PATCH] [Updated] New Package: btop-1.0.18 RunningDroid
                   ` (19 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-19 22:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.16
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 347ea2ac6753d10c31bbc4a1e4147636c45b7921 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.18

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..e59ef9727e3d
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.18
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=29015bf7f34d87c7748f816f72f981f56f894946c6ec0faa330f71a8537781b7
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.18
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (10 preceding siblings ...)
  2021-10-19 22:22 ` [PR PATCH] [Updated] New Package: btop-1.0.16 RunningDroid
@ 2021-10-28  3:34 ` RunningDroid
  2021-10-29  2:49 ` [PR PATCH] [Updated] New Package: btop-1.0.20 RunningDroid
                   ` (18 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-28  3:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.18
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From efc7d60959d65168d7456a5976ca732f4ccd79f4 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.20

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..289f877d2efe
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.20
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=8f1c863f8a9d7da300be33be850c132a3cd24d483554b22774ce687068163a99
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.20
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (11 preceding siblings ...)
  2021-10-28  3:34 ` [PR PATCH] [Updated] New Package: btop-1.0.18 RunningDroid
@ 2021-10-29  2:49 ` RunningDroid
  2021-11-08  1:18 ` RunningDroid
                   ` (17 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-10-29  2:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.20
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 65fcaab8a0ff218aa3aea3b95a24bfbe5531b0ae Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.20

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..289f877d2efe
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.20
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=8f1c863f8a9d7da300be33be850c132a3cd24d483554b22774ce687068163a99
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.20
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (12 preceding siblings ...)
  2021-10-29  2:49 ` [PR PATCH] [Updated] New Package: btop-1.0.20 RunningDroid
@ 2021-11-08  1:18 ` RunningDroid
  2021-11-08  1:20 ` [PR PATCH] [Updated] New Package: btop-1.0.22 RunningDroid
                   ` (16 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-11-08  1:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.20
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 798c8e6b3697187f3572fd72c667ba02edce6863 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.22

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..b443b6911a49
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.22
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=28ae603c7f7b0fd97a7cee79eb714093ed75d719b834de91e5ac1e25a6c8d6fb
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.22
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (13 preceding siblings ...)
  2021-11-08  1:18 ` RunningDroid
@ 2021-11-08  1:20 ` RunningDroid
  2021-11-08 21:34 ` RunningDroid
                   ` (15 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-11-08  1:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.22
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From f6483acc31d6922d4c85ade71cb46cc053b574af Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.22

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..b443b6911a49
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.22
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=28ae603c7f7b0fd97a7cee79eb714093ed75d719b834de91e5ac1e25a6c8d6fb
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.22
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (14 preceding siblings ...)
  2021-11-08  1:20 ` [PR PATCH] [Updated] New Package: btop-1.0.22 RunningDroid
@ 2021-11-08 21:34 ` RunningDroid
  2021-11-14  5:31 ` [PR PATCH] [Updated] New Package: btop-1.0.23 RunningDroid
                   ` (14 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-11-08 21:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.22
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From f430861393a9acb1105b16ae9570d8e92309846e Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.23

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..314e13259a9d
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.23
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=9fcda1089aaf5c59e7528c0a382f762b97fcb945933b1a750629be08bb14281d
+make_check=no # no tests

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.23
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (15 preceding siblings ...)
  2021-11-08 21:34 ` RunningDroid
@ 2021-11-14  5:31 ` RunningDroid
  2021-12-27 14:15 ` [PR REVIEW] New Package: btop-1.0.24 paper42
                   ` (13 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-11-14  5:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.23
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 2c7bc80cccf94c98f9a4239e499c365a68723fbe Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.0.24

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..355d315f646b
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.0.24
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=e92da56853c105d3fe62a5b175c1bd3b9a9ce69b9b9a274f0c5f2ad21363c7e2
+make_check=no # no tests

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

* Re: [PR REVIEW] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (16 preceding siblings ...)
  2021-11-14  5:31 ` [PR PATCH] [Updated] New Package: btop-1.0.23 RunningDroid
@ 2021-12-27 14:15 ` paper42
  2021-12-27 14:15 ` paper42
                   ` (12 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2021-12-27 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#discussion_r775515518

Comment:
Why is this required? When a package doesn't have tests, they are automatically skipped.

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

* Re: [PR REVIEW] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (18 preceding siblings ...)
  2021-12-27 14:15 ` paper42
@ 2021-12-27 14:15 ` paper42
  2021-12-30  5:25 ` RunningDroid
                   ` (10 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2021-12-27 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#discussion_r775515788

Comment:
```suggestion
homepage="https://github.com/aristocratos/btop"
changelog="https://raw.githubusercontent.com/aristocratos/btop/main/CHANGELOG.md"
distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
```

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

* Re: [PR REVIEW] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (17 preceding siblings ...)
  2021-12-27 14:15 ` [PR REVIEW] New Package: btop-1.0.24 paper42
@ 2021-12-27 14:15 ` paper42
  2021-12-27 14:15 ` paper42
                   ` (11 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2021-12-27 14:15 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#discussion_r775515654

Comment:
1.1.3 is out

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

* Re: [PR REVIEW] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (19 preceding siblings ...)
  2021-12-27 14:15 ` paper42
@ 2021-12-30  5:25 ` RunningDroid
  2021-12-30  5:27 ` [PR PATCH] [Updated] " RunningDroid
                   ` (9 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-12-30  5:25 UTC (permalink / raw)
  To: ml

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

New review comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#discussion_r776572796

Comment:
I had just added it to silence the warning, but I'll remove it.

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (20 preceding siblings ...)
  2021-12-30  5:25 ` RunningDroid
@ 2021-12-30  5:27 ` RunningDroid
  2021-12-30  5:29 ` RunningDroid
                   ` (8 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-12-30  5:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.24
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From bb6420d9aad15f23d6a6c5cdf8ee58f575268112 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.1.4

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..3fab7bfb793b
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.1.4
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/aristocratos/btop/main/CHANGELOG.md"
+checksum=f5e039ed235aaa24c7c7f8492043b6a251913ce8db688defc46aa83091d40ba1

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (21 preceding siblings ...)
  2021-12-30  5:27 ` [PR PATCH] [Updated] " RunningDroid
@ 2021-12-30  5:29 ` RunningDroid
  2021-12-30  5:33 ` RunningDroid
                   ` (7 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-12-30  5:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.24
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From fa86027bf7cd0237bb182f24556ff6679355be76 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.1.4

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..3fab7bfb793b
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.1.4
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+changelog="https://raw.githubusercontent.com/aristocratos/btop/main/CHANGELOG.md"
+checksum=f5e039ed235aaa24c7c7f8492043b6a251913ce8db688defc46aa83091d40ba1

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (22 preceding siblings ...)
  2021-12-30  5:29 ` RunningDroid
@ 2021-12-30  5:33 ` RunningDroid
  2021-12-30  5:37 ` [PR REVIEW] " RunningDroid
                   ` (6 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-12-30  5:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.24
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From e92e2ce0c46c1cbb1b305ef1fbcf396fa118a400 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.1.4

closes #33081
---
 srcpkgs/btop/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..cbdb1d418c5a
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,14 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.1.4
+revision=1
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+changelog="https://raw.githubusercontent.com/aristocratos/btop/main/CHANGELOG.md"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=f5e039ed235aaa24c7c7f8492043b6a251913ce8db688defc46aa83091d40ba1

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

* Re: [PR REVIEW] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (23 preceding siblings ...)
  2021-12-30  5:33 ` RunningDroid
@ 2021-12-30  5:37 ` RunningDroid
  2022-01-17 23:47 ` [PR PATCH] [Updated] " RunningDroid
                   ` (5 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2021-12-30  5:37 UTC (permalink / raw)
  To: ml

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

New review comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#discussion_r776574670

Comment:
I'd been procrastinating updating this because 1.1.0 broke cross and I haven't had time to work out how to fix it, I've pushed an updated template so it's clear that it's (hopefully temporarily) broken.

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

* Re: [PR PATCH] [Updated] New Package: btop-1.0.24
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (24 preceding siblings ...)
  2021-12-30  5:37 ` [PR REVIEW] " RunningDroid
@ 2022-01-17 23:47 ` RunningDroid
  2022-01-17 23:52 ` New Package: btop-1.2.0 RunningDroid
                   ` (4 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2022-01-17 23:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.0.24
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From d19cf4cf814eada83d76c029d71a25191880f0d8 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.2.0

closes #33081
---
 srcpkgs/btop/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/btop/template

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..ea10795ee037
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,15 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.2.0
+revision=1
+archs="i686* x86_64*" # Fails to cross-build to non-x86
+build_style=gnu-makefile
+make_build_args="ARCH=\${XBPS_TARGET_MACHINE} ADDFLAGS=\${CXXFLAGS}\${LDFLAGS}"
+make_use_env=true
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+changelog="https://raw.githubusercontent.com/aristocratos/btop/main/CHANGELOG.md"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=59a87b9d0bb0f5010d53f0ac72ddee9fd7b5a4039bce51b94b262313e946df02

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

* Re: New Package: btop-1.2.0
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (25 preceding siblings ...)
  2022-01-17 23:47 ` [PR PATCH] [Updated] " RunningDroid
@ 2022-01-17 23:52 ` RunningDroid
  2022-02-06 13:14 ` prateekmedia
                   ` (3 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: RunningDroid @ 2022-01-17 23:52 UTC (permalink / raw)
  To: ml

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

New comment by RunningDroid on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#issuecomment-1014959989

Comment:
I tried to see if any other distros had patches but it looks like they just disabled building on non-x86 archs, so I've done the same for now.

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

* Re: New Package: btop-1.2.0
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (26 preceding siblings ...)
  2022-01-17 23:52 ` New Package: btop-1.2.0 RunningDroid
@ 2022-02-06 13:14 ` prateekmedia
  2022-02-06 20:00 ` [PR PATCH] [Updated] " paper42
                   ` (2 subsequent siblings)
  30 siblings, 0 replies; 32+ messages in thread
From: prateekmedia @ 2022-02-06 13:14 UTC (permalink / raw)
  To: ml

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

New comment by prateekmedia on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#issuecomment-1030830336

Comment:
@paper42 What's blocking this PR?

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

* Re: [PR PATCH] [Updated] New Package: btop-1.2.0
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (27 preceding siblings ...)
  2022-02-06 13:14 ` prateekmedia
@ 2022-02-06 20:00 ` paper42
  2022-02-06 20:04 ` paper42
  2022-02-06 20:04 ` [PR PATCH] [Merged]: " paper42
  30 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2022-02-06 20:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RunningDroid/void-packages add_btop
https://github.com/void-linux/void-packages/pull/33249

New Package: btop-1.2.0
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/33249.patch is attached

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

From 94fc745a653826cfe969b7e0f53fe3e10347d288 Mon Sep 17 00:00:00 2001
From: RunningDroid <runningdroid@zoho.com>
Date: Fri, 1 Oct 2021 22:44:41 -0400
Subject: [PATCH] New Package: btop-1.2.0

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

diff --git a/srcpkgs/btop/template b/srcpkgs/btop/template
new file mode 100644
index 000000000000..6aae64c0fbcc
--- /dev/null
+++ b/srcpkgs/btop/template
@@ -0,0 +1,12 @@
+# Template file for 'btop'
+pkgname=btop
+version=1.2.0
+revision=1
+build_style=gnu-makefile
+short_desc="Monitor of resources"
+maintainer="RunningDroid <runningdroid@zoho.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/btop"
+changelog="https://raw.githubusercontent.com/aristocratos/btop/main/CHANGELOG.md"
+distfiles="https://github.com/aristocratos/btop/archive/refs/tags/v${version}.tar.gz"
+checksum=59a87b9d0bb0f5010d53f0ac72ddee9fd7b5a4039bce51b94b262313e946df02

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

* Re: New Package: btop-1.2.0
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (28 preceding siblings ...)
  2022-02-06 20:00 ` [PR PATCH] [Updated] " paper42
@ 2022-02-06 20:04 ` paper42
  2022-02-06 20:04 ` [PR PATCH] [Merged]: " paper42
  30 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2022-02-06 20:04 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33249#issuecomment-1030903932

Comment:
It compiles for all architectures, so I removed the arch restriction.

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

* Re: [PR PATCH] [Merged]: New Package: btop-1.2.0
  2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
                   ` (29 preceding siblings ...)
  2022-02-06 20:04 ` paper42
@ 2022-02-06 20:04 ` paper42
  30 siblings, 0 replies; 32+ messages in thread
From: paper42 @ 2022-02-06 20:04 UTC (permalink / raw)
  To: ml

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

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

New Package: btop-1.2.0
https://github.com/void-linux/void-packages/pull/33249

Description:
I'll let someone else decide whether or not adding this to the repos means we should rm bpytop.

closes #33081
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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] 32+ messages in thread

end of thread, other threads:[~2022-02-06 20:04 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-02  3:04 [PR PATCH] New Package: btop-1.0.12 RunningDroid
2021-10-02  3:15 ` dmarto
2021-10-02  3:50 ` [PR PATCH] [Updated] " RunningDroid
2021-10-02  3:57 ` RunningDroid
2021-10-03  0:47 ` [PR PATCH] [Updated] " RunningDroid
2021-10-03  0:50 ` New Package: btop-1.0.13 RunningDroid
2021-10-07  2:16 ` [PR PATCH] [Updated] " RunningDroid
2021-10-07  2:16 ` ericonr
2021-10-07 15:05 ` [PR PATCH] [Updated] New Package: btop-1.0.14 RunningDroid
2021-10-16  1:27 ` RunningDroid
2021-10-16 19:47 ` [PR PATCH] [Updated] New Package: btop-1.0.15 RunningDroid
2021-10-19 22:22 ` [PR PATCH] [Updated] New Package: btop-1.0.16 RunningDroid
2021-10-28  3:34 ` [PR PATCH] [Updated] New Package: btop-1.0.18 RunningDroid
2021-10-29  2:49 ` [PR PATCH] [Updated] New Package: btop-1.0.20 RunningDroid
2021-11-08  1:18 ` RunningDroid
2021-11-08  1:20 ` [PR PATCH] [Updated] New Package: btop-1.0.22 RunningDroid
2021-11-08 21:34 ` RunningDroid
2021-11-14  5:31 ` [PR PATCH] [Updated] New Package: btop-1.0.23 RunningDroid
2021-12-27 14:15 ` [PR REVIEW] New Package: btop-1.0.24 paper42
2021-12-27 14:15 ` paper42
2021-12-27 14:15 ` paper42
2021-12-30  5:25 ` RunningDroid
2021-12-30  5:27 ` [PR PATCH] [Updated] " RunningDroid
2021-12-30  5:29 ` RunningDroid
2021-12-30  5:33 ` RunningDroid
2021-12-30  5:37 ` [PR REVIEW] " RunningDroid
2022-01-17 23:47 ` [PR PATCH] [Updated] " RunningDroid
2022-01-17 23:52 ` New Package: btop-1.2.0 RunningDroid
2022-02-06 13:14 ` prateekmedia
2022-02-06 20:00 ` [PR PATCH] [Updated] " paper42
2022-02-06 20:04 ` paper42
2022-02-06 20:04 ` [PR PATCH] [Merged]: " paper42

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