Received: by mail.netbsd.org (Postfix, from userid 605) id C30238505D; Mon, 14 May 2018 12:53:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2114B84CE1 for ; Mon, 14 May 2018 12:53:59 +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 1PskSxs8DdDw for ; Mon, 14 May 2018 12:53:58 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F6B58505D for ; Mon, 14 May 2018 12:53:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E3290FBEC; Mon, 14 May 2018 12:53:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1526302436165530" MIME-Version: 1.0 Date: Mon, 14 May 2018 12:53:56 +0000 From: "Youri Mouton" Subject: CVS commit: pkgsrc/x11/mate-control-center To: pkgsrc-changes@NetBSD.org Reply-To: youri@netbsd.org X-Mailer: log_accum Message-Id: <20180514125356.E3290FBEC@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. --_----------=_1526302436165530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: youri Date: Mon May 14 12:53:56 UTC 2018 Modified Files: pkgsrc/x11/mate-control-center: Makefile PLIST distinfo Log Message: Update mate-control-center to 1.20.2: Scale font DPI for HiDPI displays Add support for HiDPI displays theme-installer.c: missing g_object_unref in mate_theme_install_real theme-util.c: fix reinstalling the deleted theme can cause failure Support the theme compression package for installing XZ format drop unused variables eggcellrendererkeys.c: Fix build warnings: remove some leftovers related to MacOS support theme-thumbnail.c: Fix build warnings with write and pipe: libslab: store search entry widget as GtkEntry libslab: fix search icon misaligned Translations update To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/mate-control-center/Makefile cvs rdiff -u -r1.2 -r1.3 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. --_----------=_1526302436165530 Content-Disposition: inline Content-Length: 3199 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.8 pkgsrc/x11/mate-control-center/Makefile:1.9 --- pkgsrc/x11/mate-control-center/Makefile:1.8 Mon Apr 16 14:34:01 2018 +++ pkgsrc/x11/mate-control-center/Makefile Mon May 14 12:53:56 2018 @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.8 2018/04/16 14:34:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2018/05/14 12:53:56 youri Exp $ -PKGREVISION= 3 .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-control-center-${VERSION:R}.2 Index: pkgsrc/x11/mate-control-center/PLIST diff -u pkgsrc/x11/mate-control-center/PLIST:1.2 pkgsrc/x11/mate-control-center/PLIST:1.3 --- pkgsrc/x11/mate-control-center/PLIST:1.2 Fri Jun 23 17:17:09 2017 +++ pkgsrc/x11/mate-control-center/PLIST Mon May 14 12:53:56 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2017/06/23 17:17:09 youri Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/05/14 12:53:56 youri Exp $ bin/mate-about-me bin/mate-appearance-properties bin/mate-at-properties @@ -17,8 +17,6 @@ include/libmate-slab/app-resizer.h include/libmate-slab/app-shell.h include/libmate-slab/application-tile.h include/libmate-slab/bookmark-agent.h -include/libmate-slab/directory-tile.h -include/libmate-slab/document-tile.h include/libmate-slab/double-click-detector.h include/libmate-slab/libslab-utils.h include/libmate-slab/mate-utils.h @@ -27,13 +25,10 @@ include/libmate-slab/nld-marshal.c include/libmate-slab/nld-marshal.h include/libmate-slab/search-bar.h include/libmate-slab/search-context-picker.h -include/libmate-slab/search-entry-watermark.h -include/libmate-slab/search-entry.h include/libmate-slab/shell-window.h include/libmate-slab/slab-mate-util.h include/libmate-slab/slab-section.h include/libmate-slab/slab.h -include/libmate-slab/system-tile.h include/libmate-slab/tile.h include/mate-window-settings-2.0/mate-window-manager.h include/mate-window-settings-2.0/mate-wm-manager.h Index: pkgsrc/x11/mate-control-center/distinfo diff -u pkgsrc/x11/mate-control-center/distinfo:1.2 pkgsrc/x11/mate-control-center/distinfo:1.3 --- pkgsrc/x11/mate-control-center/distinfo:1.2 Fri Jun 23 17:17:09 2017 +++ pkgsrc/x11/mate-control-center/distinfo Mon May 14 12:53:56 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/06/23 17:17:09 youri Exp $ +$NetBSD: distinfo,v 1.3 2018/05/14 12:53:56 youri Exp $ -SHA1 (mate-control-center-1.18.2.tar.xz) = c7110c13db879eb84e6992a3f22074fd2e1f7e7c -RMD160 (mate-control-center-1.18.2.tar.xz) = 543547939733ec2468941e31cb3d2fa9f011de68 -SHA512 (mate-control-center-1.18.2.tar.xz) = 0acc6d775aa26dd0265ddab80317b2ddd2f027394b55574e29e6ad233b8711bc0984803f76f2cbaeed2bfd2b4397cd5143d5540908f5078080a1749290dac7ab -Size (mate-control-center-1.18.2.tar.xz) = 1351644 bytes +SHA1 (mate-control-center-1.20.2.tar.xz) = 7970ad85683e2cadfadf0c8158c20de2f14cde48 +RMD160 (mate-control-center-1.20.2.tar.xz) = 38d905f12f8812c7918445758861ded9b610b3d1 +SHA512 (mate-control-center-1.20.2.tar.xz) = 6b13878b9a4960b427df3ecc12466ae186a05e6432da591bdfcad4cf6295d94779f4ec3ba91cf7f73f778c222f6dd44892268a32f5e312fc96a277f11d53c27c +Size (mate-control-center-1.20.2.tar.xz) = 1323496 bytes --_----------=_1526302436165530--