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 Feb 22 03:53:42 UTC 2025
Modified Files:
pkgsrc/x11/xfce4-notifyd: Makefile PLIST distinfo
Log Message:
xfce4-notifyd: update to 0.9.7
0.9.7 (2025-02-16)
=====
- meson-build: Use SPDX license expression
- meson-build: Update debug/optimization flag management
- build: Add meson build files to autotools generated tarball
- Do a full windowing system support check on startup
- Fix string leaks in notification_plugin_menu_new
- Fix button padding for top-position notifications with the XP-Balloon
theme
- Fix class names and rule application.
- Add XP-Balloon theme to build system
- Add XP-Balloon theme
- Add positioning style classes to XfceNotifyWindow
- Add gitlab issue template
- Add more compiler flags to the meson build
- Terminate cleanly on SIGQUIT
- Shut up warning about maybe uninitialized variable
- Meson build updates
- Add false-positives file for scan-build
- Fix two memory leaks
- Quiet a gcc static analyzer warning about NULL deref
- Toplevel meson.build update
- Clean up clang warnings
- Translation Updates:
Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese
(Taiwan), Czech, Danish, Dutch, English (United Kingdom), Estonian,
Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Italian,
Japanese, Korean, Lithuanian, Norwegian Bokmål, Occitan (post 1500),
Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/x11/xfce4-notifyd/PLIST
cvs rdiff -u -r1.24 -r1.25 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.63 pkgsrc/x11/xfce4-notifyd/Makefile:1.64
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.63 Fri Dec 27 08:21:06 2024
+++ pkgsrc/x11/xfce4-notifyd/Makefile Sat Feb 22 03:53:42 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2024/12/27 08:21:06 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2025/02/22 03:53:42 gutteridge Exp $
-PKGREVISION= 6
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 0.9.6
+VERSION= 0.9.7
DISTNAME= xfce4-notifyd-${VERSION}
CATEGORIES= x11
MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-notifyd/${VERSION:R}/
@@ -22,7 +21,6 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/xdg/autost
CONF_FILES+= ${EGDIR}/${DESKTOP_FILE} \
${PKG_SYSCONFDIR}/xdg/autostart/${DESKTOP_FILE}
-.include "../../devel/gettext-tools/msgfmt-desktop.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.34.0
.include "../../databases/sqlite3/buildlink3.mk"
Index: pkgsrc/x11/xfce4-notifyd/PLIST
diff -u pkgsrc/x11/xfce4-notifyd/PLIST:1.11 pkgsrc/x11/xfce4-notifyd/PLIST:1.12
--- pkgsrc/x11/xfce4-notifyd/PLIST:1.11 Sun Feb 11 02:58:05 2024
+++ pkgsrc/x11/xfce4-notifyd/PLIST Sat Feb 22 03:53:42 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2024/02/11 02:58:05 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/02/22 03:53:42 gutteridge Exp $
bin/xfce4-notifyd-config
lib/xfce4/notifyd/xfce4-notifyd
lib/xfce4/panel/plugins/libnotification-plugin.la
@@ -7,9 +7,9 @@ share/applications/xfce4-notifyd-config.
share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
share/dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service
share/examples/xfce4-notifyd/xfce4-notifyd.desktop
+share/icons/hicolor/128x128/apps/org.xfce.notification.png
share/icons/hicolor/16x16/apps/org.xfce.notification.png
share/icons/hicolor/48x48/apps/org.xfce.notification.png
-share/icons/hicolor/128x128/apps/org.xfce.notification.png
share/icons/hicolor/scalable/apps/org.xfce.notification.svg
share/icons/hicolor/scalable/status/notification-disabled-symbolic.svg
share/icons/hicolor/scalable/status/notification-symbolic.svg
@@ -73,5 +73,10 @@ share/themes/Bright/xfce-notify-4.0/gtk.
share/themes/Default/xfce-notify-4.0/gtk.css
share/themes/Retro/xfce-notify-4.0/gtk.css
share/themes/Smoke/xfce-notify-4.0/gtk.css
+share/themes/XP-Balloon/xfce-notify-4.0/gtk.css
+share/themes/XP-Balloon/xfce-notify-4.0/msgbox-bottom-left.png
+share/themes/XP-Balloon/xfce-notify-4.0/msgbox-bottom-right.png
+share/themes/XP-Balloon/xfce-notify-4.0/msgbox-top-left.png
+share/themes/XP-Balloon/xfce-notify-4.0/msgbox-top-right.png
share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtk.css
share/xfce4/panel/plugins/notification-plugin.desktop
Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.24 pkgsrc/x11/xfce4-notifyd/distinfo:1.25
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.24 Sat Aug 17 19:17:42 2024
+++ pkgsrc/x11/xfce4-notifyd/distinfo Sat Feb 22 03:53:42 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2024/08/17 19:17:42 gutteridge Exp $
+$NetBSD: distinfo,v 1.25 2025/02/22 03:53:42 gutteridge Exp $
-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
+BLAKE2s (xfce4-notifyd-0.9.7.tar.bz2) = fe3e781a403926895354ca09e1348797cc3131e2a97862dd9bcbeeae5a364e5d
+SHA512 (xfce4-notifyd-0.9.7.tar.bz2) = 8bbc7eff631704c7ac9417d3eaba151a0e6de54e48e0b75f7e7ec67c596a11b5ecd3b7ed12ffe6d657d335cb11102686fd69d5f0d1ab5b6645a594d6f0cbd6a6
+Size (xfce4-notifyd-0.9.7.tar.bz2) = 769085 bytes
SHA1 (patch-xfce4-notifyd_Makefile.in) = ac527cea718eb402a357b76e58947fb25073cb49
Home |
Main Index |
Thread Index |
Old Index