pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-notifyd



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Aug 17 19:17:42 UTC 2024

Modified Files:
        pkgsrc/x11/xfce4-notifyd: Makefile distinfo

Log Message:
xfce4-notifyd: update to 0.9.6

0.9.6 (2024-08-14)
=====
- Use shared_module() for panel plugin meson build
- Fix menu being destroyed before item activation handlers running
- Translation Updates:
  Albanian, Dutch, German, Lithuanian, Polish, Portuguese

0.9.5 (2024-08-13)
=====
- Add an option to set the minimum width of notification windows
- Fix include issue with meson build
- Only emblem the panel plugin icon when theme lacks the 'new' variant
- Destroy and recreate the panel menu every time it's popped up
- Add meson build files
- Fix uninitialized field warning
- Move NOTIFICATIONS_SPEC_VERSION out of the build system
- Remove redundant positioning code from Wayland path
- Use different layer-shell anchors on Wayland
- build: clang: Silence -Wcast-align
- common: Explicitly depend on gio-unix-2.0
- Fix positioning on Wayland in multi-monitor setups
- Set output on layer-shell surface on Wayland
- Fix active-monitor notification positioning on Wayland
- Translation Updates:
  Asturian, Czech, Greek, Kazakh, Swedish


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/x11/xfce4-notifyd/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/xfce4-notifyd/Makefile
diff -u pkgsrc/x11/xfce4-notifyd/Makefile:1.56 pkgsrc/x11/xfce4-notifyd/Makefile:1.57
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.56      Wed May 29 16:35:16 2024
+++ pkgsrc/x11/xfce4-notifyd/Makefile   Sat Aug 17 19:17:42 2024
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2024/05/29 16:35:16 adam Exp $
+# $NetBSD: Makefile,v 1.57 2024/08/17 19:17:42 gutteridge Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       0.9.4
+VERSION=       0.9.6
 DISTNAME=      xfce4-notifyd-${VERSION}
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/

Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.23 pkgsrc/x11/xfce4-notifyd/distinfo:1.24
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.23      Sun Feb 11 02:58:05 2024
+++ pkgsrc/x11/xfce4-notifyd/distinfo   Sat Aug 17 19:17:42 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2024/02/11 02:58:05 gutteridge Exp $
+$NetBSD: distinfo,v 1.24 2024/08/17 19:17:42 gutteridge Exp $
 
-BLAKE2s (xfce4-notifyd-0.9.4.tar.bz2) = b9072c14d44b1898eeeeecf6a7bd92cffdf8fbbf6a6aea3762b86ec49bf5c5f4
-SHA512 (xfce4-notifyd-0.9.4.tar.bz2) = d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94
-Size (xfce4-notifyd-0.9.4.tar.bz2) = 732160 bytes
+BLAKE2s (xfce4-notifyd-0.9.6.tar.bz2) = ed00a21d3f69d22dc3ebb9dc4d71ae097f0f2a7ee5f131a03eddf21992787b6a
+SHA512 (xfce4-notifyd-0.9.6.tar.bz2) = deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071
+Size (xfce4-notifyd-0.9.6.tar.bz2) = 742198 bytes
 SHA1 (patch-xfce4-notifyd_Makefile.in) = ac527cea718eb402a357b76e58947fb25073cb49



Home | Main Index | Thread Index | Old Index