Received: by mail.netbsd.org (Postfix, from userid 605) id 5773784D76; Sat, 8 Jun 2019 19:56:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D26B684D2D for ; Sat, 8 Jun 2019 19:56:24 +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 KC6IhZYPembs for ; Sat, 8 Jun 2019 19:56:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4E34084CE8 for ; Sat, 8 Jun 2019 19:56:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 411B1FBF4; Sat, 8 Jun 2019 19:56:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560023784178930" MIME-Version: 1.0 Date: Sat, 8 Jun 2019 19:56:24 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/graphics To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190608195624.411B1FBF4@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. --_----------=_1560023784178930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat Jun 8 19:56:24 UTC 2019 Modified Files: pkgsrc/graphics/adwaita-icon-theme: Makefile pkgsrc/graphics/gnome-icon-theme: Makefile Log Message: *: Adjust all librsvg TOOL_DEPENDS to use graphics/librsvg/tool.mk To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/adwaita-icon-theme/Makefile cvs rdiff -u -r1.104 -r1.105 pkgsrc/graphics/gnome-icon-theme/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560023784178930 Content-Disposition: inline Content-Length: 2087 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/adwaita-icon-theme/Makefile diff -u pkgsrc/graphics/adwaita-icon-theme/Makefile:1.15 pkgsrc/graphics/adwaita-icon-theme/Makefile:1.16 --- pkgsrc/graphics/adwaita-icon-theme/Makefile:1.15 Sun Dec 2 10:09:41 2018 +++ pkgsrc/graphics/adwaita-icon-theme/Makefile Sat Jun 8 19:56:23 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/12/02 10:09:41 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2019/06/08 19:56:23 leot Exp $ DISTNAME= adwaita-icon-theme-3.30.1 CATEGORIES= graphics gnome @@ -10,7 +10,6 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Standard GNOME icons LICENSE= cc-by-sa-v3.0 OR gnu-lgpl-v3 -TOOL_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg # for gtk-encode-symbolic-svg TOOL_DEPENDS+= gtk3+>=3:../../x11/gtk3 @@ -37,4 +36,5 @@ post-install: BUILDLINK_DEPMETHOD.gettext-lib= build .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../graphics/librsvg/tool.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/graphics/gnome-icon-theme/Makefile diff -u pkgsrc/graphics/gnome-icon-theme/Makefile:1.104 pkgsrc/graphics/gnome-icon-theme/Makefile:1.105 --- pkgsrc/graphics/gnome-icon-theme/Makefile:1.104 Wed Aug 22 09:42:52 2018 +++ pkgsrc/graphics/gnome-icon-theme/Makefile Sat Jun 8 19:56:24 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2018/08/22 09:42:52 wiz Exp $ +# $NetBSD: Makefile,v 1.105 2019/06/08 19:56:24 leot Exp $ DISTNAME= gnome-icon-theme-3.12.0 PKGREVISION= 3 @@ -11,8 +11,6 @@ HOMEPAGE= https://www.gnome.org/ COMMENT= Theme consisting of a set of icons for GNOME LICENSE= cc-by-sa-v3.0 AND gnu-lgpl-v3 -TOOL_DEPENDS+= librsvg>=2.22.3:../../graphics/librsvg - GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool msgfmt pkg-config # otherwise it creates lots of lib/locale dirs, even though it doesn't @@ -40,4 +38,5 @@ post-install: BUILDLINK_DEPMETHOD.gettext-lib= build .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/icon-naming-utils/buildlink3.mk" +.include "../../graphics/librsvg/tool.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1560023784178930--