pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics



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.

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"



Home | Main Index | Thread Index | Old Index