pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/adwaita-icon-theme adwaita-icon-theme: use PR...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2942cfc0131
branches:  trunk
changeset: 424917:e2942cfc0131
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Mar 16 09:48:58 2020 +0000

description:
adwaita-icon-theme: use PRINT_PLIST_AWK to prevent future accidents

diffstat:

 graphics/adwaita-icon-theme/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r cbd0a687e4bc -r e2942cfc0131 graphics/adwaita-icon-theme/Makefile
--- a/graphics/adwaita-icon-theme/Makefile      Mon Mar 16 09:35:47 2020 +0000
+++ b/graphics/adwaita-icon-theme/Makefile      Mon Mar 16 09:48:58 2020 +0000
@@ -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 @@
 
 .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