pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

dunst-git: add patch comments, add missed patch to distinfo



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Wed Feb 21 14:32:58 2024 +0100
Changeset:	e9f3c9b6d91bb8a8ef28bda8f0b066f0a0183995

Modified Files:
	dunst-git/distinfo
	dunst-git/patches/patch-Makefile
	dunst-git/patches/patch-src_input.c
	dunst-git/patches/patch-src_x11_x.c
	dunst-git/patches/patch-test_utils.c

Log Message:
dunst-git: add patch comments, add missed patch to distinfo

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e9f3c9b6d91bb8a8ef28bda8f0b066f0a0183995

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dunst-git/distinfo                   | 7 ++++---
 dunst-git/patches/patch-Makefile     | 2 ++
 dunst-git/patches/patch-src_input.c  | 1 +
 dunst-git/patches/patch-src_x11_x.c  | 1 +
 dunst-git/patches/patch-test_utils.c | 3 +++
 5 files changed, 11 insertions(+), 3 deletions(-)

diffs:
diff --git a/dunst-git/distinfo b/dunst-git/distinfo
index a71779c382..6efc245217 100644
--- a/dunst-git/distinfo
+++ b/dunst-git/distinfo
@@ -3,6 +3,7 @@ $NetBSD: distinfo,v 1.13 2023/04/24 08:29:25 wiz Exp $
 BLAKE2s (dunst-1.9.2.tar.gz) = bd64bbe477f2f40170133ec3658e8b8b43cbc509bf3e2b0ad8fceaac41cb0097
 SHA512 (dunst-1.9.2.tar.gz) = fab14212dc41e8deed97320c18b88e0be576f0404406691dcedb9620a1382dfdfc501e4ff2005b1ce8b4a61b52f1a9cf161f20a1eae15aa2382f3fedc99a2dbc
 Size (dunst-1.9.2.tar.gz) = 4614703 bytes
-SHA1 (patch-Makefile) = 0b7f5e4526e4021ac142d9e481c51403654b2419
-SHA1 (patch-src_input.c) = 5f5da708c7419c1fa94da9c3cc82b90c8abe8e3f
-SHA1 (patch-src_x11_x.c) = e3f7ce8e0522c258154f9be8e19221536e039c8b
+SHA1 (patch-Makefile) = ff0e15d51beab47f4dd60d10f9d811a8b9b7210d
+SHA1 (patch-src_input.c) = dbc9294cccb37048972ac7c0d01bbe65362a9111
+SHA1 (patch-src_x11_x.c) = 94a4b65bde1a0e4325a0fe76939b4ce4112f2a58
+SHA1 (patch-test_utils.c) = d423c680d3615dd6043700fb78627ea3602555a8
diff --git a/dunst-git/patches/patch-Makefile b/dunst-git/patches/patch-Makefile
index a2241b5751..bb207c9871 100644
--- a/dunst-git/patches/patch-Makefile
+++ b/dunst-git/patches/patch-Makefile
@@ -1,7 +1,9 @@
 $NetBSD: patch-Makefile,v 1.8 2023/04/24 08:29:26 wiz Exp $
 
 Use BSD_INSTALL.
+
 Fix find(1) usage on non-GNU systems.
+https://github.com/dunst-project/dunst/pull/1288
 
 --- Makefile.orig	2024-02-21 12:45:52.000000000 +0000
 +++ Makefile
diff --git a/dunst-git/patches/patch-src_input.c b/dunst-git/patches/patch-src_input.c
index 93a520365b..6249c209e8 100644
--- a/dunst-git/patches/patch-src_input.c
+++ b/dunst-git/patches/patch-src_input.c
@@ -1,6 +1,7 @@
 $NetBSD: patch-src_input.c,v 1.1 2023/01/09 18:44:17 vins Exp $
 
 Allow building on systems without evdev.
+https://github.com/dunst-project/dunst/pull/1288
 
 --- src/input.c.orig	2022-06-27 12:43:39.000000000 +0000
 +++ src/input.c
diff --git a/dunst-git/patches/patch-src_x11_x.c b/dunst-git/patches/patch-src_x11_x.c
index 9c3fb81143..5160e19d02 100644
--- a/dunst-git/patches/patch-src_x11_x.c
+++ b/dunst-git/patches/patch-src_x11_x.c
@@ -1,6 +1,7 @@
 $NetBSD: patch-src_x11_x.c,v 1.1 2023/01/09 18:44:17 vins Exp $
 
 Allow building on systems without evdev.
+https://github.com/dunst-project/dunst/pull/1288
 
 --- src/x11/x.c.orig	2022-06-27 12:43:39.000000000 +0000
 +++ src/x11/x.c
diff --git a/dunst-git/patches/patch-test_utils.c b/dunst-git/patches/patch-test_utils.c
index acfddc1f9a..5cedee1e44 100644
--- a/dunst-git/patches/patch-test_utils.c
+++ b/dunst-git/patches/patch-test_utils.c
@@ -1,5 +1,8 @@
 $NetBSD$
 
+Only use Linux-only header on Linux.
+https://github.com/dunst-project/dunst/pull/1288
+
 --- test/utils.c.orig	2024-02-21 12:52:50.623620603 +0000
 +++ test/utils.c
 @@ -1,4 +1,6 @@


Home | Main Index | Thread Index | Old Index