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:   youri
Date:           Tue May 15 22:11:39 UTC 2018

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

Log Message:
Update to 0.4.2:

Version 0.4.2 (01 March 2018):
  This is a bugfix release.

  Bugs fixed:
    * Fix support for hyperlinks in notifications (Bug #14073)
    * Fix crash because of double-free (Bug #14060)
    * Improve wrapping and ellipsizing of notification bubble (Bug #12674)
    * Ensure xfce4-notifyd.desktop.in goes into the tarball (Bug #13989)
    * Suppress warnings about unused and uninitialized variables (Bug #14095)
    * Fix crash when there are no known apps
    * panel-plugin: Fix showing placeholder when there are no logs from today

  Updated translations: Albanian, Bulgarian, Catalan, Chinese (China), Croatian,
  Czech, Dutch (Flemish), Finnish, French, Galician, German, Hebrew, Kazakh,
  Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese (Brazilian), Russian,
  Serbian, Slovak, Spanish, Swedish, Turkish, Ukrainian

Version 0.4.1 (09 December 2017):
  This is a feature release.

  Features:
    * Panel plugin features
      * Add hidden option log-icon-size
      * Add button to clear the log (Bug #13955)
      * Revamped layout (DND button on top for quick access)
      * Show placeholder text in case of empty logs
    * Improved notification window layout
    * Add configure option to use autostart instead of dbus (Bug #13989)

  Bugs fixed:
    * Remove deprecated functions (Gtk+ 3.22)
    * Fix warnings reported by Clang (Bug #13931)
    * Treat icon_data only as pen-ultimate fallback option (Bug #13950)
    * Fix warning about gdk_window_get_origin (Bug #13935)
    * Ensure body and summary of notifications are correctly ellipsized (Bug #12674)
    * Ensure the panel plugin icon resizes with Xfce 4.12

  Updated translations: Bulgarian, Catalan, Chinese (Taiwan), Croatian,
  Czech, Danish, Dutch (Flemish), French, German, Greek, Hebrew, Italian,
  Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish,
  Portuguese, Portuguese (Brazilian), Russian, Slovak, Spanish, Swedish,
  Thai, Turkish, Ukrainian

Version 0.4.0 (07 October 2017):
  This is a feature release.

  Features:
    * Panel plugin that shows most recent notifications
      and allows for quick access to DND mode
    * Persistent daemon (Bug #12754)
    * New (optional) animation: slide-out
    * Support for all image types in the log
    * Better application icon matching in the config dialog
    * New logo (also in high resolution)

  Bugs fixed:
    * Bump notification spec version to 1.2 (Bug #13578)
    * Fix empty body when markup is invalid (Bug #10027)
    * Show warning in settings dialog if notifyd is not running (Bug #13417)
    * log-viewer: Fix escaping of characters and add markup support
    * Handle desktop-id as fallback in the log

  Updated translations: Arabic, Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), Finnish,
  French, German, Greek, Hebrew, Indonesian, Italian, Japanese, Kazakh,
  Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese,
  Portuguese (Brazilian), Russian, Serbian, Slovak, Spanish, Swedish,
  Thai, Turkish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/xfce4-notifyd/PLIST
cvs rdiff -u -r1.3 -r1.4 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.10 pkgsrc/x11/xfce4-notifyd/Makefile:1.11
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.10      Mon Apr 16 14:35:27 2018
+++ pkgsrc/x11/xfce4-notifyd/Makefile   Tue May 15 22:11:39 2018
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2018/04/16 14:35:27 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2018/05/15 22:11:39 youri Exp $
 #
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-notifyd-0.3.6
+DISTNAME=      xfce4-notifyd-0.4.2
 CATEGORIES=    x11
-MASTER_SITES=  http://archive.xfce.org/src/apps/xfce4-notifyd/0.3/
+MASTER_SITES=  http://archive.xfce.org/src/apps/xfce4-notifyd/0.4/
 
 HOMEPAGE=      http://goodies.xfce.org/projects/applications/xfce4-notifyd
 COMMENT=       XFCE Notify daemon
@@ -18,6 +17,7 @@ USE_LIBTOOL=  yes
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/libxfce4ui/buildlink3.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xfce4-notifyd/PLIST
diff -u pkgsrc/x11/xfce4-notifyd/PLIST:1.2 pkgsrc/x11/xfce4-notifyd/PLIST:1.3
--- pkgsrc/x11/xfce4-notifyd/PLIST:1.2  Sun Jun 18 23:11:26 2017
+++ pkgsrc/x11/xfce4-notifyd/PLIST      Tue May 15 22:11:39 2018
@@ -1,11 +1,20 @@
-@comment $NetBSD: PLIST,v 1.2 2017/06/18 23:11:26 youri Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/05/15 22:11:39 youri Exp $
 bin/xfce4-notifyd-config
 lib/systemd/user/xfce4-notifyd.service
 lib/xfce4/notifyd/xfce4-notifyd
+lib/xfce4/panel/plugins/libnotification-plugin.la
 man/man1/xfce4-notifyd-config.1
 share/applications/xfce4-notifyd-config.desktop
 share/dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service
+share/icons/hicolor/16x16/apps/xfce4-notifyd.png
+share/icons/hicolor/24x24/apps/xfce4-notifyd.png
+share/icons/hicolor/32x32/apps/xfce4-notifyd.png
 share/icons/hicolor/48x48/apps/xfce4-notifyd.png
+share/icons/hicolor/scalable/apps/xfce4-notifyd.svg
+share/icons/hicolor/scalable/status/notification-disabled-new-symbolic.svg
+share/icons/hicolor/scalable/status/notification-disabled-symbolic.svg
+share/icons/hicolor/scalable/status/notification-new-symbolic.svg
+share/icons/hicolor/scalable/status/notification-symbolic.svg
 share/locale/ar/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/ast/LC_MESSAGES/xfce4-notifyd.mo
 share/locale/bg/LC_MESSAGES/xfce4-notifyd.mo
@@ -60,3 +69,4 @@ share/themes/Default/xfce-notify-4.0/gtk
 share/themes/Retro/xfce-notify-4.0/gtk.css
 share/themes/Smoke/xfce-notify-4.0/gtk.css
 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.3 pkgsrc/x11/xfce4-notifyd/distinfo:1.4
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.3       Sun Jun 18 23:11:26 2017
+++ pkgsrc/x11/xfce4-notifyd/distinfo   Tue May 15 22:11:39 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/06/18 23:11:26 youri Exp $
+$NetBSD: distinfo,v 1.4 2018/05/15 22:11:39 youri Exp $
 
-SHA1 (xfce4-notifyd-0.3.6.tar.bz2) = f51804751e0a2524116284581c6fe8864cf42da0
-RMD160 (xfce4-notifyd-0.3.6.tar.bz2) = b4b4a1863923ed977127c418902beaffed8d5cf5
-SHA512 (xfce4-notifyd-0.3.6.tar.bz2) = 96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
-Size (xfce4-notifyd-0.3.6.tar.bz2) = 458536 bytes
+SHA1 (xfce4-notifyd-0.4.2.tar.bz2) = 8a4432a81392e0ea188454c73a3947be179d0d3a
+RMD160 (xfce4-notifyd-0.4.2.tar.bz2) = 5cc6767f6da6f44dbf411364d55cf71339ae235c
+SHA512 (xfce4-notifyd-0.4.2.tar.bz2) = 1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601
+Size (xfce4-notifyd-0.4.2.tar.bz2) = 528521 bytes



Home | Main Index | Thread Index | Old Index