Wed Dec 2 00:56:50 2020 UTC ()
xfce4-mailwatch-plugin: update to 1.3.0

Change log:

1.3.0
======
- GTK 3 Port
- Remove Libgcrypt dependency
- Move "watching" column to the left to avoid overlapping with scrollbar
- Add support for XfceTitledDialog new API
- Fix cast to pointer
- Replace deprecated GTimeVal
- Update URLs from goodies.x.o to docs.x.o (Bug #16167)
- Added support for multi-row/column panels in xfce4-panel > 4.9
- Fix running command on each change of the count
- Fix running an empty command
- Do not run command when new message count is 0
- Add SSL support CFLAGS and LDFLAGS conditionally
- Translation Updates:
  Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  English (Australia), English (United Kingdom), Finnish, French,
  Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian,
  Interlingue, Italian, Japanese, Korean, Latvian, Lithuanian, Malay,
  Norwegian Bokm奪l, Occitan (post 1500), Polish, Portuguese,
  Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur,
  Vietnamese


(gutteridge)
diff -r1.1 -r1.2 pkgsrc/mail/xfce4-mailwatch-plugin/DESCR
diff -r1.1 -r1.2 pkgsrc/mail/xfce4-mailwatch-plugin/PLIST
diff -r1.19 -r1.20 pkgsrc/mail/xfce4-mailwatch-plugin/Makefile
diff -r1.2 -r1.3 pkgsrc/mail/xfce4-mailwatch-plugin/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/mail/xfce4-mailwatch-plugin/DESCR (expand / switch to context diff)
--- pkgsrc/mail/xfce4-mailwatch-plugin/DESCR 2015/04/21 08:56:38 1.1
+++ pkgsrc/mail/xfce4-mailwatch-plugin/DESCR 2020/12/02 00:56:50 1.2
@@ -1,2 +1 @@
-Mailwatch is a plugin for the Xfce 4 panel. It is intended to
+Mailwatch is an email checker plugin for the Xfce 4 panel.
-replace the current (4.0, 4.2) mail checker plugin in Xfce 4.4.

cvs diff -r1.1 -r1.2 pkgsrc/mail/xfce4-mailwatch-plugin/PLIST (expand / switch to context diff)
--- pkgsrc/mail/xfce4-mailwatch-plugin/PLIST 2015/04/21 08:56:38 1.1
+++ pkgsrc/mail/xfce4-mailwatch-plugin/PLIST 2020/12/02 00:56:50 1.2
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/21 08:56:38 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/12/02 00:56:50 gutteridge Exp $
 lib/xfce4/panel/plugins/libmailwatch.la
 share/icons/hicolor/48x48/apps/xfce-newmail.png
 share/icons/hicolor/48x48/apps/xfce-nomail.png
@@ -6,6 +6,7 @@
 share/icons/hicolor/scalable/apps/xfce-nomail.svg
 share/locale/ar/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/ast/LC_MESSAGES/xfce4-mailwatch-plugin.mo
+share/locale/be/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/bg/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/ca/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/cs/LC_MESSAGES/xfce4-mailwatch-plugin.mo
@@ -23,22 +24,27 @@
 share/locale/hr/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/hu/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/id/LC_MESSAGES/xfce4-mailwatch-plugin.mo
+share/locale/ie/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/is/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/it/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/ja/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/ko/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/lt/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/lv/LC_MESSAGES/xfce4-mailwatch-plugin.mo
+share/locale/ms/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/nb/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/nl/LC_MESSAGES/xfce4-mailwatch-plugin.mo
+share/locale/oc/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/pl/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/pt/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/pt_BR/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/ru/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/sk/LC_MESSAGES/xfce4-mailwatch-plugin.mo
+share/locale/sl/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/sq/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/sr/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/sv/LC_MESSAGES/xfce4-mailwatch-plugin.mo
+share/locale/th/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/tr/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/ug/LC_MESSAGES/xfce4-mailwatch-plugin.mo
 share/locale/uk/LC_MESSAGES/xfce4-mailwatch-plugin.mo

cvs diff -r1.19 -r1.20 pkgsrc/mail/xfce4-mailwatch-plugin/Makefile (expand / switch to context diff)
--- pkgsrc/mail/xfce4-mailwatch-plugin/Makefile 2020/08/31 18:10:10 1.19
+++ pkgsrc/mail/xfce4-mailwatch-plugin/Makefile 2020/12/02 00:56:50 1.20
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.19 2020/08/31 18:10:10 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/12/02 00:56:50 gutteridge Exp $
 
-PKGREVISION= 16
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=	xfce4-mailwatch-plugin-1.2.0
+VERSION=	1.3.0
+DISTNAME=	xfce4-mailwatch-plugin-${VERSION}
 CATEGORIES=	mail
-MASTER_SITES=	http://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/1.2/
+MASTER_SITES=	https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${VERSION:R}/
 
-CONFIGURE_ARGS+=	--x-includes=${X11BASE}/include \
-			--x-libraries=${X11BASE}/libs
-
 HOMEPAGE=	https://goodies.xfce.org/projects/panel-plugins/xfce4-mailwatch-plugin
 COMMENT=	Xfce mail checker plugin for the panel
 
-.include "../../x11/gtk2/buildlink3.mk"
+CONFIGURE_ARGS+=	--x-includes=${X11BASE}/include \
+			--x-libraries=${X11BASE}/libs
+
 .include "../../x11/xfce4-panel/buildlink3.mk"
 .include "../../x11/xfce4-exo/buildlink3.mk"
-.include "../../security/libgcrypt/buildlink3.mk"
+.include "../../security/gnutls/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/mail/xfce4-mailwatch-plugin/distinfo (expand / switch to context diff)
--- pkgsrc/mail/xfce4-mailwatch-plugin/distinfo 2015/11/03 23:27:24 1.2
+++ pkgsrc/mail/xfce4-mailwatch-plugin/distinfo 2020/12/02 00:56:50 1.3
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 23:27:24 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/12/02 00:56:50 gutteridge Exp $
 
-SHA1 (xfce4-mailwatch-plugin-1.2.0.tar.bz2) = d0ab5e543211b951e01242efeb4ab3145db5c4c4
+SHA1 (xfce4-mailwatch-plugin-1.3.0.tar.bz2) = d4b5a3699d1bd58a56f5a5147e7d379828b2a945
-RMD160 (xfce4-mailwatch-plugin-1.2.0.tar.bz2) = c9a95c6017c5a5d09f56f6a0d103317b54fc1801
+RMD160 (xfce4-mailwatch-plugin-1.3.0.tar.bz2) = f2f129c4db6c464fc8e9117a90e4bf53eff2490b
-SHA512 (xfce4-mailwatch-plugin-1.2.0.tar.bz2) = 6f5128b2341ab275427e02b1ef063cb2fdcf4027f5c47cfc0ed26086462eb0e9f7353441ea1b9380b91a892414934203b781445f604d67200786e3dd85183a83
+SHA512 (xfce4-mailwatch-plugin-1.3.0.tar.bz2) = 07d4e4cc2f7d299a142d9e9b307c2797892a5febd8451d5291cb9574be0bd5daba677ee893fea3af49b6a8acbfb827ae0125ba11014df37b6c68a2734ecde11b
-Size (xfce4-mailwatch-plugin-1.2.0.tar.bz2) = 509649 bytes
+Size (xfce4-mailwatch-plugin-1.3.0.tar.bz2) = 551687 bytes