Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tlpui-1.5.0.5
@ 2022-08-16 18:11 motorto
  2022-08-16 22:14 ` [PR REVIEW] " classabbyamp
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: motorto @ 2022-08-16 18:11 UTC (permalink / raw)
  To: ml

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

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

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

New package: tlpui-1.5.0.5
<!-- 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

There is an already open PR with these package #36982  but the creator of that pr doesn't seem to respond ,,, So opening this since I use the app and want it to be on the main repos. 

make_check=no, since the tests seem to fail on my machine (on chroot `./xbps-src pkg -Q tlpui` with: 

> (setup.py:10388): Gdk-WARNING **: 18:09:04.398: Native Windows wider or taller than 32767 pixels are not supported

And seems to run forever.

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

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

From 81117255d0c83461145f59381327cdad4e133af5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 16 Aug 2022 19:01:47 +0100
Subject: [PATCH] New package: tlpui-1.5.0.5

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
new file mode 100644
index 000000000000..ad108d03f4c6
--- /dev/null
+++ b/srcpkgs/tlpui/template
@@ -0,0 +1,15 @@
+# Template file for 'tlpui'
+pkgname=tlpui
+version=1.5.0.5
+revision=1
+wrksrc="TLPUI-${pkgname}-${version%.*}-${version##*.}"
+build_style="python3-module"
+hostmakedepends="python3-setuptools"
+depends="gtk+3 tlp python3-gobject "
+short_desc="GTK user interface for TLP written in Python"
+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%.*}-${version##*.}.tar.gz"
+checksum=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77
+make_check=no #tests fail inside chroot

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

* Re: [PR REVIEW] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
@ 2022-08-16 22:14 ` classabbyamp
  2022-08-16 22:14 ` classabbyamp
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-08-16 22:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#discussion_r947292229

Comment:
I think it might be easier if we versioned as `1.5.0+5` (or some other non-`.` non-`-` char). then it would be a simple `${version/+/-}`

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

* Re: [PR REVIEW] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
  2022-08-16 22:14 ` [PR REVIEW] " classabbyamp
@ 2022-08-16 22:14 ` classabbyamp
  2022-08-16 22:22 ` [PR PATCH] [Updated] " motorto
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-08-16 22:14 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#discussion_r947289922

Comment:
```suggestion
depends="gtk+3 tlp python3-gobject"
```

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

* Re: [PR PATCH] [Updated] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
  2022-08-16 22:14 ` [PR REVIEW] " classabbyamp
  2022-08-16 22:14 ` classabbyamp
@ 2022-08-16 22:22 ` motorto
  2022-08-16 22:31 ` motorto
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-08-16 22:22 UTC (permalink / raw)
  To: ml

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

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

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

New package: tlpui-1.5.0.5
<!-- 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

There is an already open PR with these package #36982  but the creator of that pr doesn't seem to respond ,,, So opening this since I use the app and want it to be on the main repos. 

make_check=no, since the tests seem to fail on my machine (on chroot `./xbps-src pkg -Q tlpui` with: 

> (setup.py:10388): Gdk-WARNING **: 18:09:04.398: Native Windows wider or taller than 32767 pixels are not supported

And seems to run forever.

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

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

From 6b62fb057dae7cbfd2b3a889ba83b00ad73f20c7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 16 Aug 2022 19:01:47 +0100
Subject: [PATCH] New package: tlpui-1.5.0.5

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
new file mode 100644
index 000000000000..8fb52815c407
--- /dev/null
+++ b/srcpkgs/tlpui/template
@@ -0,0 +1,15 @@
+# Template file for 'tlpui'
+pkgname=tlpui
+version=1.5.0+5
+revision=1
+wrksrc="TLPUI-${pkgname}-${version/+/-}"
+build_style="python3-module"
+hostmakedepends="python3-setuptools"
+depends="gtk+3 tlp python3-gobject"
+short_desc="GTK user interface for TLP written in Python"
+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/+/-}"
+checksum=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77
+make_check=no #tests fail inside chroot

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

* Re: [PR PATCH] [Updated] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (2 preceding siblings ...)
  2022-08-16 22:22 ` [PR PATCH] [Updated] " motorto
@ 2022-08-16 22:31 ` motorto
  2022-09-18 21:10 ` motorto
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-08-16 22:31 UTC (permalink / raw)
  To: ml

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

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

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

New package: tlpui-1.5.0.5
<!-- 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

There is an already open PR with these package #36982  but the creator of that pr doesn't seem to respond ,,, So opening this since I use the app and want it to be on the main repos. 

make_check=no, since the tests seem to fail on my machine (on chroot `./xbps-src pkg -Q tlpui` with: 

> (setup.py:10388): Gdk-WARNING **: 18:09:04.398: Native Windows wider or taller than 32767 pixels are not supported

And seems to run forever.

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

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

From 2917e50ba101ad6ddffbf6529917f455115a6c68 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 16 Aug 2022 19:01:47 +0100
Subject: [PATCH] New package: tlpui-1.5.0.5

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
new file mode 100644
index 000000000000..6ffbb2b41e59
--- /dev/null
+++ b/srcpkgs/tlpui/template
@@ -0,0 +1,15 @@
+# Template file for 'tlpui'
+pkgname=tlpui
+version=1.5.0+5
+revision=1
+wrksrc="TLPUI-${pkgname}-${version/+/-}"
+build_style="python3-module"
+hostmakedepends="python3-setuptools"
+depends="gtk+3 tlp python3-gobject"
+short_desc="GTK user interface for TLP written in Python"
+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

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

* Re: [PR PATCH] [Updated] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (3 preceding siblings ...)
  2022-08-16 22:31 ` motorto
@ 2022-09-18 21:10 ` motorto
  2022-10-12  8:17 ` [PR REVIEW] " classabbyamp
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-09-18 21:10 UTC (permalink / raw)
  To: ml

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

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

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

New package: tlpui-1.5.0.5
<!-- 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

There is an already open PR with these package #36982  but the creator of that pr doesn't seem to respond ,,, So opening this since I use the app and want it to be on the main repos. 

make_check=no, since the tests seem to fail on my machine (on chroot `./xbps-src pkg -Q tlpui` with: 

> (setup.py:10388): Gdk-WARNING **: 18:09:04.398: Native Windows wider or taller than 32767 pixels are not supported

And seems to run forever.

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

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

From 0007729e3067604f927365400f84244b133e221b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 16 Aug 2022 19:01:47 +0100
Subject: [PATCH] New package: tlpui-1.5.0.5

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
new file mode 100644
index 000000000000..6ffbb2b41e59
--- /dev/null
+++ b/srcpkgs/tlpui/template
@@ -0,0 +1,15 @@
+# Template file for 'tlpui'
+pkgname=tlpui
+version=1.5.0+5
+revision=1
+wrksrc="TLPUI-${pkgname}-${version/+/-}"
+build_style="python3-module"
+hostmakedepends="python3-setuptools"
+depends="gtk+3 tlp python3-gobject"
+short_desc="GTK user interface for TLP written in Python"
+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

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

* Re: [PR REVIEW] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (4 preceding siblings ...)
  2022-09-18 21:10 ` motorto
@ 2022-10-12  8:17 ` classabbyamp
  2022-10-12  8:22 ` [PR PATCH] [Updated] " motorto
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-12  8:17 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#discussion_r993139418

Comment:
```suggestion
short_desc="GTK user interface for TLP"
```

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

* Re: [PR PATCH] [Updated] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (5 preceding siblings ...)
  2022-10-12  8:17 ` [PR REVIEW] " classabbyamp
@ 2022-10-12  8:22 ` motorto
  2022-10-12  8:22 ` [PR REVIEW] " motorto
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-10-12  8:22 UTC (permalink / raw)
  To: ml

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

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

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

New package: tlpui-1.5.0.5
<!-- 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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

There is an already open PR with these package #36982  but the creator of that pr doesn't seem to respond ,,, So opening this since I use the app and want it to be on the main repos. 

make_check=no, since the tests seem to fail on my machine (on chroot `./xbps-src pkg -Q tlpui` with: 

> (setup.py:10388): Gdk-WARNING **: 18:09:04.398: Native Windows wider or taller than 32767 pixels are not supported

And seems to run forever.

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

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

From fe694e8a88d2911e5400391db4ee1bcd4c7623eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Tue, 16 Aug 2022 19:01:47 +0100
Subject: [PATCH] New package: tlpui-1.5.0.5

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

diff --git a/srcpkgs/tlpui/template b/srcpkgs/tlpui/template
new file mode 100644
index 000000000000..03dc6c1deeea
--- /dev/null
+++ b/srcpkgs/tlpui/template
@@ -0,0 +1,15 @@
+# Template file for 'tlpui'
+pkgname=tlpui
+version=1.5.0+5
+revision=1
+wrksrc="TLPUI-${pkgname}-${version/+/-}"
+build_style="python3-module"
+hostmakedepends="python3-setuptools"
+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=563794d142acb79d5654aca70af52c5e8da4cf9677e5058d151474d0af47ea77
+make_check=no #tests fail inside chroot

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

* Re: [PR REVIEW] New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (6 preceding siblings ...)
  2022-10-12  8:22 ` [PR PATCH] [Updated] " motorto
@ 2022-10-12  8:22 ` motorto
  2022-10-12  8:24 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-10-12  8:22 UTC (permalink / raw)
  To: ml

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

New review comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#discussion_r993144689

Comment:
Appreciate it ! 

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

* Re: [PR PATCH] [Merged]: New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (7 preceding siblings ...)
  2022-10-12  8:22 ` [PR REVIEW] " motorto
@ 2022-10-12  8:24 ` classabbyamp
  2022-10-12  9:24 ` hervyqa
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-12  8:24 UTC (permalink / raw)
  To: ml

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

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

New package: tlpui-1.5.0.5
https://github.com/void-linux/void-packages/pull/38719

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
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l

There is an already open PR with these package #36982  but the creator of that pr doesn't seem to respond ,,, So opening this since I use the app and want it to be on the main repos. 

make_check=no, since the tests seem to fail on my machine (on chroot `./xbps-src pkg -Q tlpui` with: 

> (setup.py:10388): Gdk-WARNING **: 18:09:04.398: Native Windows wider or taller than 32767 pixels are not supported

And seems to run forever.

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

* Re: New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (8 preceding siblings ...)
  2022-10-12  8:24 ` [PR PATCH] [Merged]: " classabbyamp
@ 2022-10-12  9:24 ` hervyqa
  2022-10-12  9:24 ` hervyqa
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: hervyqa @ 2022-10-12  9:24 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#issuecomment-1275859597

Comment:
as I have said before. `tlpui` blank app icon. i use kde plasma.

![Screenshot_20221012_161944](https://user-images.githubusercontent.com/45872139/195304203-a33e2065-0304-4a25-a047-d5892921050e.png)


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

* Re: New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (9 preceding siblings ...)
  2022-10-12  9:24 ` hervyqa
@ 2022-10-12  9:24 ` hervyqa
  2022-10-12  9:31 ` classabbyamp
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: hervyqa @ 2022-10-12  9:24 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#issuecomment-1275860646

Comment:
cc: @motorto @classabbyamp 

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

* Re: New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (10 preceding siblings ...)
  2022-10-12  9:24 ` hervyqa
@ 2022-10-12  9:31 ` classabbyamp
  2022-10-12  9:40 ` classabbyamp
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-12  9:31 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#issuecomment-1275869354

Comment:
there's no need to ping...

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

* Re: New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (11 preceding siblings ...)
  2022-10-12  9:31 ` classabbyamp
@ 2022-10-12  9:40 ` classabbyamp
  2022-10-12  9:43 ` hervyqa
  2022-10-12 10:49 ` motorto
  14 siblings, 0 replies; 16+ messages in thread
From: classabbyamp @ 2022-10-12  9:40 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#issuecomment-1275881069

Comment:
20ed996af9833340222fff5d9fefb38461e104c9

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

* Re: New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (12 preceding siblings ...)
  2022-10-12  9:40 ` classabbyamp
@ 2022-10-12  9:43 ` hervyqa
  2022-10-12 10:49 ` motorto
  14 siblings, 0 replies; 16+ messages in thread
From: hervyqa @ 2022-10-12  9:43 UTC (permalink / raw)
  To: ml

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

New comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#issuecomment-1275884636

Comment:
awesome. thank youu.. 👍🏻

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

* Re: New package: tlpui-1.5.0.5
  2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
                   ` (13 preceding siblings ...)
  2022-10-12  9:43 ` hervyqa
@ 2022-10-12 10:49 ` motorto
  14 siblings, 0 replies; 16+ messages in thread
From: motorto @ 2022-10-12 10:49 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/38719#issuecomment-1275966632

Comment:
> [20ed996](https://github.com/void-linux/void-packages/commit/20ed996af9833340222fff5d9fefb38461e104c9)

Uh sorry, don't use a desktop env so didn't noticed the lack of desktop icons ...

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

end of thread, other threads:[~2022-10-12 10:49 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 18:11 [PR PATCH] New package: tlpui-1.5.0.5 motorto
2022-08-16 22:14 ` [PR REVIEW] " classabbyamp
2022-08-16 22:14 ` classabbyamp
2022-08-16 22:22 ` [PR PATCH] [Updated] " motorto
2022-08-16 22:31 ` motorto
2022-09-18 21:10 ` motorto
2022-10-12  8:17 ` [PR REVIEW] " classabbyamp
2022-10-12  8:22 ` [PR PATCH] [Updated] " motorto
2022-10-12  8:22 ` [PR REVIEW] " motorto
2022-10-12  8:24 ` [PR PATCH] [Merged]: " classabbyamp
2022-10-12  9:24 ` hervyqa
2022-10-12  9:24 ` hervyqa
2022-10-12  9:31 ` classabbyamp
2022-10-12  9:40 ` classabbyamp
2022-10-12  9:43 ` hervyqa
2022-10-12 10:49 ` motorto

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