Received: by mail.netbsd.org (Postfix, from userid 605) id 5AD1584E78; Sun, 17 Feb 2019 06:15:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D547584D85 for ; Sun, 17 Feb 2019 06:15:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ZXrHJAyuDaW3 for ; Sun, 17 Feb 2019 06:15:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42C7F84C82 for ; Sun, 17 Feb 2019 06:15:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3DE78FB16; Sun, 17 Feb 2019 06:15:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550384137152170" MIME-Version: 1.0 Date: Sun, 17 Feb 2019 06:15:37 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/mate-indicator-applet To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190217061537.3DE78FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550384137152170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Feb 17 06:15:37 UTC 2019 Modified Files: pkgsrc/x11/mate-indicator-applet: Makefile PLIST distinfo Log Message: mate-indicator-applet: update to 1.21.0 Change log: * Translations update * tomboykeybinder: avoid 'gdk_error_trap_push/pop' and 'gdk_flush' * migrate language list to po/LINGUAS file * disable deprecation warnings for distcheck * tomboykeybinder: avoid deprecated 'gdk_keymap_get_default' * transifex: update config with branch specific resoures To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/mate-indicator-applet/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/mate-indicator-applet/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/mate-indicator-applet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550384137152170 Content-Disposition: inline Content-Length: 3369 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mate-indicator-applet/Makefile diff -u pkgsrc/x11/mate-indicator-applet/Makefile:1.12 pkgsrc/x11/mate-indicator-applet/Makefile:1.13 --- pkgsrc/x11/mate-indicator-applet/Makefile:1.12 Wed Jan 16 17:58:20 2019 +++ pkgsrc/x11/mate-indicator-applet/Makefile Sun Feb 17 06:15:37 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2019/01/16 17:58:20 youri Exp $ +# $NetBSD: Makefile,v 1.13 2019/02/17 06:15:37 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" -VERSION= 1.20.1 DISTNAME= mate-indicator-applet-${VERSION} CATEGORIES= x11 Index: pkgsrc/x11/mate-indicator-applet/PLIST diff -u pkgsrc/x11/mate-indicator-applet/PLIST:1.3 pkgsrc/x11/mate-indicator-applet/PLIST:1.4 --- pkgsrc/x11/mate-indicator-applet/PLIST:1.3 Wed Jan 16 17:58:20 2019 +++ pkgsrc/x11/mate-indicator-applet/PLIST Sun Feb 17 06:15:37 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2019/01/16 17:58:20 youri Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/02/17 06:15:37 gutteridge Exp $ libexec/mate-indicator-applet libexec/mate-indicator-applet-appmenu libexec/mate-indicator-applet-complete @@ -83,6 +83,7 @@ share/locale/ks/LC_MESSAGES/mate-indicat share/locale/ku/LC_MESSAGES/mate-indicator-applet.mo share/locale/ku_IQ/LC_MESSAGES/mate-indicator-applet.mo share/locale/ky/LC_MESSAGES/mate-indicator-applet.mo +share/locale/la/LC_MESSAGES/mate-indicator-applet.mo share/locale/lb/LC_MESSAGES/mate-indicator-applet.mo share/locale/li/LC_MESSAGES/mate-indicator-applet.mo share/locale/lt/LC_MESSAGES/mate-indicator-applet.mo @@ -138,6 +139,7 @@ share/locale/xh/LC_MESSAGES/mate-indicat share/locale/yo/LC_MESSAGES/mate-indicator-applet.mo share/locale/zh_CN/LC_MESSAGES/mate-indicator-applet.mo share/locale/zh_HK/LC_MESSAGES/mate-indicator-applet.mo +share/locale/zh-Hans/LC_MESSAGES/mate-indicator-applet.mo share/locale/zh_TW/LC_MESSAGES/mate-indicator-applet.mo share/locale/zu/LC_MESSAGES/mate-indicator-applet.mo share/mate-panel/applets/org.ayatana.panel.IndicatorApplet.mate-panel-applet Index: pkgsrc/x11/mate-indicator-applet/distinfo diff -u pkgsrc/x11/mate-indicator-applet/distinfo:1.7 pkgsrc/x11/mate-indicator-applet/distinfo:1.8 --- pkgsrc/x11/mate-indicator-applet/distinfo:1.7 Wed Jan 16 17:58:20 2019 +++ pkgsrc/x11/mate-indicator-applet/distinfo Sun Feb 17 06:15:37 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2019/01/16 17:58:20 youri Exp $ +$NetBSD: distinfo,v 1.8 2019/02/17 06:15:37 gutteridge Exp $ -SHA1 (mate-indicator-applet-1.20.1.tar.xz) = 47cb8462ce01b7b939def13473e28d36dbf3754d -RMD160 (mate-indicator-applet-1.20.1.tar.xz) = 06f6c63f69145ba21c073ca6295747aa1c7b3dff -SHA512 (mate-indicator-applet-1.20.1.tar.xz) = 8e20761ec3b9f8be2ba972e732d4a039c3784f1a652150c76a66ddccdfbe0560650b59338c5757d7807a599c89992afe08cfdc14ccf0f14f822e9be63c93b079 -Size (mate-indicator-applet-1.20.1.tar.xz) = 337336 bytes +SHA1 (mate-indicator-applet-1.21.0.tar.xz) = b2e50858549063df32e34749b4d19deb59f7ac0f +RMD160 (mate-indicator-applet-1.21.0.tar.xz) = 9d28dc5f269e85e4d659aab1e6641b1ea0588add +SHA512 (mate-indicator-applet-1.21.0.tar.xz) = 4dded148e595ec6dfb662774cde4aa705d96296b664e547f071fdd67d4fa66e12032a09f0634480ac8b81a5e51252c560f4aa378b080408f45a66a7501d4de87 +Size (mate-indicator-applet-1.21.0.tar.xz) = 339392 bytes SHA1 (patch-configure) = 0320c192cd52900458144544145ef21149ca3d8a --_----------=_1550384137152170--