Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: better-control-6.11.1
@ 2025-04-27 10:37 fccapria
  2025-04-27 10:42 ` fccapria
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: fccapria @ 2025-04-27 10:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From ac5f6b0cea0c71cb77cb088eac0af0626720361a Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH] New package: better-control-6.11.1

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..c42e108c66101c
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,12 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.1
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=d95ee74b0332f067735f2925b2ebda9c565ad216dd696b1e86826eb6b6be46c3

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

* Re: New package: better-control-6.11.1
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
@ 2025-04-27 10:42 ` fccapria
  2025-04-27 11:25 ` [PR PATCH] [Updated] " fccapria
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-27 10:42 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2833381129

Comment:
Before merging:
Some packages like NetworkManager or bluez are needed to access the services offered in the software but they are not direct dependencies (the program still works making the functions accessible for the installed dependencies)
How can I suggest, after installing the package, the dependencies for the correct functioning?

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.1
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
  2025-04-27 10:42 ` fccapria
@ 2025-04-27 11:25 ` fccapria
  2025-04-27 11:26 ` fccapria
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-27 11:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From ac5f6b0cea0c71cb77cb088eac0af0626720361a Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH 1/2] New package: better-control-6.11.1

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..c42e108c66101c
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,12 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.1
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=d95ee74b0332f067735f2925b2ebda9c565ad216dd696b1e86826eb6b6be46c3

From 434a46cb289600e398cbbe47a19963e260c6dda1 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 13:25:57 +0200
Subject: [PATCH 2/2] fix

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
index c42e108c66101c..4fdc55860b88b9 100644
--- a/srcpkgs/better-control/template
+++ b/srcpkgs/better-control/template
@@ -1,6 +1,6 @@
 # Template file for 'better-control'
 pkgname=better-control
-version=6.11.1
+version=6.11.2
 revision=1
 build_style=gnu-makefile
 depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
@@ -9,4 +9,4 @@ maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quantumvoid0/better-control"
 distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
-checksum=d95ee74b0332f067735f2925b2ebda9c565ad216dd696b1e86826eb6b6be46c3
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.1
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
  2025-04-27 10:42 ` fccapria
  2025-04-27 11:25 ` [PR PATCH] [Updated] " fccapria
@ 2025-04-27 11:26 ` fccapria
  2025-04-27 11:27 ` [PR PATCH] [Updated] New package: better-control-6.11.2 fccapria
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-27 11:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.1
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From d1649cd78db2142123e1c715b6ef74813a3a11af Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH] New package: better-control-6.11.1

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..4fdc55860b88b9
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,12 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.2
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (2 preceding siblings ...)
  2025-04-27 11:26 ` fccapria
@ 2025-04-27 11:27 ` fccapria
  2025-04-28 13:21 ` biopsin
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-27 11:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From f3ddbf33634aa91a9322f9765353a4df0e79bb73 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH] New package: better-control-6.11.2

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..4fdc55860b88b9
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,12 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.2
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170

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

* Re: New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (3 preceding siblings ...)
  2025-04-27 11:27 ` [PR PATCH] [Updated] New package: better-control-6.11.2 fccapria
@ 2025-04-28 13:21 ` biopsin
  2025-04-28 21:11 ` xavierfortier1
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: biopsin @ 2025-04-28 13:21 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2835229239

Comment:
There is INSTALL.msg but not shure how well it will be recieved.

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

* Re: New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (4 preceding siblings ...)
  2025-04-28 13:21 ` biopsin
@ 2025-04-28 21:11 ` xavierfortier1
  2025-04-28 21:58 ` fccapria
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: xavierfortier1 @ 2025-04-28 21:11 UTC (permalink / raw)
  To: ml

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

New comment by xavierfortier1 on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2836683337

Comment:
@fccapria First of all, thank you for this package, this app looks great! Unfortunately I can't answer your question, as I actually have the same one, sorry. 

However, I think it would be a good idea to remove the `betterctl` script which is installed using the `Makefile`. This package handles updates and uninstallation, so I don't think the script is needed. Other people could give their opinion on this.

Personally, I did it with:
```
post_install() {
    rm "${DESTDIR}/usr/bin/betterctl"
}
```
Let me know what you think!

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

* Re: New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (5 preceding siblings ...)
  2025-04-28 21:11 ` xavierfortier1
@ 2025-04-28 21:58 ` fccapria
  2025-04-28 22:04 ` fccapria
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-28 21:58 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2836824077

Comment:
> There is INSTALL.msg but not shure how well it will be recieved.

Thank you, that's what I was looking for! Only the manual explicitly says to use these messages in case of "breaking changes" or similar. Now I'll evaluate, thanks for the suggestion.

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

* Re: New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (6 preceding siblings ...)
  2025-04-28 21:58 ` fccapria
@ 2025-04-28 22:04 ` fccapria
  2025-04-28 22:05 ` fccapria
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-28 22:04 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2836835516

Comment:
> @fccapria First of all, thank you for this package, this app looks great! Unfortunately I can't answer your question, as I actually have the same one, sorry.
> 
> However, I think it would be a good idea to remove the `betterctl` script which is installed using the `Makefile`. This package handles updates and uninstallation, so I don't think the script is needed. Other people could give their opinion on this.
> 
> Personally, I did it with:
> 
> ```
> post_install() {
>     rm "${DESTDIR}/usr/bin/betterctl"
> }
> ```
> 
> Let me know what you think!

Thank you, I appreciate that you like this package! I'm trying to include it on void because it's a project that seems very interesting and I don't think there is a package like that based on gtk. Anyway, thank you for the suggestion, you are absolutely right! Tomorrow, more calmly I'll integrate the code to the TEMPLATE and add you as a co-author of the commit.

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

* Re: New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (7 preceding siblings ...)
  2025-04-28 22:04 ` fccapria
@ 2025-04-28 22:05 ` fccapria
  2025-04-28 22:19 ` xavierfortier1
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-28 22:05 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2836835516

Comment:

> ```
> post_install() {
>     rm "${DESTDIR}/usr/bin/betterctl"
> }
> ```
@xavierfortier1 Thank you, I appreciate that you like this package! I'm trying to include it on void because it's a project that seems very interesting and I don't think there is a package like that based on gtk. Anyway, thank you for the suggestion, you are absolutely right! Tomorrow, more calmly I'll integrate the code to the TEMPLATE and add you as a co-author of the commit.

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

* Re: New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (8 preceding siblings ...)
  2025-04-28 22:05 ` fccapria
@ 2025-04-28 22:19 ` xavierfortier1
  2025-04-29 13:59 ` [PR PATCH] [Updated] " fccapria
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: xavierfortier1 @ 2025-04-28 22:19 UTC (permalink / raw)
  To: ml

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

New comment by xavierfortier1 on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2836861761

Comment:
@fccapria Happy to help! It's not necessary to add me as a co-author. You get all the credits for that :smile:

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (9 preceding siblings ...)
  2025-04-28 22:19 ` xavierfortier1
@ 2025-04-29 13:59 ` fccapria
  2025-04-29 14:01 ` fccapria
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-29 13:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From f3ddbf33634aa91a9322f9765353a4df0e79bb73 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH 1/2] New package: better-control-6.11.2

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..4fdc55860b88b9
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,12 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.2
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170

From 1bf33984707b620d712ff232d384d35bd57b73f8 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Tue, 29 Apr 2025 15:59:44 +0200
Subject: [PATCH 2/2] fix

---
 srcpkgs/better-control/template | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
index 4fdc55860b88b9..ff15ff4665bb1a 100644
--- a/srcpkgs/better-control/template
+++ b/srcpkgs/better-control/template
@@ -10,3 +10,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/quantumvoid0/better-control"
 distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
 checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170
+
+post_install() {
+    rm "${DESTDIR}/usr/bin/betterctl"
+}

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (10 preceding siblings ...)
  2025-04-29 13:59 ` [PR PATCH] [Updated] " fccapria
@ 2025-04-29 14:01 ` fccapria
  2025-04-29 14:04 ` fccapria
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-29 14:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 574fb03b613f369cd1d2bc6d4b155e483db39c5b Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH] New package: better-control-6.11.2

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..ff15ff4665bb1a
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.2
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170
+
+post_install() {
+    rm "${DESTDIR}/usr/bin/betterctl"
+}

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (11 preceding siblings ...)
  2025-04-29 14:01 ` fccapria
@ 2025-04-29 14:04 ` fccapria
  2025-04-29 14:04 ` fccapria
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-29 14:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From 574fb03b613f369cd1d2bc6d4b155e483db39c5b Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH 1/2] New package: better-control-6.11.2

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..ff15ff4665bb1a
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.2
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170
+
+post_install() {
+    rm "${DESTDIR}/usr/bin/betterctl"
+}

From dec06ed83201a33ac92a72537d320bcb34e43f16 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Tue, 29 Apr 2025 16:04:10 +0200
Subject: [PATCH 2/2] fix

---
 srcpkgs/better-control/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
index ff15ff4665bb1a..4a1f773441633a 100644
--- a/srcpkgs/better-control/template
+++ b/srcpkgs/better-control/template
@@ -12,5 +12,5 @@ distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${v
 checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170
 
 post_install() {
-    rm "${DESTDIR}/usr/bin/betterctl"
+	rm "${DESTDIR}/usr/bin/betterctl"
 }

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (12 preceding siblings ...)
  2025-04-29 14:04 ` fccapria
@ 2025-04-29 14:04 ` fccapria
  2025-04-29 14:22 ` fccapria
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-29 14:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From ab0a18cb8bcccc7c7b16d074b47cd7f63f45b539 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH] New package: better-control-6.11.2

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..4a1f773441633a
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.2
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170
+
+post_install() {
+	rm "${DESTDIR}/usr/bin/betterctl"
+}

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

* Re: New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (13 preceding siblings ...)
  2025-04-29 14:04 ` fccapria
@ 2025-04-29 14:22 ` fccapria
  2025-05-02 17:24 ` [PR PATCH] [Updated] " fccapria
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-04-29 14:22 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2839125721

Comment:
@xavierfortier1 just added the lines that you suggested! :)

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (14 preceding siblings ...)
  2025-04-29 14:22 ` fccapria
@ 2025-05-02 17:24 ` fccapria
  2025-05-02 17:25 ` fccapria
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-05-02 17:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From ab0a18cb8bcccc7c7b16d074b47cd7f63f45b539 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH 1/2] New package: better-control-6.11.2

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..4a1f773441633a
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.2
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170
+
+post_install() {
+	rm "${DESTDIR}/usr/bin/betterctl"
+}

From 1fcd5e5e0eb2307dd314d8de0db0f05bf9b96c7a Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Fri, 2 May 2025 19:24:22 +0200
Subject: [PATCH 2/2] update

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
index 4a1f773441633a..a419f24b1cc0c0 100644
--- a/srcpkgs/better-control/template
+++ b/srcpkgs/better-control/template
@@ -1,6 +1,6 @@
 # Template file for 'better-control'
 pkgname=better-control
-version=6.11.2
+version=6.11.4
 revision=1
 build_style=gnu-makefile
 depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
@@ -9,7 +9,7 @@ maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quantumvoid0/better-control"
 distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
-checksum=1c2fc30c2786464ad98abed3b6b28e67c044bea414053ca740916afe55aa2170
+checksum=a66967bed300d81cdfa10a4081fe150a0358185a31a6857a4b3b8043d2210c02
 
 post_install() {
 	rm "${DESTDIR}/usr/bin/betterctl"

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.2
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (15 preceding siblings ...)
  2025-05-02 17:24 ` [PR PATCH] [Updated] " fccapria
@ 2025-05-02 17:25 ` fccapria
  2025-05-11 16:41 ` [PR PATCH] [Updated] New package: better-control-6.11.4 fccapria
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-05-02 17:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From d71277693932f711df1495773075b6cafd82db34 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH] New package: better-control-6.11.4

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..a419f24b1cc0c0
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.4
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=a66967bed300d81cdfa10a4081fe150a0358185a31a6857a4b3b8043d2210c02
+
+post_install() {
+	rm "${DESTDIR}/usr/bin/betterctl"
+}

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.4
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (16 preceding siblings ...)
  2025-05-02 17:25 ` fccapria
@ 2025-05-11 16:41 ` fccapria
  2025-05-11 16:47 ` [PR PATCH] [Updated] New package: better-control-6.11.5 fccapria
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-05-11 16:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.4
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

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

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

From d71277693932f711df1495773075b6cafd82db34 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH 1/2] New package: better-control-6.11.4

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..a419f24b1cc0c0
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.4
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=a66967bed300d81cdfa10a4081fe150a0358185a31a6857a4b3b8043d2210c02
+
+post_install() {
+	rm "${DESTDIR}/usr/bin/betterctl"
+}

From 87c1f274ec87ec485f6e981e98bd7a4b72c04793 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 11 May 2025 18:41:53 +0200
Subject: [PATCH 2/2] update

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
index a419f24b1cc0c0..47df4d674a981d 100644
--- a/srcpkgs/better-control/template
+++ b/srcpkgs/better-control/template
@@ -1,6 +1,6 @@
 # Template file for 'better-control'
 pkgname=better-control
-version=6.11.4
+version=6.11.5
 revision=1
 build_style=gnu-makefile
 depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
@@ -9,7 +9,7 @@ maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quantumvoid0/better-control"
 distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
-checksum=a66967bed300d81cdfa10a4081fe150a0358185a31a6857a4b3b8043d2210c02
+checksum=5b46fcdc15dd5418f1b72ee1f7a62b0000832822f54d93325bd3c094d3d5e3b7
 
 post_install() {
 	rm "${DESTDIR}/usr/bin/betterctl"

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.5
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (17 preceding siblings ...)
  2025-05-11 16:41 ` [PR PATCH] [Updated] New package: better-control-6.11.4 fccapria
@ 2025-05-11 16:47 ` fccapria
  2025-05-11 16:50 ` fccapria
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-05-11 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.5
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - aarch64-musl
  - aarch64

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

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

From 025b8bf8150e54b12bc5ed793f95d31c7b5de3a4 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH 1/2] New package: better-control-6.11.5

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..47df4d674a981d
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.5
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=5b46fcdc15dd5418f1b72ee1f7a62b0000832822f54d93325bd3c094d3d5e3b7
+
+post_install() {
+	rm "${DESTDIR}/usr/bin/betterctl"
+}

From 02fd614b24af6a3dc7c16b509db5cdf91b246e98 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 11 May 2025 18:47:09 +0200
Subject: [PATCH 2/2] asd

---
 srcpkgs/better-control/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
index 47df4d674a981d..64a2aecd6cbb22 100644
--- a/srcpkgs/better-control/template
+++ b/srcpkgs/better-control/template
@@ -12,5 +12,6 @@ distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${v
 checksum=5b46fcdc15dd5418f1b72ee1f7a62b0000832822f54d93325bd3c094d3d5e3b7
 
 post_install() {
-	rm "${DESTDIR}/usr/bin/betterctl"
+	rm "${DESTDIR}/usr/bin/betterctl" echo
 }
+

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

* Re: New package: better-control-6.11.5
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (18 preceding siblings ...)
  2025-05-11 16:47 ` [PR PATCH] [Updated] New package: better-control-6.11.5 fccapria
@ 2025-05-11 16:50 ` fccapria
  2025-05-19  9:27 ` [PR PATCH] [Updated] " fccapria
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-05-11 16:50 UTC (permalink / raw)
  To: ml

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

New comment by fccapria on void-packages repository

https://github.com/void-linux/void-packages/pull/55199#issuecomment-2869993780

Comment:
@tranzystorekk hi! Any news about this pr?

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.5
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (19 preceding siblings ...)
  2025-05-11 16:50 ` fccapria
@ 2025-05-19  9:27 ` fccapria
  2025-05-19  9:29 ` fccapria
  2025-06-01 22:09 ` [PR PATCH] [Merged]: New package: better-control-6.11.7 Duncaen
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-05-19  9:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.5
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - aarch64-musl
  - aarch64

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

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

From 025b8bf8150e54b12bc5ed793f95d31c7b5de3a4 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH 1/2] New package: better-control-6.11.5

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..47df4d674a981d
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.5
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=5b46fcdc15dd5418f1b72ee1f7a62b0000832822f54d93325bd3c094d3d5e3b7
+
+post_install() {
+	rm "${DESTDIR}/usr/bin/betterctl"
+}

From 7b487ffebbd98675b1d1b5870d344d9dddf0d970 Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Mon, 19 May 2025 11:28:21 +0200
Subject: [PATCH 2/2] update

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

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
index 47df4d674a981d..df22099cf2c10f 100644
--- a/srcpkgs/better-control/template
+++ b/srcpkgs/better-control/template
@@ -1,6 +1,6 @@
 # Template file for 'better-control'
 pkgname=better-control
-version=6.11.5
+version=6.11.7
 revision=1
 build_style=gnu-makefile
 depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
@@ -9,7 +9,7 @@ maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quantumvoid0/better-control"
 distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
-checksum=5b46fcdc15dd5418f1b72ee1f7a62b0000832822f54d93325bd3c094d3d5e3b7
+checksum=1cdccd227055802fd822bd7bd885904b66fb58fc524de0daa560276c090e0213
 
 post_install() {
 	rm "${DESTDIR}/usr/bin/betterctl"

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

* Re: [PR PATCH] [Updated] New package: better-control-6.11.5
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (20 preceding siblings ...)
  2025-05-19  9:27 ` [PR PATCH] [Updated] " fccapria
@ 2025-05-19  9:29 ` fccapria
  2025-06-01 22:09 ` [PR PATCH] [Merged]: New package: better-control-6.11.7 Duncaen
  22 siblings, 0 replies; 24+ messages in thread
From: fccapria @ 2025-05-19  9:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fccapria/void-packages bettercontrol-init
https://github.com/void-linux/void-packages/pull/55199

New package: better-control-6.11.5
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - aarch64-musl
  - aarch64

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

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

From 6502baa2378f28ddcf6f2d53dea53b798a414cad Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Sun, 27 Apr 2025 12:34:01 +0200
Subject: [PATCH] New package: better-control-6.11.7

---
 srcpkgs/better-control/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/better-control/template

diff --git a/srcpkgs/better-control/template b/srcpkgs/better-control/template
new file mode 100644
index 00000000000000..df22099cf2c10f
--- /dev/null
+++ b/srcpkgs/better-control/template
@@ -0,0 +1,16 @@
+# Template file for 'better-control'
+pkgname=better-control
+version=6.11.7
+revision=1
+build_style=gnu-makefile
+depends="gtk+3 python3-gobject python3-dbus python3-setproctitle python3-requests python3-qrcode python3-Pillow"
+short_desc="Simple control panel for linux based on the GTK framework"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/quantumvoid0/better-control"
+distfiles="https://github.com/quantumvoid0/better-control/archive/refs/tags/v${version}.tar.gz"
+checksum=1cdccd227055802fd822bd7bd885904b66fb58fc524de0daa560276c090e0213
+
+post_install() {
+	rm "${DESTDIR}/usr/bin/betterctl"
+}

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

* Re: [PR PATCH] [Merged]: New package: better-control-6.11.7
  2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
                   ` (21 preceding siblings ...)
  2025-05-19  9:29 ` fccapria
@ 2025-06-01 22:09 ` Duncaen
  22 siblings, 0 replies; 24+ messages in thread
From: Duncaen @ 2025-06-01 22:09 UTC (permalink / raw)
  To: ml

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

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

New package: better-control-6.11.7
https://github.com/void-linux/void-packages/pull/55199

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

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - aarch64-musl
  - aarch64

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

end of thread, other threads:[~2025-06-01 22:09 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-27 10:37 [PR PATCH] New package: better-control-6.11.1 fccapria
2025-04-27 10:42 ` fccapria
2025-04-27 11:25 ` [PR PATCH] [Updated] " fccapria
2025-04-27 11:26 ` fccapria
2025-04-27 11:27 ` [PR PATCH] [Updated] New package: better-control-6.11.2 fccapria
2025-04-28 13:21 ` biopsin
2025-04-28 21:11 ` xavierfortier1
2025-04-28 21:58 ` fccapria
2025-04-28 22:04 ` fccapria
2025-04-28 22:05 ` fccapria
2025-04-28 22:19 ` xavierfortier1
2025-04-29 13:59 ` [PR PATCH] [Updated] " fccapria
2025-04-29 14:01 ` fccapria
2025-04-29 14:04 ` fccapria
2025-04-29 14:04 ` fccapria
2025-04-29 14:22 ` fccapria
2025-05-02 17:24 ` [PR PATCH] [Updated] " fccapria
2025-05-02 17:25 ` fccapria
2025-05-11 16:41 ` [PR PATCH] [Updated] New package: better-control-6.11.4 fccapria
2025-05-11 16:47 ` [PR PATCH] [Updated] New package: better-control-6.11.5 fccapria
2025-05-11 16:50 ` fccapria
2025-05-19  9:27 ` [PR PATCH] [Updated] " fccapria
2025-05-19  9:29 ` fccapria
2025-06-01 22:09 ` [PR PATCH] [Merged]: New package: better-control-6.11.7 Duncaen

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