Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dunst: update to 1.9.1.
@ 2023-03-14  7:36 biopsin
  2023-04-01  8:49 ` [NOMERGE] " biopsin
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: biopsin @ 2023-03-14  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-2
https://github.com/void-linux/void-packages/pull/42756

dunst: update to 1.9.1.
Add pango-devel to dependency

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl [X]
  - armv7l [X]
  - armv6l-musl



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

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

From d38e538ad6fc68ade05ea2c73219eda2d282241a Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Tue, 14 Mar 2023 08:30:15 +0100
Subject: [PATCH] dunst: update to 1.9.1.

Add pango-devel dependency
---
 srcpkgs/dunst/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index f1f57f153040..953840d9a76c 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.9.0
+version=1.9.1
 revision=1
 build_style=gnu-makefile
 make_check_target=test
@@ -9,7 +9,8 @@ make_build_args="SYSTEMD=0 WAYLAND=$(vopt_if wayland 1 0) SYSCONFDIR=/etc"
 make_install_args="$make_build_args"
 hostmakedepends="perl pkg-config"
 makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-devel
- libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')"
+ libxdg-basedir-devel libnotify-devel $(vopt_if wayland 'wayland-devel wayland-protocols')
+ pango-devel"
 checkdepends="dbus"
 conf_files="/etc/dunst/dunstrc"
 short_desc="Lightweight and customizable notification daemon"
@@ -18,7 +19,7 @@ license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=b7b8d7d6560bb241b1e4d37eba770cdf19b9d5dbfc1d4d47572ad676f3f7c98a
+checksum=571d82d5feef995e69a35e708a400a0cfa12a0f81854c5a3357e17844bf6249a
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [NOMERGE] dunst: update to 1.9.1.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
@ 2023-04-01  8:49 ` biopsin
  2023-04-21  8:49 ` [PR PATCH] [Updated] " biopsin
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-01  8:49 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/42756#issuecomment-1492881374

Comment:
Load issue https://github.com/dunst-project/dunst/issues/1102

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

* Re: [PR PATCH] [Updated] [NOMERGE] dunst: update to 1.9.1.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
  2023-04-01  8:49 ` [NOMERGE] " biopsin
@ 2023-04-21  8:49 ` biopsin
  2023-04-21  8:52 ` dunst: update to 1.9.2 biopsin
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-21  8:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-2
https://github.com/void-linux/void-packages/pull/42756

[NOMERGE] dunst: update to 1.9.1.
Add pango-devel to dependency

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl [X]
  - armv7l [X]
  - armv6l-musl



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

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

From 2ae2a9189b7e6cd718f5740285ed72cd85d37955 Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Tue, 14 Mar 2023 08:30:15 +0100
Subject: [PATCH] dunst: update to 1.9.2.

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

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index f1f57f153040..83facaa6504a 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.9.0
+version=1.9.2
 revision=1
 build_style=gnu-makefile
 make_check_target=test
@@ -18,7 +18,7 @@ license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=b7b8d7d6560bb241b1e4d37eba770cdf19b9d5dbfc1d4d47572ad676f3f7c98a
+checksum=fa6ce45c0af4bae188b0d679a5ba92f8f9b7e4301bb1bb476e82df26bce9e71a
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: dunst: update to 1.9.2.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
  2023-04-01  8:49 ` [NOMERGE] " biopsin
  2023-04-21  8:49 ` [PR PATCH] [Updated] " biopsin
@ 2023-04-21  8:52 ` biopsin
  2023-04-24  9:54 ` [PR PATCH] [Updated] " biopsin
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-21  8:52 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/42756#issuecomment-1492881374

Comment:
Load issue https://github.com/dunst-project/dunst/issues/1102

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

* Re: [PR PATCH] [Updated] dunst: update to 1.9.2.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
                   ` (2 preceding siblings ...)
  2023-04-21  8:52 ` dunst: update to 1.9.2 biopsin
@ 2023-04-24  9:54 ` biopsin
  2023-04-24 19:13 ` biopsin
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-24  9:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-2
https://github.com/void-linux/void-packages/pull/42756

dunst: update to 1.9.2.
<s>Add pango-devel to dependency</s>

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl [X]
  - armv7l [X]
  - armv6l-musl



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

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

From e1068512a6a16968dc80034d21fb7b284ef2b280 Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Tue, 14 Mar 2023 08:30:15 +0100
Subject: [PATCH] dunst: update to 1.9.2.

---
 srcpkgs/dunst/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index f1f57f153040..ab41433cfe4e 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.9.0
+version=1.9.2
 revision=1
 build_style=gnu-makefile
 make_check_target=test
@@ -13,12 +13,12 @@ makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-de
 checkdepends="dbus"
 conf_files="/etc/dunst/dunstrc"
 short_desc="Lightweight and customizable notification daemon"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
 license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=b7b8d7d6560bb241b1e4d37eba770cdf19b9d5dbfc1d4d47572ad676f3f7c98a
+checksum=fa6ce45c0af4bae188b0d679a5ba92f8f9b7e4301bb1bb476e82df26bce9e71a
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: dunst: update to 1.9.2.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
                   ` (3 preceding siblings ...)
  2023-04-24  9:54 ` [PR PATCH] [Updated] " biopsin
@ 2023-04-24 19:13 ` biopsin
  2023-04-26  7:40 ` [PR PATCH] [Updated] " biopsin
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-24 19:13 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/42756#issuecomment-1520695532

Comment:
>Run common/travis/xlint.sh
>Error: e1068512a: authored by noreply email

Im I suppose to do something with it?

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

* Re: [PR PATCH] [Updated] dunst: update to 1.9.2.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
                   ` (4 preceding siblings ...)
  2023-04-24 19:13 ` biopsin
@ 2023-04-26  7:40 ` biopsin
  2023-05-18 17:21 ` mdkcore0
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-04-26  7:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-2
https://github.com/void-linux/void-packages/pull/42756

dunst: update to 1.9.2.
Adopted by Rodrigo Oliveira

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl [X]
  - armv7l [X]
  - armv6l-musl



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

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

From 61378d78fd44857a109280b0aa937dc283ef2da9 Mon Sep 17 00:00:00 2001
From: biopsin <60029989+biopsin@users.noreply.github.com>
Date: Tue, 14 Mar 2023 08:30:15 +0100
Subject: [PATCH] dunst: update to 1.9.2.

---
 srcpkgs/dunst/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index f1f57f153040..ab41433cfe4e 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.9.0
+version=1.9.2
 revision=1
 build_style=gnu-makefile
 make_check_target=test
@@ -13,12 +13,12 @@ makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-de
 checkdepends="dbus"
 conf_files="/etc/dunst/dunstrc"
 short_desc="Lightweight and customizable notification daemon"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
 license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=b7b8d7d6560bb241b1e4d37eba770cdf19b9d5dbfc1d4d47572ad676f3f7c98a
+checksum=fa6ce45c0af4bae188b0d679a5ba92f8f9b7e4301bb1bb476e82df26bce9e71a
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: dunst: update to 1.9.2.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
                   ` (5 preceding siblings ...)
  2023-04-26  7:40 ` [PR PATCH] [Updated] " biopsin
@ 2023-05-18 17:21 ` mdkcore0
  2023-06-05  8:22 ` [PR PATCH] [Updated] " biopsin
  2023-06-23 17:18 ` [PR PATCH] [Merged]: " abenson
  8 siblings, 0 replies; 10+ messages in thread
From: mdkcore0 @ 2023-05-18 17:21 UTC (permalink / raw)
  To: ml

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

New comment by mdkcore0 on void-packages repository

https://github.com/void-linux/void-packages/pull/42756#issuecomment-1553375201

Comment:
> > Run common/travis/xlint.sh
> > Error: [e106851](https://github.com/void-linux/void-packages/commit/e1068512a6a16968dc80034d21fb7b284ef2b280): authored by noreply email
> 
> Im I suppose to do something with it?

*maybe* it's related to the author mail in the commit: `Author: ...@users.noreply.github.com>`

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

* Re: [PR PATCH] [Updated] dunst: update to 1.9.2.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
                   ` (6 preceding siblings ...)
  2023-05-18 17:21 ` mdkcore0
@ 2023-06-05  8:22 ` biopsin
  2023-06-23 17:18 ` [PR PATCH] [Merged]: " abenson
  8 siblings, 0 replies; 10+ messages in thread
From: biopsin @ 2023-06-05  8:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/biopsin/void-packages patch-2
https://github.com/void-linux/void-packages/pull/42756

dunst: update to 1.9.2.
Adopted by Rodrigo Oliveira

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl [X]
  - armv7l [X]
  - armv6l-musl



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

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

From ae3e9d38af5ba3a0b9c1bfe1994851b518f0a85c Mon Sep 17 00:00:00 2001
From: biopsin <biopsin@tuta.io>
Date: Mon, 5 Jun 2023 10:20:46 +0200
Subject: [PATCH] dunst: update to 1.9.2.

---
 srcpkgs/dunst/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index f1f57f153040..ab41433cfe4e 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.9.0
+version=1.9.2
 revision=1
 build_style=gnu-makefile
 make_check_target=test
@@ -13,12 +13,12 @@ makedepends="gdk-pixbuf-devel libXScrnSaver-devel libXinerama-devel libXrandr-de
 checkdepends="dbus"
 conf_files="/etc/dunst/dunstrc"
 short_desc="Lightweight and customizable notification daemon"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
 license="BSD-3-Clause"
 homepage="https://dunst-project.org"
 changelog="https://raw.githubusercontent.com/dunst-project/dunst/master/CHANGELOG.md"
 distfiles="https://github.com/dunst-project/dunst/archive/v${version}.tar.gz"
-checksum=b7b8d7d6560bb241b1e4d37eba770cdf19b9d5dbfc1d4d47572ad676f3f7c98a
+checksum=fa6ce45c0af4bae188b0d679a5ba92f8f9b7e4301bb1bb476e82df26bce9e71a
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Merged]: dunst: update to 1.9.2.
  2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
                   ` (7 preceding siblings ...)
  2023-06-05  8:22 ` [PR PATCH] [Updated] " biopsin
@ 2023-06-23 17:18 ` abenson
  8 siblings, 0 replies; 10+ messages in thread
From: abenson @ 2023-06-23 17:18 UTC (permalink / raw)
  To: ml

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

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

dunst: update to 1.9.2.
https://github.com/void-linux/void-packages/pull/42756

Description:
Adopted by Rodrigo Oliveira

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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, (x86_64-libc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl [X]
  - armv7l [X]
  - armv6l-musl



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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
2023-04-01  8:49 ` [NOMERGE] " biopsin
2023-04-21  8:49 ` [PR PATCH] [Updated] " biopsin
2023-04-21  8:52 ` dunst: update to 1.9.2 biopsin
2023-04-24  9:54 ` [PR PATCH] [Updated] " biopsin
2023-04-24 19:13 ` biopsin
2023-04-26  7:40 ` [PR PATCH] [Updated] " biopsin
2023-05-18 17:21 ` mdkcore0
2023-06-05  8:22 ` [PR PATCH] [Updated] " biopsin
2023-06-23 17:18 ` [PR PATCH] [Merged]: " abenson

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