Received: by mail.netbsd.org (Postfix, from userid 605) id C132684D7E; Wed, 6 Mar 2019 06:59:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 49CFA84D39 for ; Wed, 6 Mar 2019 06:59:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fDpXcH3ihA7q for ; Wed, 6 Mar 2019 06:59:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8498784C85 for ; Wed, 6 Mar 2019 06:59:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 795EBFB16; Wed, 6 Mar 2019 06:59:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1551855584229750" MIME-Version: 1.0 Date: Wed, 6 Mar 2019 06:59:44 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/x11/mate-control-center To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20190306065944.795EBFB16@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. --_----------=_1551855584229750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Wed Mar 6 06:59:44 UTC 2019 Modified Files: pkgsrc/x11/mate-control-center: Makefile PLIST distinfo Log Message: mate-control-center: update to 1.22 ### mate-control-center 1.22.0 * Translations update * Initialize travis support * eggcellrendererkeys: avoid deprecated 'gtk_widget_modify_bg/fg' * Update MCC help * default-applications: Use more common icon names for Office documents * mate-display-properties: Migrate from dbus-glib to GDBus * Fix the runtime warning about gtk_widget_destroy. * Fixed number of cols error after reload menus. * Fixed crash when install/remove application. * capplets/mouse: .svg files instead .png in doubleclick artwork * capplets/mouse: New doubleclick artwork with mate logo * disable deprecation warnings for distcheck * default-applications: Fix assertion failture on g_icon_to_string * default-applications: Add a widget for a default calculator application * default-applications: Use the selected word processor for RTF as well To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/x11/mate-control-center/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/mate-control-center/PLIST \ pkgsrc/x11/mate-control-center/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1551855584229750 Content-Disposition: inline Content-Length: 3517 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/mate-control-center/Makefile diff -u pkgsrc/x11/mate-control-center/Makefile:1.13 pkgsrc/x11/mate-control-center/Makefile:1.14 --- pkgsrc/x11/mate-control-center/Makefile:1.13 Wed Jan 16 15:05:54 2019 +++ pkgsrc/x11/mate-control-center/Makefile Wed Mar 6 06:59:44 2019 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2019/01/16 15:05:54 youri Exp $ +# $NetBSD: Makefile,v 1.14 2019/03/06 06:59:44 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-control-center-${VERSION:R}.2 +DISTNAME= mate-control-center-${VERSION} CATEGORIES= sysutils COMMENT= MATE Control Center Index: pkgsrc/x11/mate-control-center/PLIST diff -u pkgsrc/x11/mate-control-center/PLIST:1.4 pkgsrc/x11/mate-control-center/PLIST:1.5 --- pkgsrc/x11/mate-control-center/PLIST:1.4 Wed Jan 16 15:05:54 2019 +++ pkgsrc/x11/mate-control-center/PLIST Wed Mar 6 06:59:44 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2019/01/16 15:05:54 youri Exp $ +@comment $NetBSD: PLIST,v 1.5 2019/03/06 06:59:44 gutteridge Exp $ bin/mate-about-me bin/mate-appearance-properties bin/mate-at-properties @@ -1835,6 +1835,7 @@ share/locale/it/LC_MESSAGES/mate-control share/locale/ja/LC_MESSAGES/mate-control-center.mo share/locale/jv/LC_MESSAGES/mate-control-center.mo share/locale/ka/LC_MESSAGES/mate-control-center.mo +share/locale/kab/LC_MESSAGES/mate-control-center.mo share/locale/kk/LC_MESSAGES/mate-control-center.mo share/locale/km/LC_MESSAGES/mate-control-center.mo share/locale/kn/LC_MESSAGES/mate-control-center.mo @@ -1912,9 +1913,9 @@ share/mate-control-center/pixmaps/bar-di share/mate-control-center/pixmaps/bar-green.png share/mate-control-center/pixmaps/bar-red.png share/mate-control-center/pixmaps/bar.png -share/mate-control-center/pixmaps/double-click-maybe.png -share/mate-control-center/pixmaps/double-click-off.png -share/mate-control-center/pixmaps/double-click-on.png +share/mate-control-center/pixmaps/double-click-maybe.svg +share/mate-control-center/pixmaps/double-click-off.svg +share/mate-control-center/pixmaps/double-click-on.svg share/mate-control-center/pixmaps/gtk-theme-thumbnailing.png share/mate-control-center/pixmaps/icon-theme-thumbnailing.png share/mate-control-center/pixmaps/left-index-finger.png Index: pkgsrc/x11/mate-control-center/distinfo diff -u pkgsrc/x11/mate-control-center/distinfo:1.4 pkgsrc/x11/mate-control-center/distinfo:1.5 --- pkgsrc/x11/mate-control-center/distinfo:1.4 Wed Jan 16 15:05:54 2019 +++ pkgsrc/x11/mate-control-center/distinfo Wed Mar 6 06:59:44 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/01/16 15:05:54 youri Exp $ +$NetBSD: distinfo,v 1.5 2019/03/06 06:59:44 gutteridge Exp $ -SHA1 (mate-control-center-1.21.2.tar.xz) = 4445eae9d11fc831821107b30e4fb58053655236 -RMD160 (mate-control-center-1.21.2.tar.xz) = 63cd6ab2c2d204e4c30941638d4e7af8807f7a77 -SHA512 (mate-control-center-1.21.2.tar.xz) = bbfda5829f4b95fc38a56881972a5942aa9632ae6bc0a18e0360a99ffe252057914dc5f5accf283b24af4f1a89d8672b51b714b4bb3237680b70a77359ce4aa4 -Size (mate-control-center-1.21.2.tar.xz) = 1540244 bytes +SHA1 (mate-control-center-1.22.0.tar.xz) = e8d2cc552c660f294fe32ccbfa8001d12349b226 +RMD160 (mate-control-center-1.22.0.tar.xz) = 143ec71fb8e8b79a6e73f4502264045c57e976e4 +SHA512 (mate-control-center-1.22.0.tar.xz) = 3b2b88458848862a4c819d54104e9394817b29feb3d05117fe69441023ec5e6c922012395f24b5f70c9f9dbf6f8044f769840ec9996b1495441c4cb690f68371 +Size (mate-control-center-1.22.0.tar.xz) = 1524084 bytes --_----------=_1551855584229750--