Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xfce4-panel: enable StatusNotifier support.
@ 2022-01-02 23:08 basploeger
  2022-01-02 23:24 ` [PR PATCH] [Updated] " basploeger
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: basploeger @ 2022-01-02 23:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/basploeger/void-packages xfcepanel-sni
https://github.com/void-linux/void-packages/pull/34818

xfce4-panel: enable StatusNotifier support.
The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399

Also remove an unrecognized configure flag (--enable-gtk3).

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From a0c68ea3757c29462df5d6474d51d21c9c562df4 Mon Sep 17 00:00:00 2001
From: Bas Ploeger <5904333+basploeger@users.noreply.github.com>
Date: Sun, 2 Jan 2022 23:40:29 +0100
Subject: [PATCH] xfce4-panel: enable StatusNotifier support.

The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399

Also remove an unrecognized configure flag (--enable-gtk3).
---
 srcpkgs/xfce4-panel/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index a02e9bc24830..0383b4f9b55b 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,13 +1,13 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
 version=4.16.3
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--with-locales-dir=/usr/share/locale
- --disable-static --enable-gio-unix --enable-gtk3"
+ --disable-static --enable-gio-unix"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
-makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel"
+makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel libdbusmenu-gtk3-devel"
 short_desc="Next generation panel for the XFCE desktop environment"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
@ 2022-01-02 23:24 ` basploeger
  2022-01-02 23:26 ` basploeger
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: basploeger @ 2022-01-02 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/basploeger/void-packages xfcepanel-sni
https://github.com/void-linux/void-packages/pull/34818

xfce4-panel: enable StatusNotifier support.
The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399

Also remove an unrecognized configure flag (--enable-gtk3).

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 20f6ee8225bc4d373d588811d44a56cc0c9b1474 Mon Sep 17 00:00:00 2001
From: Bas Ploeger <5904333+basploeger@users.noreply.github.com>
Date: Sun, 2 Jan 2022 23:40:29 +0100
Subject: [PATCH] xfce4-panel: enable StatusNotifier support.

The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399
---
 srcpkgs/xfce4-panel/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index a02e9bc24830..0383b4f9b55b 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,13 +1,13 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
 version=4.16.3
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--with-locales-dir=/usr/share/locale
- --disable-static --enable-gio-unix --enable-gtk3"
+ --disable-static --enable-gio-unix"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
-makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel"
+makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel libdbusmenu-gtk3-devel"
 short_desc="Next generation panel for the XFCE desktop environment"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Updated] xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
  2022-01-02 23:24 ` [PR PATCH] [Updated] " basploeger
@ 2022-01-02 23:26 ` basploeger
  2022-01-12 19:55 ` [PR REVIEW] " paper42
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: basploeger @ 2022-01-02 23:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/basploeger/void-packages xfcepanel-sni
https://github.com/void-linux/void-packages/pull/34818

xfce4-panel: enable StatusNotifier support.
The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399

Also remove an unrecognized configure flag (--enable-gtk3).

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From 28769d3e26cc0e79a2889f0fe607aa83b64e31ff Mon Sep 17 00:00:00 2001
From: Bas Ploeger <5904333+basploeger@users.noreply.github.com>
Date: Sun, 2 Jan 2022 23:40:29 +0100
Subject: [PATCH] xfce4-panel: enable StatusNotifier support.

The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399
---
 srcpkgs/xfce4-panel/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index a02e9bc24830..4235ced0d78b 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,13 +1,13 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
 version=4.16.3
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--with-locales-dir=/usr/share/locale
  --disable-static --enable-gio-unix --enable-gtk3"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
-makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel"
+makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel libdbusmenu-gtk3-devel"
 short_desc="Next generation panel for the XFCE desktop environment"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR REVIEW] xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
  2022-01-02 23:24 ` [PR PATCH] [Updated] " basploeger
  2022-01-02 23:26 ` basploeger
@ 2022-01-12 19:55 ` paper42
  2022-01-12 19:59 ` [PR PATCH] [Updated] " basploeger
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-01-12 19:55 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/34818#discussion_r783399917

Comment:
please wrap this at 80 columns

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

* Re: [PR PATCH] [Updated] xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
                   ` (2 preceding siblings ...)
  2022-01-12 19:55 ` [PR REVIEW] " paper42
@ 2022-01-12 19:59 ` basploeger
  2022-01-12 20:01 ` [PR REVIEW] " basploeger
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: basploeger @ 2022-01-12 19:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/basploeger/void-packages xfcepanel-sni
https://github.com/void-linux/void-packages/pull/34818

xfce4-panel: enable StatusNotifier support.
The Status Tray plugin then works properly for applications using the
StatusNotifier API. 

Fixes J-Lentz/iwgtk#21

Further background: https://forum.xfce.org/viewtopic.php?pid=65399#p65399

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From f9d12e8c85f429302c5c50e97a7c486ce3209384 Mon Sep 17 00:00:00 2001
From: Bas Ploeger <5904333+basploeger@users.noreply.github.com>
Date: Sun, 2 Jan 2022 23:40:29 +0100
Subject: [PATCH] xfce4-panel: enable StatusNotifier support.

The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399
---
 srcpkgs/xfce4-panel/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index a02e9bc24830..210113d3d67d 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,13 +1,14 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
 version=4.16.3
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--with-locales-dir=/usr/share/locale
  --disable-static --enable-gio-unix --enable-gtk3"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
-makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel"
+makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel
+ libdbusmenu-gtk3-devel"
 short_desc="Next generation panel for the XFCE desktop environment"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR REVIEW] xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
                   ` (3 preceding siblings ...)
  2022-01-12 19:59 ` [PR PATCH] [Updated] " basploeger
@ 2022-01-12 20:01 ` basploeger
  2022-01-12 20:06 ` [PR PATCH] [Updated] " basploeger
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: basploeger @ 2022-01-12 20:01 UTC (permalink / raw)
  To: ml

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

New review comment by basploeger on void-packages repository

https://github.com/void-linux/void-packages/pull/34818#discussion_r783403860

Comment:
Done

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

* Re: [PR PATCH] [Updated] xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
                   ` (4 preceding siblings ...)
  2022-01-12 20:01 ` [PR REVIEW] " basploeger
@ 2022-01-12 20:06 ` basploeger
  2022-01-12 20:15 ` basploeger
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: basploeger @ 2022-01-12 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/basploeger/void-packages xfcepanel-sni
https://github.com/void-linux/void-packages/pull/34818

xfce4-panel: enable StatusNotifier support.
The Status Tray plugin then works properly for applications using the
StatusNotifier API. 

Fixes J-Lentz/iwgtk#21

Further background: https://forum.xfce.org/viewtopic.php?pid=65399#p65399

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From d2030367207409fe09f1b19948be074b46b1e0c4 Mon Sep 17 00:00:00 2001
From: Bas Ploeger <5904333+basploeger@users.noreply.github.com>
Date: Sun, 2 Jan 2022 23:40:29 +0100
Subject: [PATCH] xfce4-panel: enable StatusNotifier support.

The Status Tray plugin then works properly for applications using the
StatusNotifier API. Context:
- https://github.com/J-Lentz/iwgtk/issues/21
- https://forum.xfce.org/viewtopic.php?pid=65399#p65399
---
 srcpkgs/xfce4-panel/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/xfce4-panel/template b/srcpkgs/xfce4-panel/template
index a02e9bc24830..210113d3d67d 100644
--- a/srcpkgs/xfce4-panel/template
+++ b/srcpkgs/xfce4-panel/template
@@ -1,13 +1,14 @@
 # Template file for 'xfce4-panel'
 pkgname=xfce4-panel
 version=4.16.3
-revision=1
+revision=2
 build_style=gnu-configure
 build_helper="gir"
 configure_args="--with-locales-dir=/usr/share/locale
  --disable-static --enable-gio-unix --enable-gtk3"
 hostmakedepends="xfce4-dev-tools pkg-config intltool gettext-devel glib-devel"
-makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel"
+makedepends="libwnck-devel libxfce4ui-devel xfconf-devel garcon-devel exo-devel
+ libdbusmenu-gtk3-devel"
 short_desc="Next generation panel for the XFCE desktop environment"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"

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

* Re: xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
                   ` (5 preceding siblings ...)
  2022-01-12 20:06 ` [PR PATCH] [Updated] " basploeger
@ 2022-01-12 20:15 ` basploeger
  2022-01-12 20:32 ` basploeger
  2022-01-14 12:20 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: basploeger @ 2022-01-12 20:15 UTC (permalink / raw)
  To: ml

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

New comment by basploeger on void-packages repository

https://github.com/void-linux/void-packages/pull/34818#issuecomment-1011414429

Comment:
Sync'ed to head.

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

* Re: xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
                   ` (6 preceding siblings ...)
  2022-01-12 20:15 ` basploeger
@ 2022-01-12 20:32 ` basploeger
  2022-01-14 12:20 ` [PR PATCH] [Merged]: " paper42
  8 siblings, 0 replies; 10+ messages in thread
From: basploeger @ 2022-01-12 20:32 UTC (permalink / raw)
  To: ml

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

New comment by basploeger on void-packages repository

https://github.com/void-linux/void-packages/pull/34818#issuecomment-1011427534

Comment:
Errors seem unrelated:

`ERROR: [trans] failed to download 'python3-Pygments-2.11.2_1' signature from 'http://repo-us.voidlinux.org/current/musl': Not Found`

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

* Re: [PR PATCH] [Merged]: xfce4-panel: enable StatusNotifier support.
  2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
                   ` (7 preceding siblings ...)
  2022-01-12 20:32 ` basploeger
@ 2022-01-14 12:20 ` paper42
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2022-01-14 12:20 UTC (permalink / raw)
  To: ml

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

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

xfce4-panel: enable StatusNotifier support.
https://github.com/void-linux/void-packages/pull/34818

Description:
The Status Tray plugin then works properly for applications using the
StatusNotifier API. 

Fixes J-Lentz/iwgtk#21

Further background: https://forum.xfce.org/viewtopic.php?pid=65399#p65399

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)


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

end of thread, other threads:[~2022-01-14 12:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-02 23:08 [PR PATCH] xfce4-panel: enable StatusNotifier support basploeger
2022-01-02 23:24 ` [PR PATCH] [Updated] " basploeger
2022-01-02 23:26 ` basploeger
2022-01-12 19:55 ` [PR REVIEW] " paper42
2022-01-12 19:59 ` [PR PATCH] [Updated] " basploeger
2022-01-12 20:01 ` [PR REVIEW] " basploeger
2022-01-12 20:06 ` [PR PATCH] [Updated] " basploeger
2022-01-12 20:15 ` basploeger
2022-01-12 20:32 ` basploeger
2022-01-14 12:20 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).