Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dunst: update to 1.11.0
@ 2024-04-16 15:13 mdkcore0
  2024-04-17 14:07 ` [PR PATCH] [Updated] " mdkcore0
  2024-04-17 14:25 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: mdkcore0 @ 2024-04-16 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-dunst
https://github.com/void-linux/void-packages/pull/49863

dunst: update to 1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**

NOTE: marking as draft right now, as [completions are considered official now](https://github.com/dunst-project/dunst/releases/tag/v1.11.0), and will include on this update

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

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

From fa97c5e0e725bc62fdf0c6f8de1c55118e111cd8 Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 16 Apr 2024 12:05:26 -0300
Subject: [PATCH] dunst: update to 1.11.0

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

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index 7f57902d7def2f..9c061c57da7625 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.10.0
+version=1.11.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=d1fbeba329b3801b931ad804f1fadd96a36be5edf2e49c8e30f081443079759f
+checksum=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
 
 build_options="wayland"
 build_options_default="wayland"

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

* Re: [PR PATCH] [Updated] dunst: update to 1.11.0
  2024-04-16 15:13 [PR PATCH] dunst: update to 1.11.0 mdkcore0
@ 2024-04-17 14:07 ` mdkcore0
  2024-04-17 14:25 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: mdkcore0 @ 2024-04-17 14:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mdkcore0/void-packages update-dunst
https://github.com/void-linux/void-packages/pull/49863

dunst: update to 1.11.0
#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**

NOTE: marking as draft right now, as [completions are considered official now](https://github.com/dunst-project/dunst/releases/tag/v1.11.0), and will include on this update

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

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

From a066010fe7c7d5874c0f75f632778af0d712ee9f Mon Sep 17 00:00:00 2001
From: Rodrigo Oliveira <mdkcore@qtrnn.io>
Date: Tue, 16 Apr 2024 12:05:26 -0300
Subject: [PATCH] dunst: update to 1.11.0

Completions are considered official now [1], and are included in the
post install process.

[1] https://github.com/dunst-project/dunst/releases/tag/v1.11.0
---
 srcpkgs/dunst/template | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/dunst/template b/srcpkgs/dunst/template
index 7f57902d7def2f..cf07699cdeef54 100644
--- a/srcpkgs/dunst/template
+++ b/srcpkgs/dunst/template
@@ -1,6 +1,6 @@
 # Template file for 'dunst'
 pkgname=dunst
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=gnu-makefile
 make_check_target=test
@@ -18,11 +18,18 @@ 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=d1fbeba329b3801b931ad804f1fadd96a36be5edf2e49c8e30f081443079759f
+checksum=31c0eb749ca83dab7f5af33beb951c9f9a8451263fcee6cbcf8ba3dedbf2e1f1
 
 build_options="wayland"
 build_options_default="wayland"
 
 post_install() {
 	vlicense LICENSE
+	vcompletion completions/dunst.bashcomp bash
+	vcompletion completions/dunstctl.bashcomp bash
+	vcompletion completions/dunst.fishcomp fish
+	vcompletion completions/dunstctl.fishcomp fish
+	vcompletion completions/dunstify.fishcomp fish
+	vcompletion completions/_dunst.zshcomp zsh
+	vcompletion completions/_dunstctl.zshcomp zsh
 }

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

* Re: [PR PATCH] [Merged]: dunst: update to 1.11.0
  2024-04-16 15:13 [PR PATCH] dunst: update to 1.11.0 mdkcore0
  2024-04-17 14:07 ` [PR PATCH] [Updated] " mdkcore0
@ 2024-04-17 14:25 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-17 14:25 UTC (permalink / raw)
  To: ml

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

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

dunst: update to 1.11.0
https://github.com/void-linux/void-packages/pull/49863

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

As [completions are considered official](https://github.com/dunst-project/dunst/releases/tag/v1.11.0) now, they are included in the install process.

#### Local build testing
- I built this PR locally for my native architecture: x86_64-libc
- I built this PR locally for these architectures:
  - armv7l (crossbuild)

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

end of thread, other threads:[~2024-04-17 14:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-16 15:13 [PR PATCH] dunst: update to 1.11.0 mdkcore0
2024-04-17 14:07 ` [PR PATCH] [Updated] " mdkcore0
2024-04-17 14:25 ` [PR PATCH] [Merged]: " cinerea0

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