pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/adwaita-icon-theme



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 16 09:48:59 UTC 2020

Modified Files:
        pkgsrc/graphics/adwaita-icon-theme: Makefile

Log Message:
adwaita-icon-theme: use PRINT_PLIST_AWK to prevent future accidents


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/adwaita-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.22 pkgsrc/graphics/adwaita-icon-theme/Makefile:1.23
--- pkgsrc/graphics/adwaita-icon-theme/Makefile:1.22    Sun Mar 15 20:04:11 2020
+++ pkgsrc/graphics/adwaita-icon-theme/Makefile Mon Mar 16 09:48:58 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/03/15 20:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/16 09:48:58 tnn Exp $
 
 DISTNAME=              adwaita-icon-theme-3.36.0
 CATEGORIES=            graphics gnome
@@ -28,6 +28,10 @@ ICON_THEMES=         yes
 
 .include "../../mk/bsd.prefs.mk"
 
+.for s in 96 256
+PRINT_PLIST_AWK+=      {gsub("^share/icons/Adwaita/${s}x${s}/places/start-here.png","@comment this is in PLIST.NetBSD, do not add here: &");}
+.endfor
+
 post-install:
 .if ${OPSYS} == "NetBSD"
 .  for s in 16 22 24 32 48 96 256



Home | Main Index | Thread Index | Old Index