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:           Thu Dec 26 11:04:35 UTC 2024

Modified Files:
        pkgsrc/x11/dunst: Makefile PLIST distinfo
        pkgsrc/x11/dunst/patches: patch-Makefile

Log Message:
dunst: update to 1.12.1.

## 1.12.1 -- 2024-12-17

### Changed
- Improve man pages and add `dunstify(1)`
- Accept old `height` syntax again (with notice) (#1412)
- Add `history-clear` and `history-rm` zsh completions (#1418)

### Fixed
- Memory corruption when reloading (#1413)
- Fix height calculation regression (#1411)
- Handle correctly file uri icons (#1409)
- Fix typos in docs (#1415)


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/dunst/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/dunst/PLIST
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/dunst/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/dunst/patches/patch-Makefile

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.41 pkgsrc/x11/dunst/Makefile:1.42
--- pkgsrc/x11/dunst/Makefile:1.41      Fri Dec  6 21:28:44 2024
+++ pkgsrc/x11/dunst/Makefile   Thu Dec 26 11:04:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2024/12/06 21:28:44 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/12/26 11:04:35 wiz Exp $
 
-DISTNAME=      dunst-1.12.0
+DISTNAME=      dunst-1.12.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=dunst-project/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/x11/dunst/PLIST
diff -u pkgsrc/x11/dunst/PLIST:1.5 pkgsrc/x11/dunst/PLIST:1.6
--- pkgsrc/x11/dunst/PLIST:1.5  Fri Dec  6 21:28:44 2024
+++ pkgsrc/x11/dunst/PLIST      Thu Dec 26 11:04:35 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2024/12/06 21:28:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/12/26 11:04:35 wiz Exp $
 bin/dunst
 bin/dunstctl
 bin/dunstify
 man/man1/dunst.1
 man/man1/dunstctl.1
+man/man1/dunstify.1
 man/man5/dunst.5
 share/bash-completion/completions/dunst
 share/bash-completion/completions/dunstctl

Index: pkgsrc/x11/dunst/distinfo
diff -u pkgsrc/x11/dunst/distinfo:1.18 pkgsrc/x11/dunst/distinfo:1.19
--- pkgsrc/x11/dunst/distinfo:1.18      Fri Dec  6 21:28:44 2024
+++ pkgsrc/x11/dunst/distinfo   Thu Dec 26 11:04:35 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2024/12/06 21:28:44 wiz Exp $
+$NetBSD: distinfo,v 1.19 2024/12/26 11:04:35 wiz Exp $
 
-BLAKE2s (dunst-1.12.0.tar.gz) = 38f4f36d7603f68e16be427344624196fb54073fd4af8630993b9cb3396f403b
-SHA512 (dunst-1.12.0.tar.gz) = c969d1bc669cd4b56ebb24ac5ad915aea2776746caf06a941630faff662ed08a05d4652946102428d66e5a89c9144e5d0bfcf7113f8fba3e7c28f0777b490052
-Size (dunst-1.12.0.tar.gz) = 4653739 bytes
-SHA1 (patch-Makefile) = b1030dad8fd5be893f468e8d5407764de9b27394
+BLAKE2s (dunst-1.12.1.tar.gz) = 626c68a0f0fd12d293af2232820c597ada5c55cf374d07c6d2789389943d51f2
+SHA512 (dunst-1.12.1.tar.gz) = 0b4ef72bde6bd4b535f11b58d8bf463df3b9b06d5e2ff40e327eb25f13771eb52c7f7aa91590c6d1228ecb3bc2105510409b6984dd45b5e747c1141f3b79b46c
+Size (dunst-1.12.1.tar.gz) = 4654978 bytes
+SHA1 (patch-Makefile) = e9ff8d9ba075b4f232fe9e0378476bf412b0b503

Index: pkgsrc/x11/dunst/patches/patch-Makefile
diff -u pkgsrc/x11/dunst/patches/patch-Makefile:1.13 pkgsrc/x11/dunst/patches/patch-Makefile:1.14
--- pkgsrc/x11/dunst/patches/patch-Makefile:1.13        Fri Dec  6 21:28:44 2024
+++ pkgsrc/x11/dunst/patches/patch-Makefile     Thu Dec 26 11:04:35 2024
@@ -1,11 +1,11 @@
-$NetBSD: patch-Makefile,v 1.13 2024/12/06 21:28:44 wiz Exp $
+$NetBSD: patch-Makefile,v 1.14 2024/12/26 11:04:35 wiz Exp $
 
 Use more portable find options.
 Use BSD_INSTALL.
 
---- Makefile.orig      2024-11-30 15:19:00.000000000 +0000
+--- Makefile.orig      2024-12-17 12:22:07.000000000 +0000
 +++ Makefile
-@@ -220,22 +220,22 @@ clean-wayland-protocols:
+@@ -223,44 +223,44 @@ clean-wayland-protocols:
  install: install-dunst install-dunstctl install-dunstrc install-service
  
  install-dunst: dunst doc
@@ -13,10 +13,12 @@ Use BSD_INSTALL.
 -      install -Dm644 docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
 -      install -Dm644 docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
 -      install -Dm644 docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
+-      install -Dm644 docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
 +      ${BSD_INSTALL_PROGRAM} dunst ${DESTDIR}${BINDIR}/dunst
 +      ${BSD_INSTALL_DATA} docs/dunst.1 ${DESTDIR}${MANPREFIX}/man1/dunst.1
 +      ${BSD_INSTALL_DATA} docs/dunst.5 ${DESTDIR}${MANPREFIX}/man5/dunst.5
 +      ${BSD_INSTALL_DATA} docs/dunstctl.1 ${DESTDIR}${MANPREFIX}/man1/dunstctl.1
++      ${BSD_INSTALL_DATA} docs/dunstify.1 ${DESTDIR}${MANPREFIX}/man1/dunstify.1
  
  install-dunstctl: dunstctl
 -      install -Dm755 dunstctl ${DESTDIR}${BINDIR}/dunstctl
@@ -35,7 +37,10 @@ Use BSD_INSTALL.
  ifneq (0,${SYSTEMD})
  install-service: install-service-systemd
  install-service-systemd: service-systemd
-@@ -245,18 +245,18 @@ endif
+-      install -Dm644 dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service
++      ${BSD_INSTALL_DATA} dunst.systemd.service ${DESTDIR}${SERVICEDIR_SYSTEMD}/dunst.service
+ endif
+ 
  ifneq (0,${DUNSTIFY})
  install: install-dunstify
  install-dunstify: dunstify



Home | Main Index | Thread Index | Old Index