pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/dunst



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 10 10:31:30 UTC 2025

Modified Files:
        pkgsrc/x11/dunst: Makefile distinfo

Log Message:
dunst: update to 1.13.0.

## 1.13.0 -- 2025-08-04

### Added
- Add meson build system (#1226, #1224)
- Add `remove_current` action (close and remove from history) (#1491)
- Support xdg-shell as a fallback on Wayland (#1433)
- Add `default_pause_level` settings (#1487, #1484)
- Add an `.editorconfig` file (#1461)
- Add format options (`%c`, `%U`)

### Changed
- Improve Makefile and build flags (#1456, #1457)
- Change the way icons are cached (#1473, #1471)
- Improve deinit and init for Wayland (#1458)
- Rework logging for tests

### Fixed
- When no graphical output is detected, exit qietly (#1466, #1095)
- Fix `dunstctl reload` on Wayland (#1434, #1458)
- Fix a use-after-free (#1486)


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/x11/dunst/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/dunst/distinfo

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

Modified files:

Index: pkgsrc/x11/dunst/Makefile
diff -u pkgsrc/x11/dunst/Makefile:1.46 pkgsrc/x11/dunst/Makefile:1.47
--- pkgsrc/x11/dunst/Makefile:1.46      Thu Apr 24 14:16:08 2025
+++ pkgsrc/x11/dunst/Makefile   Sun Aug 10 10:31:30 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/04/24 14:16:08 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/08/10 10:31:30 wiz Exp $
 
-DISTNAME=      dunst-1.12.2
-PKGREVISION=   2
+DISTNAME=      dunst-1.13.0
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dunst-project/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -28,7 +27,7 @@ REPLACE_BASH+=        test/test-install.sh
 SUBST_CLASSES+=                        fix-paths
 SUBST_STAGE.fix-paths=         pre-configure
 SUBST_MESSAGE.fix-paths=       Fixing absolute paths.
-SUBST_FILES.fix-paths=         dunstrc docs/dunst.1.pod
+SUBST_FILES.fix-paths=         dunstrc
 SUBST_FILES.fix-paths+=                docs/dunst.5.pod
 SUBST_FILES.fix-paths+=                src/icon-lookup.c
 SUBST_FILES.fix-paths+=                src/settings_data.h

Index: pkgsrc/x11/dunst/distinfo
diff -u pkgsrc/x11/dunst/distinfo:1.20 pkgsrc/x11/dunst/distinfo:1.21
--- pkgsrc/x11/dunst/distinfo:1.20      Mon Mar 10 15:39:39 2025
+++ pkgsrc/x11/dunst/distinfo   Sun Aug 10 10:31:30 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2025/03/10 15:39:39 wiz Exp $
+$NetBSD: distinfo,v 1.21 2025/08/10 10:31:30 wiz Exp $
 
-BLAKE2s (dunst-1.12.2.tar.gz) = 8f414bd984bc53581ace4742b72e1e79eedacf0c3c5e934e3e309fbfba166a2b
-SHA512 (dunst-1.12.2.tar.gz) = f4fabcc5e260cf2dbd16eecd29129df24125ff1444d724202b835415242ed92b9857d42b23ad1e03c6cadd98de7b7ebd5ce20a0e41162baf55b15a71cb90b768
-Size (dunst-1.12.2.tar.gz) = 4657260 bytes
+BLAKE2s (dunst-1.13.0.tar.gz) = fc1cd3944533bff9f6aadf5c63178cd8612eb6026c0cf6054f70054ce9509e0d
+SHA512 (dunst-1.13.0.tar.gz) = c869b1314bdfd4125bbf31102a271af12774242ff56eb2d2c0a2900fdb6b495ec0ff9adad111a32d4c52c342f510592cbaaa413b166bd3fe6cf820ae4ff16d01
+Size (dunst-1.13.0.tar.gz) = 4664717 bytes
 SHA1 (patch-Makefile) = e9ff8d9ba075b4f232fe9e0378476bf412b0b503



Home | Main Index | Thread Index | Old Index