Received: by mail.netbsd.org (Postfix, from userid 605) id 0A67B84F50; Tue, 6 Dec 2022 00:55:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3A15984F4F for ; Tue, 6 Dec 2022 00:55:19 +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 CqVOk5wWHLdd for ; Tue, 6 Dec 2022 00:55:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 34BDF84CDC for ; Tue, 6 Dec 2022 00:55:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E216FA90; Tue, 6 Dec 2022 00:55:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670288118106440" MIME-Version: 1.0 Date: Tue, 6 Dec 2022 00:55:18 +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: <20221206005518.2E216FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670288118106440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Tue Dec 6 00:55:18 UTC 2022 Modified Files: pkgsrc/graphics/mate-icon-theme: Makefile Log Message: mate-icon-theme: add ICON_THEMES=yes To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/mate-icon-theme/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670288118106440 Content-Disposition: inline Content-Length: 782 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.22 pkgsrc/graphics/mate-icon-theme/Makefile:1.23 --- pkgsrc/graphics/mate-icon-theme/Makefile:1.22 Sun Nov 27 04:56:37 2022 +++ pkgsrc/graphics/mate-icon-theme/Makefile Tue Dec 6 00:55:18 2022 @@ -1,12 +1,15 @@ -# $NetBSD: Makefile,v 1.22 2022/11/27 04:56:37 gutteridge Exp $ +# $NetBSD: Makefile,v 1.23 2022/12/06 00:55:18 gutteridge Exp $ .include "../../meta-pkgs/mate/Makefile.common" DISTNAME= mate-icon-theme-${VERSION} +PKGREVISIION= 1 CATEGORIES= graphics COMMENT= Collection of icons used as the basis for MATE themes +ICON_THEMES= yes + PKGCONFIG_OVERRIDE+= mate-icon-theme.pc.in .include "../../graphics/icon-naming-utils/buildlink3.mk" --_----------=_1670288118106440--