pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/mate-notification-daemon



Module Name:    pkgsrc
Committed By:   youri
Date:           Mon May 14 13:06:55 UTC 2018

Modified Files:
        pkgsrc/sysutils/mate-notification-daemon: Makefile distinfo

Log Message:
Update to 1.20.0:

WidthOfScreen and HeightOfScreen implementation
gtk 3.22: avoid deprecated gdk_screen_get_monitor functions:
avoid deprecated gdk_screen_get_width/height
avoid deprecated gdk_screen_get_n_monitors
Fixes high cpu usage with large timeouts
unescape URI-encode paths for icon files
Translations update


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/mate-notification-daemon/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/mate-notification-daemon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/mate-notification-daemon/Makefile
diff -u pkgsrc/sysutils/mate-notification-daemon/Makefile:1.8 pkgsrc/sysutils/mate-notification-daemon/Makefile:1.9
--- pkgsrc/sysutils/mate-notification-daemon/Makefile:1.8       Mon Apr 16 14:35:12 2018
+++ pkgsrc/sysutils/mate-notification-daemon/Makefile   Mon May 14 13:06:55 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.8 2018/04/16 14:35:12 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/05/14 13:06:55 youri Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/mate/Makefile.common"
 
 DISTNAME=      mate-notification-daemon-${VERSION}
@@ -8,7 +7,7 @@ CATEGORIES=     sysutils
 
 COMMENT=       Notification daemon for MATE desktop
 
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../audio/libcanberra/buildlink3.mk"

Index: pkgsrc/sysutils/mate-notification-daemon/distinfo
diff -u pkgsrc/sysutils/mate-notification-daemon/distinfo:1.2 pkgsrc/sysutils/mate-notification-daemon/distinfo:1.3
--- pkgsrc/sysutils/mate-notification-daemon/distinfo:1.2       Fri Jun 23 17:24:14 2017
+++ pkgsrc/sysutils/mate-notification-daemon/distinfo   Mon May 14 13:06:55 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/06/23 17:24:14 youri Exp $
+$NetBSD: distinfo,v 1.3 2018/05/14 13:06:55 youri Exp $
 
-SHA1 (mate-notification-daemon-1.18.0.tar.xz) = 8e0dc5feb58a07d44d2f88057a2a238acd5c20b8
-RMD160 (mate-notification-daemon-1.18.0.tar.xz) = e8a5c177f8f865770b7654f8af60c2d2e90b1646
-SHA512 (mate-notification-daemon-1.18.0.tar.xz) = 5405a33dd4f78d22fa5f666b94b74d20c046518d5c631a95b286f370dfd6dc4d1ae6dd2b0676fcf8e01c1d1d40bbfd9055180e1cab869913c3d56a1a5d0872aa
-Size (mate-notification-daemon-1.18.0.tar.xz) = 340828 bytes
+SHA1 (mate-notification-daemon-1.20.0.tar.xz) = 784d13c1b3d56e412763ed1f2dcc5801659ec434
+RMD160 (mate-notification-daemon-1.20.0.tar.xz) = 7e7b9796f9cafe1bc7b32b9bc5713e1d59a53975
+SHA512 (mate-notification-daemon-1.20.0.tar.xz) = ef4a200f6e6c3c0311486183e51503b057c5a9f56417f2340b7809bb6fcbbc18d1bb8dbe677144f1fa028e5126cd6c7798e7bf2d95d6f4898251b8ddb2dc4416
+Size (mate-notification-daemon-1.20.0.tar.xz) = 345572 bytes



Home | Main Index | Thread Index | Old Index