Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dunst: update to 1.9.2.
@ 2023-05-10 18:11 lukas-jo
  2023-05-11  6:46 ` biopsin
  2023-05-11  9:33 ` [PR PATCH] [Closed]: " lukas-jo
  0 siblings, 2 replies; 6+ messages in thread
From: lukas-jo @ 2023-05-10 18:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lukas-jo/void-packages dunst
https://github.com/void-linux/void-packages/pull/43836

dunst: update to 1.9.2.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl


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

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

From 01817010d877033c36234cfcc9852a2fd9416e10 Mon Sep 17 00:00:00 2001
From: lukas-jo <lukas.jordan@pm.me>
Date: Wed, 10 May 2023 20:08:47 +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..48d7bd18c34d 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
@@ -17,8 +17,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 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
+distfiles="https://github.com/dunst-project/dunst/archive/refs/tags/v${version}.tar.gz"
+checksum=fa6ce45c0af4bae188b0d679a5ba92f8f9b7e4301bb1bb476e82df26bce9e71a
 
 build_options="wayland"
 build_options_default="wayland"

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PR PATCH] dunst: update to 1.9.1.
@ 2023-03-14  7:36 biopsin
  2023-04-21  8:52 ` dunst: update to 1.9.2 biopsin
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10 18:11 [PR PATCH] dunst: update to 1.9.2 lukas-jo
2023-05-11  6:46 ` biopsin
2023-05-11  9:33 ` [PR PATCH] [Closed]: " lukas-jo
  -- strict thread matches above, loose matches on Subject: below --
2023-03-14  7:36 [PR PATCH] dunst: update to 1.9.1 biopsin
2023-04-21  8:52 ` dunst: update to 1.9.2 biopsin
2023-04-24 19:13 ` biopsin
2023-05-18 17:21 ` mdkcore0

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