* [PR PATCH] dunst: update to 1.12.0.
@ 2024-12-07 10:35 reedts
2024-12-09 12:36 ` biopsin
` (16 more replies)
0 siblings, 17 replies; 18+ messages in thread
From: reedts @ 2024-12-07 10:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1051 bytes --]
There is a new pull request by reedts against master on the void-packages repository
https://github.com/reedts/void-packages dunst_v1.12.0
https://github.com/void-linux/void-packages/pull/53392
dunst: update to 1.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53392.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dunst_v1.12.0-53392.patch --]
[-- Type: text/x-diff, Size: 1044 bytes --]
From b01633405839f6a99e21f810c946b6bdbb0b3d8d Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Sat, 7 Dec 2024 11:29:22 +0100
Subject: [PATCH] dunst: update to 1.12.0.
---
srcpkgs/dunst/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index cf07699cdeef54..daee8e6212916b 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
-version=1.11.0
+version=1.12.0
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=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
+checksum=217075fa52ac9cd9b87b6dafb094019c4b07a1572259f7bd2adc4fc31771ed95
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
@ 2024-12-09 12:36 ` biopsin
2024-12-18 12:45 ` bynect
` (15 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: biopsin @ 2024-12-09 12:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 209 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2527811147
Comment:
upstream issue https://github.com/dunst-project/dunst/issues/1404
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
2024-12-09 12:36 ` biopsin
@ 2024-12-18 12:45 ` bynect
2024-12-21 17:35 ` biopsin
` (14 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: bynect @ 2024-12-18 12:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 201 bytes --]
New comment by bynect on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2551233971
Comment:
Hi, which docker file is being used for the build workflow?
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
2024-12-09 12:36 ` biopsin
2024-12-18 12:45 ` bynect
@ 2024-12-21 17:35 ` biopsin
2024-12-21 17:56 ` [PR PATCH] [Updated] " reedts
` (13 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: biopsin @ 2024-12-21 17:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2558182636
Comment:
@reedts would you mind updating to 1.12.1
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (2 preceding siblings ...)
2024-12-21 17:35 ` biopsin
@ 2024-12-21 17:56 ` reedts
2024-12-21 17:56 ` reedts
` (12 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: reedts @ 2024-12-21 17:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]
There is an updated pull request by reedts against master on the void-packages repository
https://github.com/reedts/void-packages dunst_v1.12.0
https://github.com/void-linux/void-packages/pull/53392
dunst: update to 1.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53392.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dunst_v1.12.0-53392.patch --]
[-- Type: text/x-diff, Size: 2106 bytes --]
From 4f650b98a46cae5398e6ca5f0a8d3502f9b54d58 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Sat, 7 Dec 2024 11:29:22 +0100
Subject: [PATCH 1/2] dunst: update to 1.12.0.
---
srcpkgs/dunst/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index cf07699cdeef54..daee8e6212916b 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
-version=1.11.0
+version=1.12.0
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=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
+checksum=217075fa52ac9cd9b87b6dafb094019c4b07a1572259f7bd2adc4fc31771ed95
build_options="wayland"
build_options_default="wayland"
From d91d0ba6c38baad8b3b9c9bd3af2e8efdf1bdb7e Mon Sep 17 00:00:00 2001
From: "j.reedts@gmail.com" <Julian Bigge>
Date: Sat, 21 Dec 2024 18:56:03 +0100
Subject: [PATCH 2/2] dunst: update to 1.12.1.
---
srcpkgs/dunst/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index daee8e6212916b..27246e3a67ece6 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
-version=1.12.0
+version=1.12.1
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=217075fa52ac9cd9b87b6dafb094019c4b07a1572259f7bd2adc4fc31771ed95
+checksum=340b10c38ee519a75b14040f65505d72817857358ce7a6fe23190ab68782f892
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (3 preceding siblings ...)
2024-12-21 17:56 ` [PR PATCH] [Updated] " reedts
@ 2024-12-21 17:56 ` reedts
2024-12-22 17:05 ` biopsin
` (11 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: reedts @ 2024-12-21 17:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 155 bytes --]
New comment by reedts on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2558188166
Comment:
@biopsin Done.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (4 preceding siblings ...)
2024-12-21 17:56 ` reedts
@ 2024-12-22 17:05 ` biopsin
2024-12-23 15:09 ` [PR PATCH] [Updated] " reedts
` (10 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: biopsin @ 2024-12-22 17:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2558520964
Comment:
@reedts Please squash commits and force push.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (5 preceding siblings ...)
2024-12-22 17:05 ` biopsin
@ 2024-12-23 15:09 ` reedts
2024-12-23 15:18 ` reedts
` (9 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: reedts @ 2024-12-23 15:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]
There is an updated pull request by reedts against master on the void-packages repository
https://github.com/reedts/void-packages dunst_v1.12.0
https://github.com/void-linux/void-packages/pull/53392
dunst: update to 1.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53392.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dunst_v1.12.0-53392.patch --]
[-- Type: text/x-diff, Size: 1044 bytes --]
From 8b34f5ef2d4dffe4cf88dd28dc0a3394c561a135 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Sat, 7 Dec 2024 11:29:22 +0100
Subject: [PATCH] dunst: update to 1.12.1.
---
srcpkgs/dunst/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index cf07699cdeef54..27246e3a67ece6 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
-version=1.11.0
+version=1.12.1
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=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
+checksum=340b10c38ee519a75b14040f65505d72817857358ce7a6fe23190ab68782f892
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (6 preceding siblings ...)
2024-12-23 15:09 ` [PR PATCH] [Updated] " reedts
@ 2024-12-23 15:18 ` reedts
2025-01-13 17:17 ` bynect
` (8 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: reedts @ 2024-12-23 15:18 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 166 bytes --]
New comment by reedts on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2559889684
Comment:
@biopsin Done as well ;).
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (7 preceding siblings ...)
2024-12-23 15:18 ` reedts
@ 2025-01-13 17:17 ` bynect
2025-01-14 10:09 ` [PR PATCH] [Updated] " reedts
` (7 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: bynect @ 2025-01-13 17:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
New comment by bynect on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2587715500
Comment:
The ci failure is due to a lack of font. maybe add a virtual font dependency to `checkdepends`
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (8 preceding siblings ...)
2025-01-13 17:17 ` bynect
@ 2025-01-14 10:09 ` reedts
2025-01-14 10:20 ` reedts
` (6 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: reedts @ 2025-01-14 10:09 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]
There is an updated pull request by reedts against master on the void-packages repository
https://github.com/reedts/void-packages dunst_v1.12.0
https://github.com/void-linux/void-packages/pull/53392
dunst: update to 1.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53392.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dunst_v1.12.0-53392.patch --]
[-- Type: text/x-diff, Size: 1519 bytes --]
From f8cdc0c430f31af4ffdbd5fa8b1ec5fb274efad8 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Sat, 7 Dec 2024 11:29:22 +0100
Subject: [PATCH] dunst: update to 1.12.1.
---
srcpkgs/dunst/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index cf07699cdeef54..6612c196a51de0 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
-version=1.11.0
+version=1.12.1
revision=1
build_style=gnu-makefile
make_check_target=test
@@ -10,7 +10,7 @@ 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')"
-checkdepends="dbus"
+checkdepends="dbus dejavu-fonts-ttf"
conf_files="/etc/dunst/dunstrc"
short_desc="Lightweight and customizable notification daemon"
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
@@ -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=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
+checksum=340b10c38ee519a75b14040f65505d72817857358ce7a6fe23190ab68782f892
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (9 preceding siblings ...)
2025-01-14 10:09 ` [PR PATCH] [Updated] " reedts
@ 2025-01-14 10:20 ` reedts
2025-01-14 12:53 ` biopsin
` (5 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: reedts @ 2025-01-14 10:20 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 296 bytes --]
New comment by reedts on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2589530170
Comment:
@bynect: Thank you! Adding a font indeed fixes the ci failures.
@biopsin: Are you fine with this solution? Should we include a specific font in this case?
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (10 preceding siblings ...)
2025-01-14 10:20 ` reedts
@ 2025-01-14 12:53 ` biopsin
2025-01-14 16:41 ` bynect
` (4 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: biopsin @ 2025-01-14 12:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 307 bytes --]
New comment by biopsin on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2589839168
Comment:
@reedts Solution is fine, I dont know of any more basic font to use. Looking thru some other templates and many use cantarell-fonts pkg but to me it does not matter.
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (11 preceding siblings ...)
2025-01-14 12:53 ` biopsin
@ 2025-01-14 16:41 ` bynect
2025-03-07 13:43 ` mdkcore0
` (3 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: bynect @ 2025-01-14 16:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 280 bytes --]
New comment by bynect on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2590504707
Comment:
In gentoo we have virtual/ttf-fonts. I don't know if void has a similar virtual package mechanism. but the change you made seem fine anyway
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (12 preceding siblings ...)
2025-01-14 16:41 ` bynect
@ 2025-03-07 13:43 ` mdkcore0
2025-03-07 13:48 ` [PR PATCH] [Updated] " reedts
` (2 subsequent siblings)
16 siblings, 0 replies; 18+ messages in thread
From: mdkcore0 @ 2025-03-07 13:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
New comment by mdkcore0 on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2706487466
Comment:
@reedts mind updating to 1.12.2?
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Updated] dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (13 preceding siblings ...)
2025-03-07 13:43 ` mdkcore0
@ 2025-03-07 13:48 ` reedts
2025-03-07 17:10 ` mdkcore0
2025-03-07 17:15 ` [PR PATCH] [Merged]: " classabbyamp
16 siblings, 0 replies; 18+ messages in thread
From: reedts @ 2025-03-07 13:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1056 bytes --]
There is an updated pull request by reedts against master on the void-packages repository
https://github.com/reedts/void-packages dunst_v1.12.0
https://github.com/void-linux/void-packages/pull/53392
dunst: update to 1.12.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl
A patch file from https://github.com/void-linux/void-packages/pull/53392.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dunst_v1.12.0-53392.patch --]
[-- Type: text/x-diff, Size: 1519 bytes --]
From 6dcd0d5e3b84c70acc75b76ef0cc4a6beb71a945 Mon Sep 17 00:00:00 2001
From: reedts <j.reedts@gmail.com>
Date: Sat, 7 Dec 2024 11:29:22 +0100
Subject: [PATCH] dunst: update to 1.12.2.
---
srcpkgs/dunst/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index cf07699cdeef54..77b87ef46cdf56 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
# Template file for 'dunst'
pkgname=dunst
-version=1.11.0
+version=1.12.2
revision=1
build_style=gnu-makefile
make_check_target=test
@@ -10,7 +10,7 @@ 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')"
-checkdepends="dbus"
+checkdepends="dbus dejavu-fonts-ttf"
conf_files="/etc/dunst/dunstrc"
short_desc="Lightweight and customizable notification daemon"
maintainer="Rodrigo Oliveira <mdkcore@qtrnn.io>"
@@ -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=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
+checksum=8f7664bd4e6083e9604e282145fe5b8dee7655fa0b099a5b682a2549e1f33d32
build_options="wayland"
build_options_default="wayland"
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (14 preceding siblings ...)
2025-03-07 13:48 ` [PR PATCH] [Updated] " reedts
@ 2025-03-07 17:10 ` mdkcore0
2025-03-07 17:15 ` [PR PATCH] [Merged]: " classabbyamp
16 siblings, 0 replies; 18+ messages in thread
From: mdkcore0 @ 2025-03-07 17:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 156 bytes --]
New comment by mdkcore0 on void-packages repository
https://github.com/void-linux/void-packages/pull/53392#issuecomment-2706978812
Comment:
LGTM, thanks!
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PR PATCH] [Merged]: dunst: update to 1.12.0.
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
` (15 preceding siblings ...)
2025-03-07 17:10 ` mdkcore0
@ 2025-03-07 17:15 ` classabbyamp
16 siblings, 0 replies; 18+ messages in thread
From: classabbyamp @ 2025-03-07 17:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 896 bytes --]
There's a merged pull request on the void-packages repository
dunst: update to 1.12.0.
https://github.com/void-linux/void-packages/pull/53392
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES**
<!-- 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-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-musl
- aarch64
- armv7l
- armv7l-musl
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2025-03-07 17:15 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-07 10:35 [PR PATCH] dunst: update to 1.12.0 reedts
2024-12-09 12:36 ` biopsin
2024-12-18 12:45 ` bynect
2024-12-21 17:35 ` biopsin
2024-12-21 17:56 ` [PR PATCH] [Updated] " reedts
2024-12-21 17:56 ` reedts
2024-12-22 17:05 ` biopsin
2024-12-23 15:09 ` [PR PATCH] [Updated] " reedts
2024-12-23 15:18 ` reedts
2025-01-13 17:17 ` bynect
2025-01-14 10:09 ` [PR PATCH] [Updated] " reedts
2025-01-14 10:20 ` reedts
2025-01-14 12:53 ` biopsin
2025-01-14 16:41 ` bynect
2025-03-07 13:43 ` mdkcore0
2025-03-07 13:48 ` [PR PATCH] [Updated] " reedts
2025-03-07 17:10 ` mdkcore0
2025-03-07 17:15 ` [PR PATCH] [Merged]: " classabbyamp
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).