Received: by mail.netbsd.org (Postfix, from userid 605) id 1600684E69; Sun, 27 Nov 2022 04:56:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4788E84D41 for ; Sun, 27 Nov 2022 04:56:38 +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 QZI02O-6TU0i for ; Sun, 27 Nov 2022 04:56:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B651484D39 for ; Sun, 27 Nov 2022 04:56:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B4169FA90; Sun, 27 Nov 2022 04:56:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166952499727580" MIME-Version: 1.0 Date: Sun, 27 Nov 2022 04:56:37 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/graphics/mate-icon-theme To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20221127045637.B4169FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166952499727580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Sun Nov 27 04:56:37 UTC 2022 Modified Files: pkgsrc/graphics/mate-icon-theme: Makefile distinfo Log Message: mate-icon-theme: update to 1.26.0 Change log: ### mate-icon-theme 1.26.0 * Translations update * Remove the execution bit from some png files * Remove USE_MATE2_MACROS from autogen.sh (legacy) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/mate-icon-theme/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/mate-icon-theme/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166952499727580 Content-Disposition: inline Content-Length: 1793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/mate-icon-theme/Makefile diff -u pkgsrc/graphics/mate-icon-theme/Makefile:1.21 pkgsrc/graphics/mate-icon-theme/Makefile:1.22 --- pkgsrc/graphics/mate-icon-theme/Makefile:1.21 Thu Aug 11 05:08:44 2022 +++ pkgsrc/graphics/mate-icon-theme/Makefile Sun Nov 27 04:56:37 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2022/08/11 05:08:44 gutteridge Exp $ +# $NetBSD: Makefile,v 1.22 2022/11/27 04:56:37 gutteridge Exp $ -PKGREVISION= 4 .include "../../meta-pkgs/mate/Makefile.common" -DISTNAME= mate-icon-theme-${VERSION:R}.0 +DISTNAME= mate-icon-theme-${VERSION} CATEGORIES= graphics COMMENT= Collection of icons used as the basis for MATE themes Index: pkgsrc/graphics/mate-icon-theme/distinfo diff -u pkgsrc/graphics/mate-icon-theme/distinfo:1.10 pkgsrc/graphics/mate-icon-theme/distinfo:1.11 --- pkgsrc/graphics/mate-icon-theme/distinfo:1.10 Tue Oct 26 10:46:31 2021 +++ pkgsrc/graphics/mate-icon-theme/distinfo Sun Nov 27 04:56:37 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2021/10/26 10:46:31 nia Exp $ +$NetBSD: distinfo,v 1.11 2022/11/27 04:56:37 gutteridge Exp $ -BLAKE2s (mate-icon-theme-1.24.0.tar.xz) = 2346ba4d12f99b49a08077e7f9b89d9827d2d7180a67879d0c86e6909788b36a -SHA512 (mate-icon-theme-1.24.0.tar.xz) = 18ad6a236f02b7536697fed9086eadd997f0c47cc8311324e43641b21ccf942d0dbd52fa6c49623e679d3b23d82619cc256c98d9f8ccc3b3d4cda5d9a6e465f1 -Size (mate-icon-theme-1.24.0.tar.xz) = 22178384 bytes +BLAKE2s (mate-icon-theme-1.26.0.tar.xz) = 4a8c24942a7ee22dffeb2df320ce93cfce2f6ec5d610b69cd83e7979511f64dd +SHA512 (mate-icon-theme-1.26.0.tar.xz) = 937d65710c1b7cc79ba0b71cd1a480597f20035380ffd5f0528c45c86bc8963189116d2c02332352170b7cd12fba5dd91f94cee9626104ab55c576d58f0636b8 +Size (mate-icon-theme-1.26.0.tar.xz) = 21872216 bytes --_----------=_166952499727580--