Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tlpui: update to 1.5.0-7
@ 2023-05-21  1:04 chrysos349
  2023-05-23 22:11 ` [PR PATCH] [Updated] " chrysos349
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chrysos349 @ 2023-05-21  1:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tlpui
https://github.com/void-linux/void-packages/pull/43980

tlpui: update to 1.5.0-7
#### 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-LIBC)

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

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

From 21b9e02a7a5b497e12bb9579f918e1bc9aa81750 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 21 May 2023 04:01:50 +0300
Subject: [PATCH] tlpui: update to 1.5.0-7

---
 srcpkgs/tlpui/template | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index d4d2aeae5852..eef56aebba50 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,20 +1,26 @@
 # Template file for 'tlpui'
 pkgname=tlpui
-version=1.5.0+5
-revision=3
+version=1.5.0+7
+revision=1
 build_style="python3-module"
 hostmakedepends="python3-setuptools"
-depends="gtk+3 tlp python3-gobject"
+depends="gtk+3 python3-gobject tlp"
 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=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77
-make_check=no #tests fail inside chroot
+distfiles="${homepage}/archive/${pkgname}-${version/+/-}.tar.gz"
+checksum=1d82fe2d52d47c2888d07ba7e70840c06129bbd3f673166c861097cfb8e2ce52
+make_check=no
 
 post_install() {
+	vinstall tlpui.desktop 644 usr/share/applications
 	vmkdir usr/share/icons
 	vcopy tlpui/icons/themeable/hicolor usr/share/icons
-	rm -r "$DESTDIR/$py3_sitelib/tlpui/icons/themeable"
+	# svg icon is used in 'about' dialog
+	for i in 16 32 48 64 96 128 256; do
+		rm -rf $DESTDIR/$py3_sitelib/tlpui/icons/themeable/${i}x${i}
+	done
+	rm -rf $DESTDIR/$py3_sitelib/tlpui/icons/themeable/actions \
+		$DESTDIR/$py3_sitelib/usr
 }

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

* Re: [PR PATCH] [Updated] tlpui: update to 1.5.0-7
  2023-05-21  1:04 [PR PATCH] tlpui: update to 1.5.0-7 chrysos349
@ 2023-05-23 22:11 ` chrysos349
  2023-05-23 22:12 ` chrysos349
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-05-23 22:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tlpui
https://github.com/void-linux/void-packages/pull/43980

tlpui: update to 1.5.0-7
#### 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-LIBC)

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

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

From d4826e2034b58ac5cd82e397be34c5c5c4ac9e0c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 21 May 2023 04:01:50 +0300
Subject: [PATCH] tlpui: update to 1.5.0-7

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index d4d2aeae5852..2dd27931d202 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,7 +1,7 @@
 # Template file for 'tlpui'
 pkgname=tlpui
-version=1.5.0+5
-revision=3
+version=1.5.0+7
+revision=1
 build_style="python3-module"
 hostmakedepends="python3-setuptools"
 depends="gtk+3 tlp python3-gobject"
@@ -10,11 +10,13 @@ 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=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77
-make_check=no #tests fail inside chroot
+checksum=1d82fe2d52d47c2888d07ba7e70840c06129bbd3f673166c861097cfb8e2ce52
+make_check=no
 
 post_install() {
 	vmkdir usr/share/icons
 	vcopy tlpui/icons/themeable/hicolor usr/share/icons
-	rm -r "$DESTDIR/$py3_sitelib/tlpui/icons/themeable"
+	# tlpui.svg is used in 'about' dialog
+	find "$DESTDIR/$py3_sitelib/tlpui/icons/themeable" ! -name 'tlpui.svg' \
+		-type f -exec rm -f {} +
 }

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

* Re: [PR PATCH] [Updated] tlpui: update to 1.5.0-7
  2023-05-21  1:04 [PR PATCH] tlpui: update to 1.5.0-7 chrysos349
  2023-05-23 22:11 ` [PR PATCH] [Updated] " chrysos349
@ 2023-05-23 22:12 ` chrysos349
  2023-05-24 15:23 ` chrysos349
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-05-23 22:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tlpui
https://github.com/void-linux/void-packages/pull/43980

tlpui: update to 1.5.0-7
#### 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-LIBC)

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

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

From a39f327b864ebfad09fece7c86bff2ef3dbfea64 Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 21 May 2023 04:01:50 +0300
Subject: [PATCH] tlpui: update to 1.5.0-7

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index d4d2aeae5852..b9c5daddec77 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,7 +1,7 @@
 # Template file for 'tlpui'
 pkgname=tlpui
-version=1.5.0+5
-revision=3
+version=1.5.0+7
+revision=1
 build_style="python3-module"
 hostmakedepends="python3-setuptools"
 depends="gtk+3 tlp python3-gobject"
@@ -10,11 +10,13 @@ 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=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77
+checksum=1d82fe2d52d47c2888d07ba7e70840c06129bbd3f673166c861097cfb8e2ce52
 make_check=no #tests fail inside chroot
 
 post_install() {
 	vmkdir usr/share/icons
 	vcopy tlpui/icons/themeable/hicolor usr/share/icons
-	rm -r "$DESTDIR/$py3_sitelib/tlpui/icons/themeable"
+	# tlpui.svg is used in 'about' dialog
+	find "$DESTDIR/$py3_sitelib/tlpui/icons/themeable" ! -name 'tlpui.svg' \
+		-type f -exec rm -f {} +
 }

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

* Re: [PR PATCH] [Updated] tlpui: update to 1.5.0-7
  2023-05-21  1:04 [PR PATCH] tlpui: update to 1.5.0-7 chrysos349
  2023-05-23 22:11 ` [PR PATCH] [Updated] " chrysos349
  2023-05-23 22:12 ` chrysos349
@ 2023-05-24 15:23 ` chrysos349
  2023-05-24 15:28 ` chrysos349
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-05-24 15:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/chrysos349/void-packages tlpui
https://github.com/void-linux/void-packages/pull/43980

tlpui: update to 1.5.0-7
#### 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-LIBC)

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

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

From 04c74d991b6461690f71ce9676179f00f873e42c Mon Sep 17 00:00:00 2001
From: chrysos349 <chrysostom349@gmail.com>
Date: Sun, 21 May 2023 04:01:50 +0300
Subject: [PATCH] tlpui: update to 1.5.0-7

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
index d4d2aeae5852..84e1a213d238 100644
--- a/srcpkgs/tlpui/template
+++ b/srcpkgs/tlpui/template
@@ -1,7 +1,7 @@
 # Template file for 'tlpui'
 pkgname=tlpui
-version=1.5.0+5
-revision=3
+version=1.5.0+7
+revision=1
 build_style="python3-module"
 hostmakedepends="python3-setuptools"
 depends="gtk+3 tlp python3-gobject"
@@ -10,11 +10,10 @@ 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=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77
+checksum=1d82fe2d52d47c2888d07ba7e70840c06129bbd3f673166c861097cfb8e2ce52
 make_check=no #tests fail inside chroot
 
 post_install() {
-	vmkdir usr/share/icons
-	vcopy tlpui/icons/themeable/hicolor usr/share/icons
-	rm -r "$DESTDIR/$py3_sitelib/tlpui/icons/themeable"
+	vinstall tlpui/icons/themeable/hicolor/scalable/apps/tlpui.svg 644 \
+		usr/share/icons/hicolor/scalable/apps
 }

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

* Re: tlpui: update to 1.5.0-7
  2023-05-21  1:04 [PR PATCH] tlpui: update to 1.5.0-7 chrysos349
                   ` (2 preceding siblings ...)
  2023-05-24 15:23 ` chrysos349
@ 2023-05-24 15:28 ` chrysos349
  2023-05-24 15:30 ` chrysos349
  2023-06-14 17:36 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-05-24 15:28 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/43980#issuecomment-1561372155

Comment:
One scalable icon is installed in the `/usr/share/icons` dir. Other steps are unnecessary.

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

* Re: tlpui: update to 1.5.0-7
  2023-05-21  1:04 [PR PATCH] tlpui: update to 1.5.0-7 chrysos349
                   ` (3 preceding siblings ...)
  2023-05-24 15:28 ` chrysos349
@ 2023-05-24 15:30 ` chrysos349
  2023-06-14 17:36 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-05-24 15:30 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/43980#issuecomment-1561372155

Comment:
One scalable icon is installed in the `/usr/share/icons` dir. Other steps are unnecessary.

Now there won't be any conflicts (see the check build log) with `geary` having the identical icon in the identical path.

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

* Re: [PR PATCH] [Merged]: tlpui: update to 1.5.0-7
  2023-05-21  1:04 [PR PATCH] tlpui: update to 1.5.0-7 chrysos349
                   ` (4 preceding siblings ...)
  2023-05-24 15:30 ` chrysos349
@ 2023-06-14 17:36 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-06-14 17:36 UTC (permalink / raw)
  To: ml

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

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

tlpui: update to 1.5.0-7
https://github.com/void-linux/void-packages/pull/43980

Description:
#### 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-LIBC)

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

end of thread, other threads:[~2023-06-14 17:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-21  1:04 [PR PATCH] tlpui: update to 1.5.0-7 chrysos349
2023-05-23 22:11 ` [PR PATCH] [Updated] " chrysos349
2023-05-23 22:12 ` chrysos349
2023-05-24 15:23 ` chrysos349
2023-05-24 15:28 ` chrysos349
2023-05-24 15:30 ` chrysos349
2023-06-14 17:36 ` [PR PATCH] [Merged]: " 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).