Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tlpui: update to 1.6.4.
@ 2024-02-25 17:16 motorto
  2024-02-25 17:56 ` [PR PATCH] [Updated] " motorto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: motorto @ 2024-02-25 17:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages tlpui-1.6.4
https://github.com/void-linux/void-packages/pull/48935

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

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


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 1f4e984f7431a9db29e4502b1826a897b70196e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 25 Feb 2024 17:15:32 +0000
Subject: [PATCH] tlpui: update to 1.6.4.

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index b860d57069ddce..56824ee593b01d 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,6 +1,6 @@
 # Template file for 'tlpui'
 pkgname=tlpui
-version=1.6.1
+version=1.6.4
 revision=1
 build_style="python3-module"
 hostmakedepends="python3-setuptools"
@@ -10,7 +10,7 @@ maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/d4nj1/TLPUI"
 distfiles="https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-${version/+/-}.tar.gz"
-checksum=7889e08b52d93a3a96692b5fe0564e3d6da0a721072a673c0981fd3670c0d2fe
+checksum=6ad6fb4bee0a18b1c113f5eb3fb10d09c4249a8df323927af24d54e8d0e1325f
 make_check=no #tests fail inside chroot
 
 post_install() {

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

* Re: [PR PATCH] [Updated] tlpui: update to 1.6.4.
  2024-02-25 17:16 [PR PATCH] tlpui: update to 1.6.4 motorto
@ 2024-02-25 17:56 ` motorto
  2024-02-25 17:59 ` motorto
  2024-02-29 20:58 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2024-02-25 17:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages tlpui-1.6.4
https://github.com/void-linux/void-packages/pull/48935

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

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


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From c88ad0e28755be042bbf7e0b872db77dcdea7602 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 25 Feb 2024 17:15:32 +0000
Subject: [PATCH] tlpui: update to 1.6.4.

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index b860d57069ddc..39256cc61c96d 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,16 +1,16 @@
 # Template file for 'tlpui'
 pkgname=tlpui
-version=1.6.1
+version=1.6.4
 revision=1
-build_style="python3-module"
-hostmakedepends="python3-setuptools"
+build_style="python3-pep517"
+hostmakedepends="python3-poetry-core"
 depends="gtk+3 tlp python3-gobject"
 short_desc="GTK user interface for TLP"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/d4nj1/TLPUI"
 distfiles="https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-${version/+/-}.tar.gz"
-checksum=7889e08b52d93a3a96692b5fe0564e3d6da0a721072a673c0981fd3670c0d2fe
+checksum=6ad6fb4bee0a18b1c113f5eb3fb10d09c4249a8df323927af24d54e8d0e1325f
 make_check=no #tests fail inside chroot
 
 post_install() {

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

* Re: [PR PATCH] [Updated] tlpui: update to 1.6.4.
  2024-02-25 17:16 [PR PATCH] tlpui: update to 1.6.4 motorto
  2024-02-25 17:56 ` [PR PATCH] [Updated] " motorto
@ 2024-02-25 17:59 ` motorto
  2024-02-29 20:58 ` [PR PATCH] [Merged]: " cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2024-02-25 17:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages tlpui-1.6.4
https://github.com/void-linux/void-packages/pull/48935

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

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


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

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

From 3fc204d1af1a2662e2fa6e29c6413e4a2bbb2ae4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 25 Feb 2024 17:15:32 +0000
Subject: [PATCH] tlpui: update to 1.6.4.

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index b860d57069ddce..cf24c24db6f578 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,16 +1,16 @@
 # Template file for 'tlpui'
 pkgname=tlpui
-version=1.6.1
+version=1.6.4
 revision=1
-build_style="python3-module"
-hostmakedepends="python3-setuptools"
-depends="gtk+3 tlp python3-gobject"
+build_style="python3-pep517"
+hostmakedepends="python3-poetry-core"
+depends="gtk+3 tlp python3-gobject python3-yaml"
 short_desc="GTK user interface for TLP"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/d4nj1/TLPUI"
 distfiles="https://github.com/d4nj1/TLPUI/archive/refs/tags/tlpui-${version/+/-}.tar.gz"
-checksum=7889e08b52d93a3a96692b5fe0564e3d6da0a721072a673c0981fd3670c0d2fe
+checksum=6ad6fb4bee0a18b1c113f5eb3fb10d09c4249a8df323927af24d54e8d0e1325f
 make_check=no #tests fail inside chroot
 
 post_install() {

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

* Re: [PR PATCH] [Merged]: tlpui: update to 1.6.4.
  2024-02-25 17:16 [PR PATCH] tlpui: update to 1.6.4 motorto
  2024-02-25 17:56 ` [PR PATCH] [Updated] " motorto
  2024-02-25 17:59 ` motorto
@ 2024-02-29 20:58 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-02-29 20:58 UTC (permalink / raw)
  To: ml

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

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

tlpui: update to 1.6.4.
https://github.com/void-linux/void-packages/pull/48935

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

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


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

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

end of thread, other threads:[~2024-02-29 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-25 17:16 [PR PATCH] tlpui: update to 1.6.4 motorto
2024-02-25 17:56 ` [PR PATCH] [Updated] " motorto
2024-02-25 17:59 ` motorto
2024-02-29 20:58 ` [PR PATCH] [Merged]: " cinerea0

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