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: Sun Jun 18 23:11:26 UTC 2017
Modified Files:
pkgsrc/x11/xfce4-notifyd: Makefile PLIST distinfo
Log Message:
Update xfce4-notifyd to 0.3.6:
Version 0.3.6 (20 March 2017):
This is a bugfix release. Thanks to Mattias and Igor!
Bugs fixed:
* Fix memory leaks in log viewer (Bug #13400)
* Fix a couple of memory leaks in notifyd-config (Bug #13386)
* Update log toolbar buttons sensitivity (Bug #13365)
* Fix compilation on Gtk3.14
Updated translations: Catalan, French, Greek, Hebrew, Kazakh, Lithuanian,
Polish, Serbian
Version 0.3.5 (13 February 2017):
This is a feature release.
Features:
* Notification log ("persistence" according to fd.o spec)
* Rework settings dialog and include more options
Bugs fixed:
* Fix height of settings dialog when plugged
* Fix compilation on 3.14
Updated translations: Bulgarian, Chinese (China), Chinese (Taiwan),
Croatian, Czech, Danish, Dutch (Flemish), Finnish, French, German,
Icelandic, Italian, Korean, Lithuanian, Norwegian Bokm?l, Polish,
Portuguese, Portuguese (Brazilian), Russian, Serbian, Slovak, Spanish,
Swedish, Ukrainian
Version 0.3.4 (09 November 2016):
This is a feature release.
Features:
* "Do not disturb" mode
* Notification-muting on a per application level
Bugs fixed:
* Add hidden option "primary-monitor" to set screen for notifications
(Bug #10003)
* Fix theming issues with Gtk 3.22
Updated translations: Bulgarian, Catalan, Chinese (China), Chinese
(Taiwan), Croatian, Czech, Dutch (Flemish), English (Australia), French,
German, Hebrew, Kazakh, Lithuanian, Malay, Polish, Portuguese, Portuguese
(Brazilian), Russian, Slovak, Spanish, Ukrainian
Version 0.3.3 (02 October 2016):
This is a bugfix release. It also extends the tests to icons.
Bugs fixed:
* Fix missing Gtk+ themes path in dist_themes variable (Bug #12831)
* Fix theming for callback button in notifications (Bug #12841)
* Don't show notification buttons without text (Bug #12834)
* Support image-path hint of the fd.o spec (Bug #7846)
* Fix priorities of icon handling according to the fd.o spec
* Make icon-size of fallback consistent with all other notifications
Updated translations: Croatian, Lithuanian, Malay, Thai
Version 0.3.2 (06 September 2016):
This release fixes a showstopper regression for Gtk<=3.18 users where
no notifications would be displayed (Bug #12823).
Features:
* Add support for symbolic icons
* Add two new themes: Bright and Retro
* Improvements to the existing themes
Bugs fixed:
* Fix client pointer with Gtk+ < 3.20 (Bug #12823)
* Sort the themes alphabetically in the Settings Dialog
Updated translations: Polish
Version 0.3.1 (06 September 2016):
Bugfix release
Features:
* Add a help button which links to the new docs page
Bugs fixed:
* Fix a memory leak (Bug #12733)
* Add a hidden option 'do-fadeout' (Bug #11341)
* Correct typo in warning message.
* Unreference gvariants, Cleanup Gtk3.20 ifdefs, Fix uninitialized
pixbufs (Bug #12777)
* Fix including both GTK+ themes in dist (Bug #12737)
Updated translations: Chinese (China), Croatian, English (Australia),
Japanese, Korean, Spanish, Swedish, Ukrainian
Version 0.3.0 (27 July 2016):
Ported to gdbus and Gtk+3 by Ali Abdallah
Bumped Dependencies (libxfce4ui 4.12, Gtk+3.14)
Features:
* Better theming capabilities
* Add a systemd user unit corresponding to the D-Bus session
service (Bug #12238)
Bugs fixed:
* The preview button now shows even when the dialog is plugged in
the xfce4-settings-manager
* On update reset fade as well (Bug #11858)
Updated translations: Arabic, Asturian, Bulgarian, Catalan, Chinese
(China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish),
English (Australia), Finnish, French, German, Greek, Hebrew, Hungarian,
Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian,
Norwegian Bokm?l, Polish, Portuguese, Portuguese (Brazilian), Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian, Uyghur
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/x11/xfce4-notifyd/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/xfce4-notifyd/PLIST
cvs rdiff -u -r1.2 -r1.3 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.5 pkgsrc/x11/xfce4-notifyd/Makefile:1.6
--- pkgsrc/x11/xfce4-notifyd/Makefile:1.5 Sun Feb 12 06:26:16 2017
+++ pkgsrc/x11/xfce4-notifyd/Makefile Sun Jun 18 23:11:26 2017
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2017/02/12 06:26:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/18 23:11:26 youri Exp $
#
-PKGREVISION= 4
.include "../../meta-pkgs/xfce4/Makefile.common"
-DISTNAME= xfce4-notifyd-0.2.4
+DISTNAME= xfce4-notifyd-0.3.6
CATEGORIES= x11
-MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-notifyd/0.2/
+MASTER_SITES= http://archive.xfce.org/src/apps/xfce4-notifyd/0.3/
HOMEPAGE= http://goodies.xfce.org/projects/applications/xfce4-notifyd
COMMENT= XFCE Notify daemon
Index: pkgsrc/x11/xfce4-notifyd/PLIST
diff -u pkgsrc/x11/xfce4-notifyd/PLIST:1.1 pkgsrc/x11/xfce4-notifyd/PLIST:1.2
--- pkgsrc/x11/xfce4-notifyd/PLIST:1.1 Tue Apr 21 08:56:44 2015
+++ pkgsrc/x11/xfce4-notifyd/PLIST Sun Jun 18 23:11:26 2017
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/21 08:56:44 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/06/18 23:11:26 youri Exp $
bin/xfce4-notifyd-config
+lib/systemd/user/xfce4-notifyd.service
lib/xfce4/notifyd/xfce4-notifyd
man/man1/xfce4-notifyd-config.1
share/applications/xfce4-notifyd-config.desktop
@@ -13,6 +14,7 @@ share/locale/cs/LC_MESSAGES/xfce4-notify
share/locale/da/LC_MESSAGES/xfce4-notifyd.mo
share/locale/de/LC_MESSAGES/xfce4-notifyd.mo
share/locale/el/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/en_AU/LC_MESSAGES/xfce4-notifyd.mo
share/locale/en_GB/LC_MESSAGES/xfce4-notifyd.mo
share/locale/es/LC_MESSAGES/xfce4-notifyd.mo
share/locale/eu/LC_MESSAGES/xfce4-notifyd.mo
@@ -23,31 +25,38 @@ share/locale/he/LC_MESSAGES/xfce4-notify
share/locale/hr/LC_MESSAGES/xfce4-notifyd.mo
share/locale/hu/LC_MESSAGES/xfce4-notifyd.mo
share/locale/id/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/is/LC_MESSAGES/xfce4-notifyd.mo
share/locale/it/LC_MESSAGES/xfce4-notifyd.mo
share/locale/ja/LC_MESSAGES/xfce4-notifyd.mo
share/locale/kk/LC_MESSAGES/xfce4-notifyd.mo
share/locale/ko/LC_MESSAGES/xfce4-notifyd.mo
share/locale/lt/LC_MESSAGES/xfce4-notifyd.mo
share/locale/lv/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/ms/LC_MESSAGES/xfce4-notifyd.mo
share/locale/nb/LC_MESSAGES/xfce4-notifyd.mo
share/locale/nl/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/oc/LC_MESSAGES/xfce4-notifyd.mo
share/locale/pa/LC_MESSAGES/xfce4-notifyd.mo
share/locale/pl/LC_MESSAGES/xfce4-notifyd.mo
share/locale/pt/LC_MESSAGES/xfce4-notifyd.mo
share/locale/pt_BR/LC_MESSAGES/xfce4-notifyd.mo
-share/locale/pt_PT/LC_MESSAGES/xfce4-notifyd.mo
share/locale/ro/LC_MESSAGES/xfce4-notifyd.mo
share/locale/ru/LC_MESSAGES/xfce4-notifyd.mo
share/locale/si/LC_MESSAGES/xfce4-notifyd.mo
share/locale/sk/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/sl/LC_MESSAGES/xfce4-notifyd.mo
share/locale/sq/LC_MESSAGES/xfce4-notifyd.mo
share/locale/sr/LC_MESSAGES/xfce4-notifyd.mo
share/locale/sv/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/th/LC_MESSAGES/xfce4-notifyd.mo
share/locale/tr/LC_MESSAGES/xfce4-notifyd.mo
share/locale/ug/LC_MESSAGES/xfce4-notifyd.mo
share/locale/uk/LC_MESSAGES/xfce4-notifyd.mo
+share/locale/vi/LC_MESSAGES/xfce4-notifyd.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-notifyd.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-notifyd.mo
-share/themes/Default/xfce-notify-4.0/gtkrc
-share/themes/Smoke/xfce-notify-4.0/gtkrc
-share/themes/ZOMG-PONIES!/xfce-notify-4.0/gtkrc
+share/themes/Bright/xfce-notify-4.0/gtk.css
+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/ZOMG-PONIES!/xfce-notify-4.0/gtk.css
Index: pkgsrc/x11/xfce4-notifyd/distinfo
diff -u pkgsrc/x11/xfce4-notifyd/distinfo:1.2 pkgsrc/x11/xfce4-notifyd/distinfo:1.3
--- pkgsrc/x11/xfce4-notifyd/distinfo:1.2 Wed Nov 4 03:29:05 2015
+++ pkgsrc/x11/xfce4-notifyd/distinfo Sun Jun 18 23:11:26 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 03:29:05 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/06/18 23:11:26 youri Exp $
-SHA1 (xfce4-notifyd-0.2.4.tar.bz2) = 66458a41f0ddeb350e5fb2e4d7cadfef6a5066f7
-RMD160 (xfce4-notifyd-0.2.4.tar.bz2) = a07e2c12f7d802f08c2787497f66fa5ec6c1aea1
-SHA512 (xfce4-notifyd-0.2.4.tar.bz2) = 4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
-Size (xfce4-notifyd-0.2.4.tar.bz2) = 361619 bytes
+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
Home |
Main Index |
Thread Index |
Old Index