Received: by mail.netbsd.org (Postfix, from userid 605) id 36E9085082; Mon, 14 May 2018 13:21:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F69985080 for ; Mon, 14 May 2018 13:21:53 +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 a-GMva_hL7GV for ; Mon, 14 May 2018 13:21:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D5E6584D03 for ; Mon, 14 May 2018 13:21:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A6F4AFBEC; Mon, 14 May 2018 13:21:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526304106117910" MIME-Version: 1.0 Date: Mon, 14 May 2018 13:21:46 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/misc/mate-utils To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180514132146.A6F4AFBEC@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. --_----------=_1526304106117910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: youri Date: Mon May 14 13:21:46 UTC 2018 Modified Files: pkgsrc/misc/mate-utils: Makefile PLIST distinfo Log Message: Update to 1.20.0: Full changelog: Add screenshot support for HiDPI displays mate-screenshot: added New button screenshot-save.c: Fix build warnings with pipe write and read: add style class logview-window Translations update WidthOfScreen and HeightOfScreen implementation baobab: make zoom with mousewheel work on chart screenshot: remove some unused code screenshot: don’t get window title as it’s not used later baobab/logview/dictionary: add our copyright to About dialog baobab: set transient parent for remote connect dialog baobab: don’t make prefs dialog visible in .ui file baobab: set parent window for About dialog avoid deprecated gdk_screen_get_active_window gtk 3.22: avoid deprecated gdk_screen_get_monitor functions: avoid deprecated gdk_screen_width/height avoid deprecated gdk_screen_get_width/height screenshot: avoid deprecated GdkDevice objects dictionary: avoid deprecated GdkDevice objects avoid deprecated gdk_screen_get_n_monitors avoid deprecated gdk_screen_make_display_name gdict-applet: don’t use deprecated gtk_show_uri don’t use deprecated gtk_show_uri avoid deprecated gdk_screen_get_number searchtool & logview: avoid deprecated GtkAlignment mate-screenshot: fix showing busy cursor when saving area screenshot screenshot: don’t translate the timestamp in the filename mate-dictionary: include correct header to fix occasional FTBFS Translations update To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/mate-utils/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/mate-utils/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/mate-utils/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1526304106117910 Content-Disposition: inline Content-Length: 2987 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/mate-utils/Makefile diff -u pkgsrc/misc/mate-utils/Makefile:1.9 pkgsrc/misc/mate-utils/Makefile:1.10 --- pkgsrc/misc/mate-utils/Makefile:1.9 Mon Apr 16 14:34:54 2018 +++ pkgsrc/misc/mate-utils/Makefile Mon May 14 13:21:46 2018 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2018/04/16 14:34:54 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2018/05/14 13:21:46 youri Exp $ -PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-utils-${VERSION:R}.2 +DISTNAME= mate-utils-${VERSION} CATEGORIES= misc COMMENT= Utiltiles for MATE Desktop Index: pkgsrc/misc/mate-utils/PLIST diff -u pkgsrc/misc/mate-utils/PLIST:1.2 pkgsrc/misc/mate-utils/PLIST:1.3 --- pkgsrc/misc/mate-utils/PLIST:1.2 Fri Jun 23 17:31:32 2017 +++ pkgsrc/misc/mate-utils/PLIST Mon May 14 13:21:46 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/06/23 17:31:32 youri Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/05/14 13:21:46 youri Exp $ bin/mate-dictionary bin/mate-disk-usage-analyzer bin/mate-panel-screenshot @@ -560,6 +560,7 @@ share/locale/en_CA/LC_MESSAGES/mate-util share/locale/en_GB/LC_MESSAGES/mate-utils.mo share/locale/eo/LC_MESSAGES/mate-utils.mo share/locale/es/LC_MESSAGES/mate-utils.mo +share/locale/es_AR/LC_MESSAGES/mate-utils.mo share/locale/es_CO/LC_MESSAGES/mate-utils.mo share/locale/es_MX/LC_MESSAGES/mate-utils.mo share/locale/et/LC_MESSAGES/mate-utils.mo @@ -567,6 +568,7 @@ share/locale/eu/LC_MESSAGES/mate-utils.m share/locale/fa/LC_MESSAGES/mate-utils.mo share/locale/fi/LC_MESSAGES/mate-utils.mo share/locale/fr/LC_MESSAGES/mate-utils.mo +share/locale/fr_CA/LC_MESSAGES/mate-utils.mo share/locale/frp/LC_MESSAGES/mate-utils.mo share/locale/ga/LC_MESSAGES/mate-utils.mo share/locale/gl/LC_MESSAGES/mate-utils.mo Index: pkgsrc/misc/mate-utils/distinfo diff -u pkgsrc/misc/mate-utils/distinfo:1.3 pkgsrc/misc/mate-utils/distinfo:1.4 --- pkgsrc/misc/mate-utils/distinfo:1.3 Tue Feb 6 10:07:23 2018 +++ pkgsrc/misc/mate-utils/distinfo Mon May 14 13:21:46 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2018/02/06 10:07:23 jperkin Exp $ +$NetBSD: distinfo,v 1.4 2018/05/14 13:21:46 youri Exp $ -SHA1 (mate-utils-1.18.2.tar.xz) = 73111d0cc6aa7dc80f96cacfcbc73ecbea303a7a -RMD160 (mate-utils-1.18.2.tar.xz) = 1d5928c51d8710cb5fbcf0a58e1fe6fdbaea5df8 -SHA512 (mate-utils-1.18.2.tar.xz) = 4db4dd0ad986c52978a9fe7f893a0e1d8086b1685d8b162df9b7e7b33c9d8e47a85efc45f2db4cf45058cc91df3f909ece1b44e46c16a1a389070d8cd022348d -Size (mate-utils-1.18.2.tar.xz) = 6442576 bytes +SHA1 (mate-utils-1.20.0.tar.xz) = aa33647250ff6eff22ccb2e885fcd455e936d57a +RMD160 (mate-utils-1.20.0.tar.xz) = d6dd518b834dd4d5d5ea9cce430bebe2177edde3 +SHA512 (mate-utils-1.20.0.tar.xz) = 763994be3fe5a946b8b15f6346de6b7f3d59e5d72030cb35304d66f7da0975386a7e436d4af6466fd84141623469e4d9326aa5fb7e8d409207d061f9db25ecb6 +Size (mate-utils-1.20.0.tar.xz) = 6493640 bytes SHA1 (patch-logview_src_logview-utils.c) = 218670ddcc013c31d75e7654acf138e4153c0be9 --_----------=_1526304106117910--